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
367 stars 175 forks source link

Give the controller type as parameter in ctrl namespace #502

Open christophfroehlich opened 2 months ago

christophfroehlich commented 2 months ago

This changes the location of declaring the controller type, which will be possible with https://github.com/ros-controls/ros2_control/pull/1502

I tried to write it consistently:

saikishor commented 2 months ago

@christophfroehlich Thanks a lot for helping :)