ros2_control_demos icon indicating copy to clipboard operation
ros2_control_demos copied to clipboard

Use case: Enable a robot to be extended with different tools

Open destogl opened this issue 5 years ago • 0 comments

A robot as ros2_control structure should be extensible with additional tools, e.g. force-torque sensor, milling machine, etc. This extension should be transparent for controllers by adding new data in the DynamicJointState message. It is preferable to do this without any coding and just loading additional sensor component, i.e. hardware_interface (i the case that sensors is ros2_control enabled).

destogl avatar Jun 02 '20 20:06 destogl