ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

bongkw's profile - activity

2016-05-31 22:47:42 -0500 received badge  Famous Question (source)
2016-04-15 22:45:18 -0500 received badge  Notable Question (source)
2016-04-04 08:24:18 -0500 received badge  Popular Question (source)
2016-03-14 00:40:28 -0500 asked a question No transform between frames /map and scanmatcher_frame

Hi all,

I am trying to implement hector slam with rplidar. So far I have no success in launching tutorial.launch in hector slam. I had followed the instructions in this link. Apart from changing the second last line, I have also changed the frame names according to some of the answers in this wiki.

<param name="map_frame" value="map" />
<param name="base_frame" value="base_link" />
<param name="odom_frame" value="base_link" />
<param name="pub_map_odom_transform" value="true"/>
<node pkg="tf" type="static_transform_publisher" name="base_to_laser_broadcaster" args="0 0 0 0 0 0 base_link laser 100"/>

I'll get this error after running the launch file.

{{{[ WARN] [1457932080.622102713]: No transform between frames /map and scanmatcher_frame available after 20.003506 seconds of waiting. This warning only prints once.}}}

I tried viewing the tf tree, the output I get is "No TF data received".

Appreciate any help I can get on this issue as I am new to both linux and ROS. I am running ros jade and linux unbuntu. I haven't edit any other launch file from hector slam. Thanks in advance!