Robotics StackExchange | Archived questions

Failed to transform the goal pose from base_footprint into the map frame when use move_base

Hi, I'm doing a outdoor robot following this video , and I have finished the robotlocalization, here is my tf_tree . But I'm in trouble using movebase. These error messages appear when I click the 2D Nav Goal in rviz:

[ WARN] [1629267496.579879766, 115.889000000]: Transform from imu_link to base_link was unavailable for the time requested. Using latest instead.
[ WARN] [1629267497.229069053, 116.533000000]: Transform from base_link to map was unavailable for the time requested. Using latest instead.
[ WARN] [1629267497.397608774, 116.700000000]: Failed to transform the goal pose from base_footprint into the map frame: Lookup would require extrapolation -0.008000000s into the future.  Requested time 116.699000000 but the latest data is at time 116.691000000, when looking up transform from frame [base_footprint] to frame [map]
[ERROR] [1629267497.397816888, 116.700000000]: The goal pose passed to this planner must be in the map frame.  It is instead in the base_footprint frame.
[ WARN] [1629267497.397880999, 116.700000000]: Failed to transform the goal pose from base_footprint into the map frame: Lookup would require extrapolation -0.008000000s into the future.  Requested time 116.699000000 but the latest data is at time 116.691000000, when looking up transform from frame [base_footprint] to frame [map]
[ERROR] [1629267497.551328417, 116.850000000]: Extrapolation Error: Lookup would require extrapolation -0.013000000s into the future.  Requested time 116.841000000 but the latest data is at time 116.828000000, when looking up transform from frame [odom] to frame [map]
[ERROR] [1629267497.551443906, 116.850000000]: Global Frame: odom Plan Frame size 41: map
[ WARN] [1629267497.551510001, 116.850000000]: Could not transform the global plan to the frame of the controller
[ERROR] [1629267497.650662774, 116.950000000]: Extrapolation Error: Lookup would require extrapolation -0.011000000s into the future.  Requested time 116.941000000 but the latest data is at time 116.930000000, when looking up transform from frame [odom] to frame [map]
 [ERROR] [1629267497.650719532, 116.950000000]: Global Frame: odom Plan Frame size 41: map

These are the parameters I set when using move_base . How can I fix these problems?

Asked by ZMang on 2021-08-18 01:54:14 UTC

Comments

Answers