You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ Simple controllers for the [ros2_control](https://control.ros.org/jazzy/index.ht
5
5
## Controllers
6
6
1. Safety Forward Controller: A simple forward controller that resets the command value to zero if no command is received within a specified timeout period.
7
7
2. Self Collision Avoidance Controller: A controller that prevents self-collision by checking the robot's state and if a nearby collision is detected, it makes sure to prevent the robot from moving into that state.
8
+
3. Current Limit Controller: Enables setting current limits i.e. torque limits for motors via their current interface. Can be accessed via service calls.
8
9
9
10
# hector_controller_spawner
10
11
A lightweight ROS2 node that boots an entire *ros2_control* setup in a single shot, managing hardware interfaces and controllers efficiently.
0 commit comments