ros-controls / ros2_control_demos

This repository aims at providing examples to illustrate ros2_control and ros2_controllers
https://control.ros.org
Apache License 2.0
392 stars 185 forks source link

Use Case: Different hardware interfaces for each joint #32

Closed destogl closed 1 year ago

destogl commented 4 years ago

Modern robots provide usually multiple interfaces towards them, e.g. position, velocity, acceleration, force, etc. It is thinkable that in some cases a user wants to use different interfaces along the kinematic chain, e.g. position on joint 1-3 and velocity on joints 4-6. This is especially interesting for making very complex robots, like mobile manipulators, humanoid robots, etc.

destogl commented 1 year ago

Done in Example 6