go away spammer

Author Topic: Is this a reliable balancing robot design?  (Read 3568 times)

0 Members and 1 Guest are viewing this topic.

Offline airman00Topic starter

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Is this a reliable balancing robot design?
« on: January 12, 2009, 03:45:30 PM »
I saw this balancing robot:
http://robo3.com/robot_1.htm?PHPSESSID=0884f8f3737d78e1545f33cdeccc90b3

It says that it only uses :      
Quote
Encoder x 2 / UltraSonic Sensor(3m) x 4
Now I don't know if the Ultrasonic sensors were used for balancing or only for obstacle avoidance. But I do know that the encoders were used for balancing.

No complex accelerometers, no gyros , none of that difficult stuff. Can you really get reliable balancing using only encoders?
Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

Offline airman00Topic starter

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: Is this a reliable balancing robot design?
« Reply #1 on: January 12, 2009, 03:47:47 PM »
nevermind....
 if you look closely there is a tiny caster in the back of the robot.
Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

Offline pomprocker

  • Supreme Robot
  • *****
  • Posts: 1,431
  • Helpful? 16
  • Sorry miss, I was giving myself an oil-job.
    • Nerdcore - Programming, Electronics, Mechanics
Re: Is this a reliable balancing robot design?
« Reply #2 on: January 12, 2009, 03:56:12 PM »
There is a caster, but its only used when the robot is at rest

Offline airman00Topic starter

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: Is this a reliable balancing robot design?
« Reply #3 on: January 12, 2009, 03:58:14 PM »
There is a caster, but its only used when the robot is at rest
you're right!

So you can balance reliably using only encoders?
Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

Offline MaltiK

  • Robot Overlord
  • ****
  • Posts: 300
  • Helpful? 2
Re: Is this a reliable balancing robot design?
« Reply #4 on: January 12, 2009, 04:24:31 PM »
It makes sense, because if you think about it, the MCU could read the sonars value, to insure that on both ends its the same as when it was first calibrated (0), and as it increases on either the front or back one, the motors could accelerate in the opposite direction, to insure that it stays afloat, and the encoders would insure the velocity is proportional to the distance needed to travel to stay upright. Many balancing bots have been made using only encoders, sonar, or IR detectors, it really is all in the code.

Side Note: how the hell can that cost $25,000 to make?!?!? Is that yen or some Korean currency??
Warranty

Offline airman00Topic starter

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: Is this a reliable balancing robot design?
« Reply #5 on: January 12, 2009, 04:27:09 PM »
the question is does it use only encoders for balancing , or does it also use ranging sensors for the balancing?
Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

paulstreats

  • Guest
Re: Is this a reliable balancing robot design?
« Reply #6 on: January 12, 2009, 04:47:48 PM »
Quote from the website

Quote
Product Features :
- ROBIN is Korea's first two-wheel balancing robot using original gyro technology.
- Upon order, it can be used for PLC program education, surveillance, service, event, curator etc.
- Robin is Korea's first humanoid robot based on PLC, which is used in automatizing factories.
- This all-weather robot uses three wheels when indoors and two wheels when outdoors.
- It can be used during robot education based on PLC.
- Humanoid robot controlled by PLC(Comfile.co.kr)
- Suitable for line video cognition, PLC, motor control, sensor input, and GUI education


The first feature mentions gyro technology

Offline dunk

  • Expert Roboticist
  • Supreme Robot
  • *****
  • Posts: 1,086
  • Helpful? 21
    • dunk's robot
Re: Is this a reliable balancing robot design?
« Reply #7 on: January 13, 2009, 12:36:13 PM »
it can be done without gyros using some sort of ranging sensor (such as IR or sonar) as long as you are on a level surface.

search for LegWay for a examples.

eg.
[youtube]ol9qdjFCO5E[/youtube]


dunk.

Offline pomprocker

  • Supreme Robot
  • *****
  • Posts: 1,431
  • Helpful? 16
  • Sorry miss, I was giving myself an oil-job.
    • Nerdcore - Programming, Electronics, Mechanics
Re: Is this a reliable balancing robot design?
« Reply #8 on: January 13, 2009, 12:44:35 PM »
I personally don't see the point of balance bots, yeah its a cool trick, but it cant help a robot maneuver around a human's world. If I were to make a robot that were to interact with human's it would be able to traverse just as well as us.

Offline cosminprund

  • Robot Overlord
  • ****
  • Posts: 284
  • Helpful? 8
Re: Is this a reliable balancing robot design?
« Reply #9 on: January 13, 2009, 01:29:29 PM »
Apparently it does help the bot maneuver better in our world because it's more stable (because it stabilizes itself). Take a look at the videos of the nBot, there are some nice videos showing the bot going uphill and downhill on grass!

There's also an wheelchair I've seen on Discovery channel that balances on two wheels and apparently has very beneficial effects on it's occupant.
Here's a Wikipedia page: http://en.wikipedia.org/wiki/IBOT
And you might want to search for videos of this "iBOT  Wheelchair", it looks grate!

Offline pomprocker

  • Supreme Robot
  • *****
  • Posts: 1,431
  • Helpful? 16
  • Sorry miss, I was giving myself an oil-job.
    • Nerdcore - Programming, Electronics, Mechanics
Re: Is this a reliable balancing robot design?
« Reply #10 on: January 13, 2009, 01:45:32 PM »
A wheeled humanoid bot, whether balancing or not, would not have much purpose in my home, seeing almost every room on the 1st floor is separated by a step, and there is also stairs leading to the second floor.

Offline SmAsH

  • Supreme Robot
  • *****
  • Posts: 3,959
  • Helpful? 75
  • SoR's Locale Electronics Nut.
Re: Is this a reliable balancing robot design?
« Reply #11 on: January 13, 2009, 04:00:58 PM »
lol thats why we have bipeds?
Howdy

Offline dunk

  • Expert Roboticist
  • Supreme Robot
  • *****
  • Posts: 1,086
  • Helpful? 21
    • dunk's robot
Re: Is this a reliable balancing robot design?
« Reply #12 on: January 13, 2009, 07:38:00 PM »
A wheeled humanoid bot, whether balancing or not, would not have much purpose in my home, seeing almost every room on the 1st floor is separated by a step, and there is also stairs leading to the second floor.
i used to be able to get a segway up small steps at work. takes a bit of practice but doable. they are surprisingly stable and able to traverse far rougher ground than you would think.
that segway broke though... probably coincidence...


dunk.

 


Get Your Ad Here