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

Navigation with only Odometry( without Lidar )

asked 2022-03-16 11:26:30 -0500

Belghiti gravatar image

Hi! I want to compare the performance of Odom and Lidar. I managed to examine the accuracy of the lidar while the Turtelbot3 is not moving. Now I'm trying to investigate how accurate the odom is without interference from lidar, I'd be so grateful for any suggestions.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-03-16 20:08:57 -0500

schulze18 gravatar image

Hi Belghiti. From what I understood, you want to use the Navigation Stack (probably move_base) based only on odometry. Considering that, the Navigation Stack requires a transformation from odom to map frame. Therefore, you need to publish a constant transformation between these two frames. You can write a node to do that, but I think that static_transform_publisher does exactly what you need. You can just set zero to all offset coordinates.

I hope this will help you.

edit flag offensive delete link more

Comments

Hi again, thank u so much sir for ur time and help, ur suggestion seems like a good way to solve my problem (especially if u mean that the lidar won't interfere in any way possible), and i hope i can put it to use cause im still so new to all of this. Thanks again!

Belghiti gravatar image Belghiti  ( 2022-03-20 04:47:58 -0500 )edit
1

You're welcome. In this case, you can even turn off your Lidar.

schulze18 gravatar image schulze18  ( 2022-03-20 08:51:55 -0500 )edit

Question Tools

Stats

Asked: 2022-03-16 11:26:30 -0500

Seen: 184 times

Last updated: Mar 16 '22