DIY Segway-Style Balancing Robot 63
clarionhaze writes "Many have tried, and failed, at getting a robot to sustain it's own balance. However; Steve Hassenplug accomplished it with with a small robot he made out of legos and a program in C that runs on BrickOS, an OS made for Legos! You can check out his site or read the article over at TechTV." Update: 01/18 15:52 GMT by T : Unanimous Cow writes "David Anderson of the
Dallas Personal Robotics Group has an
excellent web page with images and movies of his two-wheel balancing robot. This one uses a single-axis inertial measurement sensor and is very robust on uneven surfaces and off-road."
Repeat... (Score:4, Informative)
for the record (Score:4, Interesting)
I don't understand the mentality of someone who feels the necessity to point out every mistake that slashdot moderators make. I mean, you could be a troll, or you could just be anal. In either case, you contributed nothing to anyone. You apparently think someone has hired you to act as a critic. Critics annoy me to, unless they happened to be named Homer Simpson... then I just laugh.
Re:for the record (Score:2)
I think you would have been annoyed if you had seen it last time it got posted. Now, I am not one to criticize, and this is a free site, so I don't mean to suggest that anything should change, just that it's a little annoying.
Re:for the record (Score:1)
Re:for the record (Score:2)
Well, aren't you Mr. Sunshine today?
A critic is "one who forms and expresses judgments of the merits, faults, value, or truth of a matter." (from Dictionary.com [reference.com], FYI).
Read the 4 words that I posted. Do you see any judgement being expressed there, troll boy?
I just pointed out that this article was a repeat from last year. Nothing more. Nothing less. Take it for what those 4 words mean. Don't try to read too much into things. And practice some reading (and thinking) skills while you're at it.
Re: (Score:1)
Re:for the record (Score:2)
Completely missing the point.. (Score:1)
Re:Completely missing the point.. (Score:1)
Hey, suddenly I'm thinking...if 4 are better than 2, how about 1,000? Please advise.
Re:Completely missing the point.. (Score:1)
All too often engineers and designers let the gee-whiz get in the way of practicality and usefulness, when it comes to everyday items.
Still, legway is kinda neat. It looks a little dizzy at the end of the spinning video.
Re:Completely missing the point.. (Score:2)
Urban legends aside, it seems to me that a robot with two wheels would be able to move around in much smaller spaces than one with four, and that the ability to pivot on the spot might help in cramped maintinence areas where humans don't want to or can't go. After all, isn't the idea of robotics to replace humans in dirty or dangerous jobs?
Re:Completely missing the point.. (Score:1)
All too often engineers and designers let the gee-whiz get in the way of practicality and usefulness, when it comes to everyday items.
Kamen is Segway & FIRST... (Score:2)
Damn neat. Leaves you speechless.
Site seems
Re:Kamen is Segway & FIRST... (Score:1)
I work for a DME (Durable Medical Equipment) company and we were discussing an article about Medicare funding which brought up some issues about getting funding for newer products on the market.
While talking about this the iBot came up. Our service manager, with 18 years of experience with repairing different standard and power wheelchairs, made some comments about the iBot I wanted to share.
1. If it gets stuck on the stairs, would you want to be in it?
2. Would you want to try to get a loved one out of it if stuck in earlier postition?
Please discuss!
Does it get stuck on stairs? (Score:2)
What's "earlier position'?
Re:Does it get stuck on stairs? (Score:1)
Asimo (Score:3, Informative)
----
not news... (Score:5, Interesting)
Many have tried and succeeded, as well. Balancing a two-wheeled robot (or balancing a pole from the bottom, or a four wheeled robot on top of a randomly rolling cylinder, etc.) is a fairly common design project for undergraduate engineering students in control theory. I'm not surprised someone did it in legos; they're a perfectly good platform for such an experiment.
Kamen was not the first to come up with a balancing machine -- he's just the first I know of to market a useful (?) consumer product using such a system for human control of a vehicle. One of those head-smackers
Re:not news... (Score:3, Insightful)
Yes, its known as the "inverse pendulum problem" and is routinely modelled and solved in control system classes.
Entrepreneurs (Score:4, Insightful)
Someone may well have thought of it before... someone may even have tried to whip one up in his basement, but Kamen took the idea and turned it into a commercial product.
That takes a special kind of human being. A friend of mine is a little like that: he keeps a small recorder on him (and under his bed) and dictates ideas he gets to himself. He may wake up one night thinking "What if I printed ads for companies on those flexible magnetic sheets, slap them on cabs and pay the cabbie a sum for the privilege?" (In Holland cabs generally have no ads on them). Next morning he starts making phone calls, to buddies in advertising firms, to cab companies, to printers, ect. etc. He spends an enormous amount of energy, and 49 out of 50 times it comes to nothing. It's that successful nr. 50 that counts though.
You have to admire people like that, having the drive to follow through on an idea and getting a company off the ground. Me, I am much to lazy for that... I'd wake up with an idea, think "Hmm neat" and go back to sleep.
Re:Entrepreneurs (Score:1)
Interestingly enough, he said Kamen came up with the idea when one day he slipped in the shower, and started thinking about stability.
He also pointed out that the Segway is a great example of technology push, as everyone who's ever ridden one (and I'll include myself here) comments that there should be more of them.
Re:not news... (Score:2)
Some have failed, (Score:3, Informative)
There's some Quacktime and Real movies.
Re:Some have failed, (Score:1)
Not for Adults! (Score:2)
LegOS (Score:2)
This just prooves LEGO should be used in schools. (Score:5, Insightful)
now a days, a kid could search google for a few things, and then find the answers or a great little document written by some MIT type. Where's that little thing that turns you into a kid when you need it.
At My Middle School... (Score:2, Interesting)
Anyway, to the point, during middle school, one of my projects was to build simple robots and control systems, using Legos and an Apple][e. It's been quite a few years, so I barely remember the details, but one of them drove around, another one acted as a motion sensor; the most complex one undertook a series of actions when the motion sensor was triggered, so it was nothing extraordinary; but Legos are (or at least were) used in some schools. This was a few years before Technics were even available, I think; so they may have even been the prototype.
Who needs a Segway? (Score:1)
In other news ... (Score:3, Funny)
Self-balancing unicycle (Score:4, Interesting)
A friend of mine built a self-balancing unicycle at the Stanford robotics lab in the 1980s. That's a much tougher problem. There's no metastable point that can be maintained with small corrections.
If you want to do this, the correct sensor suite is a rate gyro and a pair of accelerometers. Back in the 1980s, both were expensive; now they're cheap ICs. They're auto parts. To get a good value for "down", you integrate the rate gyro and run it through a high pass filter, then add the accelerometer value,filtered through a low pass filter.
Re:Self-balancing unicycle (Score:2)
The key idea is that the high-frequency components mostly come from the rate gyro, and the low-frequency components mostly come from the inclinometer. With the right filters, you get out a good "down vector". Unless, of course, you go around in a circle for a while, which gives you a consistent acceleration reading which isn't aligned with gravity. This, of course, is why running in a circle makes you dizzy.
Pole-Balancing Robot Projects (Score:2, Informative)
Intelligent Autonomous Systems, neat robot projects including a neural-network pole-balancer, with pictures and whitepapers
Link [ntu.edu.sg]
Pole-Balancing Mini-Robot using neural networks
Link [umn.edu]
Intelligent fuzzy logic and PCB fab with pictures and video
Link [nus.edu.sg]
Reinforcement Learning Pole-Balancing Applet by Appl
Link [planet-interkom.de]
Demonstrations of Several Solutions to the Pole-Balancing Problem by Jeff Lawson and Chris Lewis
Link [bovine.net]
sorry (Score:1)
SAS (Score:2)
*sigh*
Is halloween just this fuzzy "where was I?" feeling? I distinctly remember carving tux (onto a pumpkin).
it's quite simple (Score:2, Insightful)
Re:it's quite simple (Score:2)
Rest assured, the pictures on his web show no place you could hide enough weight to overcome the mass of that RCX brick. It sure looks real enough at first glance.
Hey, if you doubt him, he's got building instructions on his web site, and source code to the program. Go build your own. It'd be far more scientific that accusing him of cheating.
Very Old Controls Example (Score:4, Informative)
The balancing act is a very old automatic control problem. Solutions are given in almost every text on the subject. You can get more information on it by searching for "inverted pendulum" on google.
I Knew It!!! (Score:2, Funny)
See, why overpay for a Segway, when I can build a better machine out of 10 GHZ Athalon's, a 500 GB HD, 15 GB of RAM and run Open Office, GIMP and Gnome!
Oh, wait, I got Segway confused with Apple....
But it's fun. (Score:1)