You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chapter 6: Timed out waiting for transform from base_footprint to map to become available before running costmap, tf error: Could not find a connection between 'map' and 'base_footprint' because they are not part of the same tree.Tf has two or more unconnected trees..
#20
Open
haopo2005 opened this issue
Mar 31, 2019
· 1 comment
I am running roslaunch chapter6_tutorials move_base.launch on kinetic
And I got the following warning.
[ WARN] [1554044458.379278814, 15.084000000]: Timed out waiting for transform from base_footprint to map to become available before running costmap, tf error: Could not find a connection between 'map' and 'base_footprint' because they are not part of the same tree.Tf has two or more unconnected trees.. canTransform returned after 0.1 timeout was 0.1.
The robot_model of rviz has report the error "No transform from [base_footprint] to [map]"
But the error can be solved, adding the following line into the move_base.launch
However, the robot can't move now, just spin around even if I give it 2d nav goal.
The text was updated successfully, but these errors were encountered:
I am running roslaunch chapter6_tutorials move_base.launch on kinetic
And I got the following warning.
[ WARN] [1554044458.379278814, 15.084000000]: Timed out waiting for transform from base_footprint to map to become available before running costmap, tf error: Could not find a connection between 'map' and 'base_footprint' because they are not part of the same tree.Tf has two or more unconnected trees.. canTransform returned after 0.1 timeout was 0.1.
The robot_model of rviz has report the error "No transform from [base_footprint] to [map]"
But the error can be solved, adding the following line into the move_base.launch
However, the robot can't move now, just spin around even if I give it 2d nav goal.
The text was updated successfully, but these errors were encountered: