Skip to content

Commit f19790e

Browse files
authored
Update manual (#48)
1 parent 3dfe077 commit f19790e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ Each of the described example cases from the roadmap has its own launch and URDF
8383
joint2/position
8484
```
8585

86-
3. Open another terminal and load controllers:
86+
3. Open another terminal and load, configure and start controllers:
8787
```
88-
ros2 control load joint_state_controller
89-
ros2 control load forward_command_controller_position
88+
ros2 control load_start joint_state_controller
89+
ros2 control load_configure forward_command_controller_position
9090
```
9191

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

102102
4. Starting controller:
103103
```
104-
ros2 control switch --start-controllers joint_state_controller forward_command_controller_position
104+
ros2 control switch --start-controllers forward_command_controller_position
105105
```
106106

107107
Check if controllers are activated:

0 commit comments

Comments
 (0)