Closed
Description
At a certain point in ROS1 implementation, estimate_velocity_from_position
parameter switch was inserted, and odometry could also be computed by integration of velocity values coming directly from motors.
In ROS2, this in not an option. Although somewhere it is written that the controller works "through a velocity interface" this is true only for the input chain, not the feedback one.
I propose a port of the feature also in ROS2 , and at least specify clearly what are the required Hardware Interfaces (in/out) for this controller in the documentation.