ros2_controllers
ros2_controllers copied to clipboard
Change units of velocity feedback in diff_drive_controller
Closes #411
Adds multiplying velocity feedback by wheel radius. When the position_feedback option is used, feedback is multiplied by radius (it is expected to be in rad). This PR changes velocity feedback to be also multiplied by radius, so that units used will be more consistent.