Robotics StackExchange | Archived questions

Create an odometry publisher node in python ros2

Hi,

I would like to know how to create an odometry publisher node in python ros2 that can publish on the topic navmsgs/Odometry and TFs (baselink with respect to the Odom frame). I'm using ros2 foxy on ubuntu 20.04.

Could anyone tell me how to do that?

Thank you in advance

Asked by Sachmk2 on 2023-01-04 04:22:53 UTC

Comments

Answers

How do you get your odometry information? Do you have it already computed and ready to fill the nav_msgs/Odometry and tf fields?

Asked by ljaniec on 2023-01-04 05:36:11 UTC

Comments