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

What are some use cases of changing the fixed frame in rviz ?

asked 2021-12-06 20:52:40 -0600

rigidlab gravatar image

For example if you change the fixed frame to /odom, and visualize the LaserScan data, how does the visualization come out different ?

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-12-07 18:37:31 -0600

updated 2021-12-07 18:37:56 -0600

You may want to change the fixed frame so you can view something in another frame of reference. It can be useful when debugging information, transformations, or wanting a steady look. There are as many reasons to want to view data in a certain frame as there are frames to look at the data in.

For your odom example, you may want to do this so you could view data in a frame unaffected by global localization updates and is promised to be smooth and continuous for measuring drift in odometry using sensor measurements to determine ground truth. Or perhaps I'm interested in looking at a robot's sensor data while navigation isn't running, so visualizing it in the base_link frame will work regardless of the map or odom transformations are available.

edit flag offensive delete link more

Comments

Thank you.

rigidlab gravatar image rigidlab  ( 2021-12-16 11:53:23 -0600 )edit

Question Tools

2 followers

Stats

Asked: 2021-12-06 20:52:06 -0600

Seen: 200 times

Last updated: Dec 07 '21