Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos in README #17

Merged
merged 1 commit into from
Feb 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ information if robot is currently faulted can be found.

Deactivate all the controllers using robot.
```
ros2 control swithc_controllers --deactivate joint_trajectory_controller gripper_controller
ros2 control switch_controllers --deactivate joint_trajectory_controller gripper_controller
```

Call the service for resetting the fault (`example_interfaces::srv::Trigger`).
Expand All @@ -56,7 +56,7 @@ ros2 service call /fault_controller/reset_fault example_interfaces/srv/Trigger

Activate controllers to enable robot control.
```
ros2 control swithc_controllers --activate joint_trajectory_controller gripper_controller
ros2 control switch_controllers --activate joint_trajectory_controller gripper_controller
```

## Build status
Expand Down
Loading