Administrator
|
If the robot is moving down a corridor, save a pose x=25, y=2 at the end of the corridor, continue looping around the building then come back to map origin, detecting there is an odometry drift of 2 meters in y axis, has to correct the map so that the psoe x=25, y=2 should be at x=25,y=0 to represent exactly the same location. If we keep x=25, y=2, instead of being in the middle of the corridor, the pose x=25, y=2 could be inside a room just next to it.
If we would change only features to match the new optimized graph but not the poses, the robot could appear to localize in walls.
|