What does Velocity in nav_msgs/Odometry actually mean?
I am confused with this type of data. What does the twist.twist.linear.x and twist.twist.linear.y actually represent?
I have a robot that can move either forward or backward and can ofcourse turn. In that case, doesn't the robot exhibit just velocity along X direction. Even if it turns, the robot's frame turns as well, still giving it a linear velocity along X direction. How come I am getting both X and Y velocity values here?