File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ Each of the described example cases from the roadmap has its own launch and URDF
83
83
joint2/position
84
84
```
85
85
86
- 3 . Open another terminal and load controllers:
86
+ 3 . Open another terminal and load, configure and start controllers:
87
87
```
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
90
90
```
91
91
92
92
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
95
95
```
96
96
You should get the response:
97
97
```
98
- joint_state_controller[joint_state_controller/JointStateController] inactive
98
+ joint_state_controller[joint_state_controller/JointStateController] active
99
99
forward_command_controller_position[forward_command_controller/ForwardCommandController] inactive
100
100
```
101
101
102
102
4 . Starting controller:
103
103
```
104
- ros2 control switch --start-controllers joint_state_controller forward_command_controller_position
104
+ ros2 control switch --start-controllers forward_command_controller_position
105
105
```
106
106
107
107
Check if controllers are activated:
You can’t perform that action at this time.
0 commit comments