Slashdot Mirror


Linux-Controlled Segway Robot

ptorrone writes "It was just a matter of time until the Segway technology would be used as a robotics platform. University of Southern California Robotics Lab's Segway RMP (Robotic Mobility Platform) has a lot of great information if you're looking to convert a Segway to a robot. On the site there are videos as well as instruction on how to build your own." Update: 07/13 21:30 GMT by T : Dr. Andrew Howard writes with an important clarification about the project: "This is *not* a standard Segway HT that we have converted to robotics applications. Rather, this is a customized, limited production unit that has been specially modified by the manufacturer. The web-site does *not* show how to convert an existing Segway HT into a robotic platform."

7 of 123 comments (clear)

  1. what I want to know is... by ubiquitin · · Score: 2, Interesting

    Can this thing mow my grass? I wonder if the segways have enough torq to push a lawn mower.
    Anybody that has know know the answer to this? If they do, you could make a little device that it goes and attaches to which fits a lawn mower onto the segway. Add some voice recognition, and you're one "Segway, please mow my lawn." away from enjoying a lime and tonic while your grass gets cut.

    --
    http://tinyurl.com/4ny52
    1. Re:what I want to know is... by BlueOtto · · Score: 2, Interesting

      Robomower is among one of a few companies that already make automatic lawn mowers. I'm sure these would do a better job of mowing your lawn than a hacked segway trained to push a regular lawn mower. These robot lawnmowers have all different neat features like auto-going back to the recharging station, some are solar powered, alarm features so they don't get stolen, they are quiet, etc.

  2. No fun by poptones · · Score: 4, Interesting
    Why the fuck would someone want to tear apart an umpteen thousand dollar toy and, in the process, make it even more useless?

    Yeesh. Build your own balancing bot and have at it. This isn't even a hack worthy of mention - it's more like a Segway sales pitch targeted at overbudgeted academics with too much time on their hands.

  3. Re:falling over by Grunhund · · Score: 3, Interesting

    Partly because unlike a 4 wheeled robot, the segway is dynamically stable. It poses interesting problems as the robot falls when it is not moving unlike most 4-wheeled robots. The fact is wheeled also allows additional mobility when compared to the traditional hopping and walking dynamically stable robots.

  4. Seems to kinda defeat the purpose... by catbutt · · Score: 3, Interesting

    ..since the only really impressive thing about the segway is the way it interacts with human balance. If you take the human out of the equation, the problem is just so much simpler. True, balance in a robot is a challenge in itself, but I just wouldn't start with a system whose design centers around maintaining balance with a human rider (at least if money was a factor), since you have to throw away so much of their technology.

  5. This mowes your lawn by milkki · · Score: 2, Interesting

    Automatic solar powered lawnmower: http://www.solarmower.com/

  6. Re:falling over by jd_esguerra · · Score: 4, Interesting

    Seriously, though. Why would you use a Segway instead of, say, a four-wheel RC car?

    Because it is easier to model and control the segway. Think of it this way: You have a robot based on the segway, and one based on a 4-wheeled rc car. They are both pointing north. Consider how much easier it is to get the segway to point south, while maintaining the same position (Just changing orientation). If the RC car had differential steering (like a tank), then yeah, you don't need a segway.

    If you look at most lab grade wheeled/tracked robots, most all have differential steering. What the segway based version has going for it is that it maintaines a constant vertial orientation--it is a stabilized inverted pendulum: It's always "righted" or "pointing up." (Well, in cases where the wheels are at the same Z, anyway.)

    From the computer vision point of view, this is really nice to have. If you had a camera mounted on any other type of robot, and wanted to visually point "out" at something, you'd need to measure the changing orintation of the robot as it clambered over objects or moved up and down hills. The most common way of doing this is to put a gyro or other angular rate sensor or inertial reference unit on the robot base, and then feed-forward the dynamics of the base to a pan/tilt type mechanism to move the camera. (All the extra work & crap required to do this would offset the cost of buying the segway, by the way...) Alternatively, you could close a loop around a video tracker to adjust pan/tilt, but that's been done before, too.

    What would be really cool would be to stabilize the segway in 2 angular degrees of freedom. Then, a vision system could be decoupled--easily-- from the robot platform in roll & pitch.(An additional single axis rotation stage could offload any yaw.)