PiBot-A with Model B+
Thanks for the feedback. With (only) little changes to the chassis it should work with Model B+ immediately.
PiBot-A with Model B+
Thanks for the feedback. With (only) little changes to the chassis it should work with Model B+ immediately.
Time to build
The most time consuming (about 20 hours?) task was to build the very compact chassis. (I’m not a mechanic and don’t have professional tools.) The software was easy to write. From installing the Pololu python library to making the bot some obstacle avoiding it took me 20 minutes Just a few lines of python code, see robot-rt.py in the tarball that can be downloaded from my website.
No kidding I want one.
Where can I get one like seriously?
Want what?
Sorry - don’t know what you mean :o)
Great project, klasse Arbeit
Great project, klasse Arbeit :-) I like the compact build with no wasted space.
I just checked your website and think you should write some of it here too, you know that besides me and a few other German speaking dudes the most of the guys here using google translate and that’s not really a reliable tool.
Sorry are these for sale?
Are these being sold?
Mosmas made it
Mosmas made this robot as a personal project (I am assuming, please corect me if i’m wrong). The best way to “get one” woud be to follow his build instructions on his blog (http://www.retas.de/thomas/raspberrypi/pibot-a/)
Allowing for google translate errors, I found the instructions amazingly complete and easy to follow.
Enjoy ;)
Now I got it
No, it’s not for sale. I made it by myself. I published a very detailed description with lots of photos on my website, unfortunatelly it is in German, because my English is rather poor. Next weekend I will write some hints for those who want to make a replica on this page. For now maybe this may help to rate the efforts for building it:
Summary: If you consider not to clone my very compact construction it should be rather easy to build a bot like this.
Google translate
Thanks! I hoped that it would be helpful despite of the errors.
Yes I should, …
… next weekend I will write some hints for those who want to make a replica on this page.
Want what?
Sorry - don’t know what you mean :o) [wrong place for this reply - see below]
very nice
very nice…love the compact design. :]
Done.
Hope this helps.
One of the reasons I like
One of the reasons I like large bots is because my mechanical skill usually isn’t up to making the wonderfully compact case like you did. So I just make it 12 inches in diameter and I can fit pretty much anything I want.
Though yours looks better.
I’d congratulate you auf Deutsch, but my German is over 25 years old. I wish I had kept it up.
Vielen Dank
Vielen Dank for your kind words
UPDATE
I added a video, some photos and information about the line follower mode.
Nice track (and music track
Nice track (and music track too ).
I take a look in the code (clean and simple too) and +1 for encrypting name of this site into:
(L, M, R) = read_sensors()
I have one question, how do you achieve behaviour in the dead end of line? (The one in the right side of video, without black disc). I would expect the robot will continue straight to try to find corrupted line, but it turn back. Thaks.
LOL
(L, M, R) - didn’t notice that yet
“I would expect the robot will continue straight to try to find corrupted line” - me too I tested different length of the dead end: when the straight piece of the track is a little bit longer it behaves as you (and me) would expect. Currently the robot still has a little left twist when reaching the dead end, and I thought it was a nice alternative to the “railway switches”.
Maze Follower
I added a video of the “maze follower”, which is just a pre-study for the maze solver.
The peculiarity of my solution could be that I use only 3 sensors (rather than 5 or more, which seems to be usual). Notice that the robot is swaying a little bit whenever it reaches a node of the maze. It then looks to the left and the right to see whether there is a black line forking, a crossing or a T-junction. That way it compensates the absence of the outer sensors that are typically used for that purpose.
The timing is very crucial: it makes a big difference to drive some hundredths of seconds when the battery voltage is going up and down. Hence the robot starts with a 180° turn to the left and right and back for a calibration (see video). The time needed for this is measured and is taken into account when calculating the time for some particular movement.
For now the software only implements the left-hand rule, and the maze is pretty simple. Once it is finished, I’ll publish it here.
Software of maze follower
The software for the maze follower is here: robot-mf.py.
The calibration is still experimental. It works pretty well with fully charged batteries, when the battery voltage is going down, failures tend to occur more often. The video above was made with this code and full batteries