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

RVIZ Laser Scan Display [closed]

asked 2018-12-17 09:27:52 -0500

karl gravatar image

updated 2018-12-18 07:05:02 -0500

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 ?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by allenh1
close date 2018-12-20 10:41:46.054002

Comments

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?

allenh1 gravatar image allenh1  ( 2018-12-17 09:53:17 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-12-17 15:15:51 -0500

RVIZ is not showing the laser scan because the 'fixed frame' is set to map. The laser scan has a different coordinate frame and there is no known transformation between them.

To fix this you need to go to the world section in the top left of the RVIZ window and change the fixed frame to base_link_laser so that RVIZ is viewing in the laser's own coordinate frame, then this will start working.

edit flag offensive delete link more

Comments

1

Thanks Pete, you were right but the fixed frame has to be : "base_laser_link" and not "base_link_laser" eheh :D

karl gravatar image karl  ( 2018-12-18 07:17:19 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-12-17 09:27:52 -0500

Seen: 1,616 times

Last updated: Dec 18 '18