-
Notifications
You must be signed in to change notification settings - Fork 430
Description
Is your feature request related to a problem? Please describe.
In the current ackermann controller the odometry is computed from the steering angle, the kinematic setup and the rotation of the traction wheels. Since the traction wheels have slip in contrast to unpowered wheels (which may be quite influential for car-like robots with high inertia), the odometry gets negatively affected by this. Maybe this also affects tickets like #937 since the default gazebo setup often results in high slip driving situations in my experiments.
Describe the solution you'd like
It would be great to have an option to specify the non-traction wheels in the config of the ackermann controller and use them for the odometry computation.
Describe alternatives you've considered
It would probably be possible to write a function on top of the ackermann controller that corrects for these issues by computing the slip, but that seems like an unnecessarily complex setup.