File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ information if robot is currently faulted can be found.
4545
4646Deactivate all the controllers using robot.
4747```
48- ros2 control swithc_controllers --deactivate joint_trajectory_controller gripper_controller
48+ ros2 control switch_controllers --deactivate joint_trajectory_controller gripper_controller
4949```
5050
5151Call the service for resetting the fault (` example_interfaces::srv::Trigger ` ).
@@ -56,7 +56,7 @@ ros2 service call /fault_controller/reset_fault example_interfaces/srv/Trigger
5656
5757Activate controllers to enable robot control.
5858```
59- ros2 control swithc_controllers --activate joint_trajectory_controller gripper_controller
59+ ros2 control switch_controllers --activate joint_trajectory_controller gripper_controller
6060```
6161
6262## Build status
You can’t perform that action at this time.
0 commit comments