ros2_control
ros2_control copied to clipboard
Extend claimed_interfaces field in ListControllers service with state interfaces
See the #414 and the comment here.
After should discussion with @bmagyar maybe a possible way would be to add prefix/suffix to the names to differentiate between command and state interfaces. For example:
cmd_joint1/position
state_joint1/position
What do you think?
Overall sounds good to me but maybe:
cmd/joint1/position
state/joint1/position
would be more coherent ?