Skip to content

Commit

Permalink
fix cli commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Dec 19, 2020
1 parent f19790e commit 26a01e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ Each of the described example cases from the roadmap has its own launch and URDF

3. Open another terminal and load, configure and start controllers:
```
ros2 control load_start joint_state_controller
ros2 control load_configure forward_command_controller_position
ros2 control load_start_controller joint_state_controller
ros2 control load_configure_controller forward_command_controller_position
```

Check if controller is loaded properly:
```
ros2 control list
ros2 control list_controller
```
You should get the response:
```
Expand All @@ -101,12 +101,12 @@ Each of the described example cases from the roadmap has its own launch and URDF

4. Starting controller:
```
ros2 control switch --start-controllers forward_command_controller_position
ros2 control switch_controllers --start-controllers forward_command_controller_position
```

Check if controllers are activated:
```
ros2 control list
ros2 control list_controller
```
You should get `active` in the response:
```
Expand Down

0 comments on commit 26a01e8

Please sign in to comment.