Looking for an algorithm to determine the area and then methodically track the area
I am looking at playing with some basic robotics, I am looking at making a simple bot that moves around a room. The idea is that it will find the edges and as it is created a map of the area will be generated.
After that, I would like him to be able to methodically walk around the entire area to find any obstacles within that area.
Does anyone know of algorithms that do things like this?
+1
a source to share
2 answers
Try the following:
http://carmen.sourceforge.net/intro.html
CARMEN is an open source collection of software for mobile robots. CARMEN is a modular software designed to provide basic navigation primitives including: base and sensor management, logging, obstacle avoidance, localization, route planning and mapping.
+1
a source to share