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 nav_msgs/Odometry and TFs (base_link 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