Society of Robots - Robot Forum
Software => Software => Topic started by: Connor on November 28, 2009, 11:32:47 PM
-
Hello,
I've been working on my project for some time now, but, I'm pretty much stalled out on this part. I've built my robot.. He can wonder around and avoid stuff.. but, I really want him to be able to navigate from point A to point B. The bot is a PC based robot. His program is written in python. I'm hoping to add some sort of mapping, localization and navigation to him. A stand-alone program that allows me to build a initial map.. Then set him loose to update the map based on his sonars, IR and encoders. Be able to localize his position based on the sensor readings.. and navigate around using waypoints etc.. The bot has 6 sonars, 4 IR's and a Compass. Anyone have anything like this or willing to help get me started?
Thanks, Connor
-
On the SoR tutorial page is one on the WAVEFRONT ALGORITHM. Thats a good starting point.
http://www.societyofrobots.com/programming_wavefront.shtml (http://www.societyofrobots.com/programming_wavefront.shtml)
-
I already did the hard work for you... Take a look here. It's not totally ready to go but the functionality is all there.
http://www.societyofrobots.com/robotforum/index.php?topic=10175.0 (http://www.societyofrobots.com/robotforum/index.php?topic=10175.0)
-Darin