ros_controllers icon indicating copy to clipboard operation
ros_controllers copied to clipboard

ackermann_steering_controller: wheel_radius

Open iliabaranov opened this issue 3 years ago • 2 comments

Hello all,

The documentation http://wiki.ros.org/ackermann_steering_controller states:

wheel_radius (double)
Radius of the wheels. It is expected they all have the same size. The ackermann_steering_controller will attempt to read the value from the URDF if this parameter is not specified.

Any particular reason for this? Tractors (for example) tend to have much smaller steering wheels. But even regular cars can have different wheel sizes. Perhaps this is something I could extend/add to?

Best wishes, Ilia B.

iliabaranov avatar Oct 06 '21 22:10 iliabaranov

happy to incorporate this change, there's no strong reason for even-sized wheels

bmagyar avatar Oct 07 '21 09:10 bmagyar

First attempt here, I welcome feedback :) https://github.com/ros-controls/ros_controllers/pull/575

iliabaranov avatar Oct 07 '21 20:10 iliabaranov