Society of Robots - Robot Forum

Software => Software => Topic started by: poxusa on April 26, 2009, 09:01:31 PM

Title: Bumper Sensor with Mapping
Post by: poxusa on April 26, 2009, 09:01:31 PM
I was checking if anyone knows how to implement the original bumper sensor with the Adaptive Mapping as described on the tutorial. My plan is to navigate a course primarily with the IR sensor with a backup being the bumper sensor incase of drift and any accumulated errors.

Any help in this matter would be greatly appreciated. Thank You. 
Title: Re: Bumper Sensor with Mapping
Post by: Admin on May 30, 2009, 11:12:46 AM
Quote
IR sensor with a backup being the bumper sensor incase of drift and any accumulated errors.
If error builds up too much, your robot just needs to trash the map and start over. Your robot will need a program that says 'hey, map has changed too much lately, maybe something is wrong?'

The other solution is SLAM, but a bit too complex for a microcontroller/beginner. ;D