robotology / cer-sim

Official URDF and SDF models of the R1 humanoid robot.
14 stars 9 forks source link

Ros2_control package #42

Closed elandini84 closed 7 months ago

elandini84 commented 1 year ago

This PR adds a new ros2 package that allows to control the robot (may it be the simulated one or the real one) neck joints (only in position for the moment being) through ros2_control tools (just the forward_command_controller for now) and, only for the simulated robot for now, both the arms (again, only in position and only with the forward_command_controller). IMPORTANT NOTE: this PR needs the ros2_control hardware component that PR #53 will add to yarp-devices-ros2

This is just a first step towards a complete compatibility between R1 and ros2_control

This PR contains also two other major changes.