ros2_controllers icon indicating copy to clipboard operation
ros2_controllers copied to clipboard

Refactoring getting the state/command handle

Open tonynajjar opened this issue 2 years ago • 0 comments

Describe the solution you'd like As proposed here https://github.com/ros-controls/ros2_controllers/pull/345#discussion_r922725723, the idea is make a utility function to retrieve a state/command handle from the state/command interfaces.

Inputs of that function: interfaces vector, name to look for, interface name (type) to look for Returns: std::optional

tonynajjar avatar Jul 23 '22 17:07 tonynajjar