You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why does the bicycle_steering_controller return the traction command as angular speed of the rear virtual wheel? I expect it to return linear velocity along with steering angle.
If the wheels angular velocity is intended then the above message is misleading.
The documentation mentions:
Command interfaces [(https://control.ros.org/iron/doc/ros2_controllers/steering_controllers_library/doc/userdoc.html#command-interfaces)
If parameter front_steering == true
<front_wheels_names[i]>/position double, in rad
<rear_wheels_names[i]>/velocity double, in m/s
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Why does the bicycle_steering_controller return the traction command as angular speed of the rear virtual wheel? I expect it to return linear velocity along with steering angle.
https://github.com/ros-controls/ros2_controllers/blob/master/steering_controllers_library/src/steering_odometry.cpp#L286-L290
As shown below the
linear_velocity_command
is 3.2 that is0.2 /0.0625
(linear.x / wheel_radius).If the wheels angular velocity is intended then the above message is misleading.
The documentation mentions:
The text was updated successfully, but these errors were encountered: