Setting the Turtlebot initial pose estimate
Having successfully made a map I'm following the instructions for navigation here:
But when attempting to set the initial pose the robot isn't relocated on the map. I can see that there is an attempt to set the pose, like this:
[ INFO] [1319821331.969617532]: Setting pose: -0.708 -0.116 1.488 [frame=/map]
but within rviz the robot remains fixed in place. I'm using the latest electric source code checked out and compiled. On the turtlebot itself I am getting the following warning, which might not be related:
[ WARN] [1319821429.390001799]: Map update loop missed its desired rate of 3.0000Hz... the loop actually took 0.5033 seconds
The only parameter which is different from what's described in the wiki is the map yaml file, and that appears to have loaded correctly within rviz.