Skip to main content

Home/ Robotics/ Group items tagged research

Rss Feed Group items tagged

Astro Biology

Know How Origin of Earth's survived when Oxygen has Abundant - 0 views

  •  
    We all are aware of the fact that billions of years ago, there was very little oxygen on Earth to breathe. Scientist of University of California at Riverside (UCR) have researched when in Earth's history oxygen may have abundant. Curious to know how origins of Earth survived?
  •  
    We all are aware of the fact that billions of years ago, there was very little oxygen on Earth to breathe. Scientist of University of California at Riverside (UCR) have researched when in Earth's history oxygen may have abundant. Curious to know how origins of Earth survived?
Astro Biology

Know More About Plenty of Water in Asteroid Fragments - 0 views

  •  
    Do you know new study could provide visions about the abundance of water in fragments from a famous asteroid? This research mainly focused on a mineral called apatite. Want to know more about this asteroid?
  •  
    Do you know new study could provide visions about the abundance of water in fragments from a famous asteroid? This research mainly focused on a mineral called apatite. Want to know more about this asteroid?
Astro Biology

How Massive Geographic Change may have Triggered Explosion of Animal Life - 0 views

  •  
    Scientist are researching about geologic history that may help to solve the riddle of the "Cambrian explosion," the rapid diversification of animal life in the fossil record. Learn more about what Cambrian explosion is and how it has affected animal's life in the past.
  •  
    Scientist are researching about geologic history that may help to solve the riddle of the "Cambrian explosion," the rapid diversification of animal life in the fossil record. Learn more about what Cambrian explosion is and how it has affected animal's life in the past.
Astro Biology

DNA Humble Beginnings As Nutrient Carrier - 0 views

  •  
    New research intriguingly suggests that DNA, the genetic information carrier for humans and other complex life, might have had a rather humbler origin.
  •  
    New research intriguingly suggests that DNA, the genetic information carrier for humans and other complex life, might have had a rather humbler origin.
York Jong

The Player Project - 37 views

作者: JJS0527 (小信信) 看板: Robotics 標題: The Player Project 時間: Mon Oct 30 00:20:41 2006 The Player Project http://playerstage.sourceforge.net/ The Player Project creates Free Software that enables res...

simulator

started by York Jong on 28 May 07 no follow-up yet
davidjones29

FICC 2018 - Future of Information and Communication Conference (FICC) 2018 - 0 views

  •  
    communication conference 2018 aims to provide a forum for researchers from both academia and industry to share their latest research contributions and exchange knowledge with the common goal of shaping the future of Information and Communication. ficc@saiconference.com saiconference.com/ficc https://groups.diigo.com/group/communication-conference https://youtu.be/7Qw-ovNd7A8
York Jong

MetaCricket: A designer's kit for making computational devices - 0 views

  • All Cricket devices have a built-in bidirectional infrared communications channel, which is used for Cricket-to-desktop communication (when downloading programs to a Cricket, or viewing sensor data) and Cricket-to-Cricket communication.
  • Cricket Logo is based on an iterative, interactive model of project development. It includes a “command center” window; instructions typed into this window are instantaneously compiled, downloaded to a Cricket, and executed, giving the system the flavor of an interpreted software environment such as LISP, BASIC, or FORTH.
  • The MetaCricket software system is based on a virtual machine, written in PIC assembly language and running on the Cricket, and a compiler for the virtual machine running on a desktop development computer
  • ...13 more annotations...
  • It is straightforward to implement an interpreter-like interface, where user commands are transparently compiled, downloaded, and executed.
  • The Cricket virtual machine is burned into the PIC microprocessor's internal ROM
  • The user's code resides in a serial EEPROM
  • Built-in infrared communications routines include a protocol for reading and writing to this external EEPROM, and for asking the virtual machine to begin execution of byte codes already loaded into the EEPROM.
  • Users write programs for the Cricket in Cricket Logo, a dialect of Logo specialized for the Cricket virtual machine. Essentially, there is a one-to-one mapping between statements in Cricket Logo and primitive functions built into the virtual machine. This makes the implementation of the compiler far simpler than typical compilers.
  • The compiler includes an interactive mode—a text window where user expressions are compiled, downloaded, and executed in one step when the user presses the return key. A portion of the Cricket's memory is set aside for these dynamic programs.
  • we have found that a debugger is not necessary because of the interactive and incremental style of project development that occurs when using the Cricket.
  • The infrared protocol includes the following capabilities: Check that a Cricket is present and ready for other commands. Write a byte to the Cricket's EEPROM. Read a byte from the Cricket's memory. Begin program execution from a particular memory address.
  • User-level primitive functions compile to one, two, or three bytes of object code for the Cricket virtual machine.
  • The Cricket virtual machine has two process threads: a foreground process and a background daemon. In most Cricket programs, the foreground thread handles all the work, but for some tasks, the background daemon is valuable. For example, the background daemon can be used to instigate a periodic activity, or take action when some event occurs.
  • There are hardware-specific primitives for interacting with on-board Cricket hardware. Motor commands set state (on or off), direction, and power levels for each of the two integrated motor drivers. Analog sensor primitives (sensora and sensorb) return a value (0 to 255) for each of the two voltage inputs. These inputs also may be interpreted as digital values using the switcha and switchb primitives. There is a pair of primitive functions for generating tones on the piezo beeper: beep and note, the latter taking pitch and duration arguments.
  • there is a background millisecond timer that is updated every four milliseconds
  • One foreground thread plus one background daemon Daemon fires when provided Boolean expression makes false-to-true transition
