Learn how to know if the robot has moved one-meter using Odometry. You’ll learn how to: create a Python program for calculating the distance moved by the robot using the Odometry topic and publish it into a topic. create a Python program for testing that we can...
In this video we are going to see how to rotate our robot based on data from odometry. We will subscribe to /odom topic to get the heading of our robot, process it, and then send a command over the /cmd_vel topic. This is a video based on the following post on...