Skip to main content

Home/ Robotics/ Group items tagged robot

Rss Feed Group items tagged

York Jong

How Robots Will Change Us - 53 views

作者: ykjiang (York) 看板: Robotics 標題: How Robots Will Change Us 時間: Fri Nov 3 15:18:31 2006 剛剛在機器人大寶的 Blog 上看到其為《我們都是機器人》 一書寫了詳實的簡介: http://cilab.csie.ncu.edu.tw/mt/tabo/archives/2006/11/flesh_and_...

book brooks

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

移動機器人和工業機器人 - 29 views

作者: ykjiang (York) 看板: Robotics 標題: 移動機器人和工業機器人 時間: Fri Nov 3 01:31:02 2006 自主移動機器人(Autonomous Mobile Robot),其 中的自主(Autonomous),是為了強調機器人是自己 到處跑的,而不是被人攜帶著才移動的機器人模型 :P 在不造成混淆的場合,自主移動機器人也簡稱移動機器 人(M...

autonomous bottom-up mobile top-down

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

自製感應器 - 56 views

作者: Mick (大寶GO!GO!GO!) 看板: Robotics 標題: Re: 自製感應器 時間: Thu Nov 2 22:43:03 2006 ※ 引述《ykjiang (York)》之銘言: > 感應器是機器人很重要的一環,之前看過有利用包裝電子產品的 > 導電海綿壓縮後電阻會改變這一點,自製了感壓的 sensor 。 > 此外,很實用的機器鬍鬚,可感測障礙物: > Obs...

diy sensor

clarktom

Agriculture Robots is Trending - 0 views

  •  
    The growing concentration on the effectiveness of the ranch and the production, growing international demand for nourishment are roughly the important motivators for the progress of the agricultural robots.
ubtechcommercial

delivery robot for sale - 1 views

  •  
    Expansive marketing potential with a 21-inch high-definition advertising display. Immersive lifelike interaction with enhanced sensory communication. CADEBOT: A comprehensive commercial self driving delivery robot for multiplescenarios.
ubtechcommercial

delivery robot companies - 0 views

  •  
    Enhanced dining experiences with a user-friendly open tray design. Expansive marketing potential with a 21-inch high-definition advertising display. Immersive lifelike interaction with enhanced sensory communication. CADEBOT: A comprehensive commercial self driving delivery robot for multiplescenarios.
ubtechcommercial

smart floor cleaning robot - 0 views

  •  
    Smart cleaning robot improve cleaning efficiency and quality through automated and efficient cleaning services, and create a cleaner and more comfortable living and working environment for people. They can be widely used in office buildings, shopping malls, hotels and other places.
ubtechcommercial

robots in grocery stores - 0 views

  •  
    Relying on the leading technology of Cruzer Robots, our smart navigation solution provides reception, business inquiry, navigation, entertainment and other services for schools, hospitals, exhibition areas, government buildings, shopping malls, airports and other public places to meet various needs. Diversified needs in different scenarios can effectively improve service quality and customer satisfaction.
ubtechcommercial

ubtech walker robot - 0 views

  •  
    Business Consultation Services Robot Cruzr utilizes voice, text, video, and action-based interactions to provide visitors with comprehensive consultation, customized Q&A sessions, business guidance, and processing. This enhances operational efficiency and elevates the quality of customer service.
York Jong

Robot Room - Recommended books and periodicals - 0 views

  •  
    Hobbyist may have difficultly finding a book about electronics that doesn't contain too much mathematical or theoretical material. The books listed on this page are those that I found helpful, readable, and interesting.
York Jong

ROBOT SENSOR INTERPRETATION - 0 views

  • how to interpret sensor data into a mathematical form readable by computers
  • There are only 3 steps you need to follow: Gather Sensor Data (data logging) Graph Sensor Data Generate Line Equation
  • Some sensors (such as sonar and Sharp IR) do not work properly at very close range
  • ...1 more annotation...
  • The way to get rid of noise is get a bunch of readings, then only keep the average. Make sure you test for noise in the actual environment your robot will be in
  •  
    Most roboticists understand faily well how sensors work. They understand that most sensors give continuous readings over a particular range. Most usually understand the physics behind them as well, such as speed of sound for sonar or sun interference for IR. Yet most do not understand how to interpret sensor data into a mathematical form readable by computers.
York Jong

Article - Learning Robots. - 0 views

York Jong

74*14-based photopopper circuits - 0 views

  • Droidmakr (Cliff Boerema) came up with an interesting idea for a light-tracking head with a form of peripheral vision. As often happens, the circuit turned into something different -- a photopopper:
  • All done with a single 74HC14 (the '240 being a motor driver).
  • I tried the same setup with the 74*240 (with an extra inverter per motor) and 7404, but the 74HC14 seems to work best.
  • ...6 more annotations...
  • John-Isaac Mumford started off by simplifying the Maxibug design, and wound up with an entirely new circuit -- Mazibug
  • The tactiles switches behave even more strongly: if a switch is closed then the bot turns away unconditionally. If both switches are closed the robots reverse straight back regardless of light level.
  • When the robot bumps into something on one side, it over-rides all the photodiode circuits and reverses the motor on the OPPOSITE side
  • From the title it would appear that all 4 photodiodes face forward but the 2 inner PDs face directly forward and the outer 2 are angled to the left and right
    • York Jong
       
      behavior-based control that all done with a sigle 74HC14
York Jong

BSIM User Manual - 0 views

  •  
    Welcome to BSim, a behavior based robot simulator. BSim is designed to allow users to experiment with behavior based programming techniques without requiring access to an actual robot (The B in BSim stands for behavior). BSim enables users to create simpl
York Jong

Robot: mere machine to transcendent mind - 0 views

  •  
    The book considers the history and future of intelligent machines. It argues that robots will match human intelligence in less than fifty years, and suggests arrangements for a comfortable human existence in a fully automated economy. Concluding chapters speculate on the distant future of evolving intelligence.
York Jong

Robot Room - IRB and Roundabout Resourcess - 0 views

  • "Exposing a Flaw: Shoot-Through" describes the serious problem with that circuit, especially when pulsed
  • Above is an improved version of the circuit, which is now PWM compatible. PWM, coast mode, and the capability to avoid shoot-through are provided by adding a fifth MOSFET (labeled Q5) to the source/ground connections of Q1 and Q3.
  • ...1 more annotation...
  • By default at power-up, the circuit is in coast mode. To brake, set IN A to 0 V, IN B to 0 V, and Q5 to 5 V. To spin clockwise, set IN A to 5 V, IN B to 0 V, and Q5 to 5 V. To spin counterclockwise, set IN A to 0 V, IN B to 5 V, and Q5 to 5 V. At any time you can return to coast by applying 0 V to Q5. Or, you can apply pulses of 0 V/5 V/0 V/5 V (and so on) to control the speed. The more time spent at 5 V, the faster the motor will spin. Whenever you change modes, if you set Q5 to 0 V before making changes to IN A and IN B (and then set Q5 back to 5 V or pulsing) there will be no shoot-through.
  •  
    This secret page is for owners of the book, Intermediate Robot Building. On this page, you'll find updates, corrections, and source files. Thank you for buying the book!
York Jong

Trossen Robotics Offers Pleo Preorder - 0 views

  • Pleo Technical Specs: Ugobe LifeOS 32 bit Atmel ARM 7 microprocessor - The main processor for Pleo 16 bit sub processor - The processor dedicated to the camera system (4) 8 bit processors that provide the low-level motor control for the servos (35) Sensors including a camera custom designed to fit into Pleo’s very compact body. (4) foot-switches to detect footfalls and being picked up - assists with spatial orientation. (12) capacitive touch sensors (4) legs, (4) feet, back, shoulder, head, chin (2) microphones for directional sound detection (14) “Force” sensors, one per servo, to recognize abuse through force feedback joints. Orientation/tilt sensor IR transceiver for bidirectional data communication with other Pleos. IR interrupter for detection of objects in Pleo’s mouth (14) motors. Standard low voltage DC motors (150) gears and clutches Rechargeable NiMH battery pack USB port with mini USB connector SD/MMC memory card slot
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.
« First ‹ Previous 41 - 60 of 174 Next › Last »
Showing 20 items per page