Mapping Interior Spaces With Robots And GIS
Roland Piquepaille writes "In an article about GIS and Robotics, Directions Magazine reports that architects and other professionals can now use spatially intelligent robots to collect interior space data. With such mapping robots, it's possible to capture accurate data for over 10,000 square meters per day and to easily integrate it with existing software. The article doesn't mention the sources for its illustrations about these robotic systems, so I thought I'd point them out: a company in Maine called Penobscot Bay Media. You'll find more details and pictures about these mapping robots at ZDNet."
As a small semestrial academic project, I worked on a different kind of mapping project which uses a large number of very simple (and cheap) robots instead of a small number of expensive robots like in this article.
Each robot is aware of its location through odometry (measuring the distance traveled by both the of the bot's wheels) and collision detection using, in our case, a rotating straw due to the fact we were limited to Lego Mindstorms.
Using odometry inserts a lot of error to the calculations. To counter these errors, the robots communicate over a short distance (touching distance) and average their expected location and heading.
In theory, and simulation, the algorithm proved very successful. Especially for a large number of agents.
In practice the errors were too large compared to the very small number of agents (4) we had at our disposal.
The project page.
And the simulation applet, written with NetLogo.
I wonder if they use such averaging algorithms with these robots aswell.
^_^