Hokuyo - No map received in RViz [closed]
Hi everyone!
I am trying to use the package "GMapping" to visualize the map acquired with Hokuyo laser scanner!
I have no odometry, so I simulated a TF with a launch file, which worked already in other applications!
<launch>
<node pkg="tf" type="static_transform_publisher" name="US6" args="0 7 2 1.5708 0 0 base_link laser 100" />
</launch>
When running RViz, in Global Options, the Fixed frame is map; In Grid, the Reference Frame is map; In TF I have the following warnings: No transform from [map] to [base_link] / No transform from [odom] to [base_link] In map, the topic is map and I receive this warning and error message: No map received / No transform from [] to [base_link]
What did I do wrong? I notice that if I change the Fixed Frame in Global Options and the one in Grid, the error disappear and some other errors appear... what are the correct options to be selected in Global Options and in Grid?
Thank you for your time!