1. Pioneer Robots
This page describes details on using the Pioneer Robots from ActivMedia.
?: how does a pioneer robot know that it has gotten to the correct room in the upper left corner of the office world? -mhristov
We can ask this even more generally: how does a robot know that it is at any particular location?
There are three possible answers:
-
it knows by its internal reckoning
-
it knows by landmarks (features in the world)
-
it knows by a combination of 1 and 2
Option 1 is noisy. Option 2 is hard. Probably the way to go is Option 3.
How would you do that?
You probably want to have a series of steps (states, goals). For example:
-
go straight until the left wall ends
-
turn left 90 degrees
-
go straight until the left wall ends
-
turn left 90 degrees
-
pass three doors on your right
-
turn, face door
-
go through door
Something like that should work.
Related topics:
- DevelopmentalRobotics . . . . 1 match
