Robotics StackExchange | Archived questions

Lateral Velocity in odom

I have a simple differential vehicle. The zero point of the vehicle is ground level, centred on the differential axle. I am driving this vehicle in a circle by sending a command from teleoptwistkeyboard.

I am recording the published 'odom' topic into a ROS bag, converting it to CSV and then analysing it.

I am considering the vehicle velocity in two ways.

For forward and yaw, I get matching results. about 0.5m/s and -0.15rad/s

However, for lateral velocity, I get the expected zero (<1mm/s) from the pose deltas, but the velocity reported in the twist is about 75mm/s.

This could imply that the velocity is being reported for a point other than the control point [1m from it].

I believe that the frames are correctly set. And if they weren't I would expect the pose deltas to contain the same lateral velocity as the twist.

Does anyone have an explanation for this phenomenon?

Asked by RedDave on 2019-11-05 06:04:42 UTC

Comments

Answers