ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
2019-04-08 01:15:16 -0500 | marked best answer | Error in rviz while using hector mapping and RPLidar I need some help solving the following error in rviz: No tf data. Actual error: Fixed Frame [map] does not exist. I am using ROS Kinetic on Ubuntu 16.04. Below is my mapping_default.launch code: <launch> <arg name="tf_map_scanmatch_transform_frame_name" default="scanmatcher_frame"/> <arg name="base_frame" default="base_footprint"/> <arg name="odom_frame" default="nav"/> <arg name="pub_map_odom_transform" default="true"/> <arg name="scan_subscriber_queue_size" default="5"/> <arg name="scan_topic" default="scan"/> <arg name="map_size" default="2048"/> <node pkg="hector_mapping" type="hector_mapping" name="hector_mapping" output="screen"> </node> </launch> |
2019-04-08 01:14:50 -0500 | received badge | ● Famous Question (source) |
2018-01-08 18:02:55 -0500 | received badge | ● Notable Question (source) |
2018-01-08 18:02:55 -0500 | received badge | ● Popular Question (source) |
2017-07-20 11:16:27 -0500 | asked a question | Error in rviz while using hector mapping and RPLidar Error in rviz while using hector mapping and RPLidar I need some help solving the following error in rviz: No tf data. |