Robotics StackExchange | Archived questions

How to calculate odom.twist.angular value

Hello,

I'v made my own odometry code and I succeed with determining the robot's position correctly.

But I need to know how to calculate the angular velocity?

What I did is I divided delta theta by delta time, but the results doesn't seem to be correct.

Asked by nouf on 2015-05-03 12:45:02 UTC

Comments

Could you give detail about your robot?

Asked by gokhan.acer on 2021-09-15 05:35:33 UTC

Answers

Angular velocity can be calculated using IMU. If you don't want to use it, you can use kinematic equations to calculate it. It depends on your robot's model (differential robots, Ackerman, etc.). For example: Differential kinematics

Asked by gokhan.acer on 2021-09-15 05:35:12 UTC

Comments