ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

odometry calculation for car like robot using ackerman steering

asked 2020-01-09 04:03:10 -0500

Kavya K S gravatar image

Hi, i am new in ROS. i am trying to do a simple ackerman steering model robot. so for calculating the odometry for the robot a bit confusing. i can take left and right encoder counts to calculate my linear velocity. in case of orientation angle change how can we calculate. if i am using the encoder values from steering wheels can i calculate odometry? can anybody advice? thanksc

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-01-09 16:57:07 -0500

A lot of work has already been done for you. Check out the ackerman steering controller here. This will do a lot of this work for you.

Theoretically if you have rear right and rear left encoder ticks then odometry can be calculated exactly the same as a turtle bot. However if you know the angle of the front steering wheels then you can make your odometry estimation much more accurate.

All this will be done for you if you use the package I linked to above.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-01-09 04:03:10 -0500

Seen: 2,366 times

Last updated: Jan 09 '20