在建立实物ros小车,roslaunch中,
<node pkg="tf" type="static_transform_publisher" name="base_to_laser" args="-0.2 0 0.185 0 0 0 base_link laser 100"/>
<node pkg="tf" type="static_transform_publisher" name="base_to_footprint" args="0 0 0 0 0 0 base_link base_footprint 100"/>
<node pkg="tf" type="static_transform_publisher" name="map_to_odom" args="0.0 0.0 0.0 0 0 0.0 /map /odom 1000"/>
报错
[ WARN] [1611967685.467875755]: 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.102852 timeout was 0.1.
查结构树,两者未建立连接。
问题;如何修订建立两者之间的连接。