extrapolation error of local cost map in navigation
Hi all, I'm following the navigation tutorial with my differential wheeled robot. I build my map with hector slam and now i'm trying to explore it with the navigation stack but I have the following error when I try to send the robot at some Goal :
[ERROR] [1344094708.876267784]: Extrapolation Error: Unable to lookup transform, cache is empty, when looking up transform from frame [/odom] to frame [/map]
[ERROR] [1344094708.876364007]: Global Frame: /odom Plan Frame size 98: /map
[ WARN] [1344094708.876424927]: Could not transform the global plan to the frame of the controller
If I replace the "global_frame" parameter from "/odom" to whatever (like "/map") in the "local_costmap_params.yaml" configuration file, the error disapears but it does not work...
My tf tree seems good :
And a tf_echo seems good :
psykokwak@robot:~/ros/workspace$ rosrun tf tf_echo /map /odom At time 1344095433.661 - Translation: [-0.008, 0.011, 0.000] - Rotation: in Quaternion [0.000, 0.000, 0.000, 1.000] in RPY [0.000, -0.000, 0.001] At time 1344095434.660 - Translation: [-0.007, 0.009, 0.000] - Rotation: in Quaternion [0.000, 0.000, 0.000, 1.000] in RPY [0.000, -0.000, 0.000] At time 1344095435.659 - Translation: [-0.007, 0.009, 0.000] - Rotation: in Quaternion [0.000, 0.000, 0.000, 1.000] in RPY [0.000, -0.000, 0.000] At time 1344095435.926 - Translation: [-0.005, 0.008, 0.000] - Rotation: in Quaternion [0.000, 0.000, 0.000, 1.000] in RPY [0.000, -0.000, 0.001]
So, I have no idea about the origin of my problem :(
No one knows ? :(
I have the same problem, but only when I launch the robot_pose_ekf stack... Whitout that stack everything works perfectly. But I don't know how to solve it :( Did you found what was wrong?
sorry...... I am now encountering such problem..... do you figure it out!!????
I have same problem, any help?
I have the same problem and cannot resolve it. Any help would be very much appreciated. My thread on this problem can be found here: http://answers.ros.org/question/63360/extrapolation-error-using-hector_mapping-move_base/
Have same problem too!
Ditto, except I'm using gmapping instead of hector_slam