RVIZ Laser Scan Display [closed]
Hello,
I want to display a laser scan data I have, file Mapping1.bag from a ROS tutorial(http://wiki.ros.org/laser_pipeline/Tutorials/IntroductionToWorkingWithLaserScannerData). When I run the bag file and try to display it on RVIZ with the right topic, I am having an error message :
"Transform [sender=unknown_publisher] For frame [base_laser_link]: Fixed Frame [map] does not exist"
LaserScan status is on ERROR and nothing is displayed.
Any idea about this problem ?
This means RVIZ cannot take the base_link_laser frame onto the map frame. Could you update your post with a link to the tutorial?