My attempt to parallel park the boe bot
Hello All,
I would like to figure out how to parallel park my boe-bot. I'm trying to figure out how to use the IR sensors to detect a white line proceed until it detects a second white line, thus indicating a space, and then get it to parallel park. Very much like the video below vvvv.
From here, I have a good sense of how I can get the boe-bot to begin a parking sequence.
Thank you!!!
-Alex
Post Edited (AlexM) : 5/1/2007 3:53:28 PM GMT
I would like to figure out how to parallel park my boe-bot. I'm trying to figure out how to use the IR sensors to detect a white line proceed until it detects a second white line, thus indicating a space, and then get it to parallel park. Very much like the video below vvvv.
From here, I have a good sense of how I can get the boe-bot to begin a parking sequence.
Thank you!!!
-Alex
Post Edited (AlexM) : 5/1/2007 3:53:28 PM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
www.youtube.com/watch?v=hxMZQUKk8JU&mode=related&search=
Look at all those boe-bots!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Brian Meade
"They who dream by day are cognizant of many things which escape those who dream only by night" - Edgar Poe
Anyone?
Thanks!
Regards,
Craig
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I would love to change the world, but they won't give me the source code
People say that if you play Microsoft CD's backwards, you hear satanic things, but that's nothing, because if you play them forwards, they install Windows.
I spent a minute looking at my own code by accident. I was thinking "What the heck is this guy doing?"
Please don't be in such a hurry to "finish" a project. Besides, when you are finished, you're just going to unhook everything and start your next project anyway.
Step by step,·· Steve
If I didn't have 15 other units of school work to worry about, I would be doing this without asking for help.
I kindly ask that if you aren't here to offer suggestions, then please don't post. I'm already doing the 'step by step', and 'experimenting' that has been suggested.
Thanks again!
So if you are in a hurry and need to present this to class keep it simple, if it works well it will still impress and show the example you are trying to put across.
The simplest design is a road twice the width of the bot with the bot travelling in the top half and just one parking space situated somewhere along the route in the bottom half of the road. If you are travelling left to right mount a qti sensor mid right of the bot scanning for the first parking line, increment a counter to flag seeing the first line. Scan for the second line and again increment the counter. At this point the bot is ready to begin its parking sequence, in the program it would look like IF counter = 2 stop_servos,· GOSUB park, counter=0.
Make the parking space large enough to allow for any small errors in position and you should get some pretty good repeatability. When you have more time then you can expand the program and add more sensors to detect occupied parking spaces ,spaces differing in size and get a tighter parking sequence.
Jeff T