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 @@ -85,13 +85,13 @@ Each of the described example cases from the roadmap has its own launch and URDF
85
85
86
86
3 . Open another terminal and load, configure and start controllers:
87
87
```
88
- ros2 control load_start joint_state_controller
89
- ros2 control load_configure forward_command_controller_position
88
+ ros2 control load_start_controller joint_state_controller
89
+ ros2 control load_configure_controller forward_command_controller_position
90
90
```
91
91
92
92
Check if controller is loaded properly:
93
93
```
94
- ros2 control list
94
+ ros2 control list_controller
95
95
```
96
96
You should get the response:
97
97
```
@@ -101,12 +101,12 @@ Each of the described example cases from the roadmap has its own launch and URDF
101
101
102
102
4 . Starting controller:
103
103
```
104
- ros2 control switch --start-controllers forward_command_controller_position
104
+ ros2 control switch_controllers --start-controllers forward_command_controller_position
105
105
```
106
106
107
107
Check if controllers are activated:
108
108
```
109
- ros2 control list
109
+ ros2 control list_controller
110
110
```
111
111
You should get ` active ` in the response:
112
112
```
You can’t perform that action at this time.
0 commit comments