Skip to content

Commit

Permalink
Update manual (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored Dec 18, 2020
1 parent 3dfe077 commit f19790e
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 @@ -83,10 +83,10 @@ Each of the described example cases from the roadmap has its own launch and URDF
joint2/position
```

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

Check if controller is loaded properly:
Expand All @@ -95,13 +95,13 @@ Each of the described example cases from the roadmap has its own launch and URDF
```
You should get the response:
```
joint_state_controller[joint_state_controller/JointStateController] inactive
joint_state_controller[joint_state_controller/JointStateController] active
forward_command_controller_position[forward_command_controller/ForwardCommandController] inactive
```

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

Check if controllers are activated:
Expand Down

0 comments on commit f19790e

Please sign in to comment.