York Jong

Inside The Ugobe Pleo - Organic Robot Life - 0 views

  • CALEB CHUNG: Of course we could have used micro-servo motors to accomplish the motion of Pleo, but we aren’t able to use expensive motors. So we had to engineer it with a high-speed motor with high gearing and no backlash for control purposes and have it all fit within the muscle envelope of Pleo.
  • So what we did was go after a lot of ethology research. How do animals really handle the complexity of their environment? We built a virtual brain—a whole system that decides how Pleo will react in various situations.
  • CALEB CHUNG: Pleo will reset thresholds and adjust his idea of what he thinks is normal. Let’s say you get Pleo and you take him home to your shag carpet. When Pleo walks, the carpet will drag on his feet. So his force feedback sensors will realize that he is spending too much energy to walk around. Pleo will try different things to reduce the energy spent. Eventually, he will have the idea to step higher. Your Pleo compared to my Pleo will walk with a higher step.
  • ...8 more annotations...
  • Eventually, we got to the point where we don’t know what Pleo will do next because he learns. If Caleb and I went to your house to see your Pleo, we couldn’t predict a lot of the things he would do, even though we know everything we put in him. Pleo has the ability to change and figure things out on his own.
  • Consumers will be able to download and customize Pleo later this year or early next year. We want to give the user the ability to change Pleo’s personality, animations and tricks. We also want to allow developers and hobbyists to take the SDK and motion system and behavior system and choreograph advanced features and animations for new AI functionality.
  • We didn’t include a camera (or voice recognition) in Pleo because of the price point for the product. Pleo is probably a good hack for a CMU camera, and we want people to develop these sorts of things.
  • The only way you can create life is to give it choice. Life is very complex, and it has to evolve, otherwise it is a robot. The only way to get complex systems to work is to let them chose for themselves.
  •  
    Pleo is UGOBE's first designer Life Form and is based on the Camarasaurus dinosaur. He is made up of an amazing array of sensors, motors  (14!), and distributed computing with an ARM-7 processor commanding it all.
York Jong

信息流在智能系统中的角色 - 0 views

  • 智能不仅仅局限于大脑。在整个控制过程中,大脑,执行器以及传感器都对产生我们认为是智能的行为有着非常重要的意义。这就意味着,在定义机器人的行为时,你机器人的尺寸也要被考虑进去
buycashapp30

Buy Verified CashApp Accounts - BTC Enable Aged CashApp - 0 views

  •  
    There is no one-size-fits-all answer to this question, as the best way to buy a verified CashApp account will vary depending on your specific needs and preferences. However, some tips on how to buy verified CashApp accounts include: doing your research ahead of time, finding a reputable seller, and being prepared to pay a bit more for a verified account. With that said, following these tips should help you find and purchase a verified Cash App account without any major issues.
1 - 11 of 11
Showing 20 items per page