add initial servo hardware

This commit is contained in:
Ilya Uraev 2024-02-06 16:58:35 +03:00
parent fd5d5d156a
commit cb4dcbf1d6
7 changed files with 456 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# rbs_servo_hardware
The example shows how to implement robot hardware with actuators not providing states and with additional sensors.
Find the documentation in [doc/userdoc.rst](doc/userdoc.rst) or on [control.ros.org](https://control.ros.org/master/doc/ros2_control_demos/example_14/doc/userdoc.html).