Skip to content

Commit 4f82b73

Browse files
committed
Updated executable names.
1 parent 32b7245 commit 4f82b73

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/developer-guide/rosplane/controller/controller-general-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ These are passed to `rosflight_io`, which formats them into MAVLink messages and
6363
## Running the Controller
6464

6565
As mentioned in the ROSplane ROS overview, the controller is in the main `rosplane` ROS package.
66-
The ROS executable is `rosplane_controller`, yielding the run command:
66+
The ROS executable is `controller`, yielding the run command:
6767

68-
`ros2 run rosplane rosplane_controller`
68+
`ros2 run rosplane controller`
6969

7070
The type of controller used is passed right after the executable name, substitute `control_type` for controller being used.
7171

72-
`ros2 run rosplane rosplane_controller control_type`
72+
`ros2 run rosplane controller control_type`
7373

7474
To pass a set of parameters for the controller from a yaml file using the `--ros-args` option.
7575

76-
`ros2 run rosplane rosplane_controller --ros-args --params-file path/to/params.yaml`
76+
`ros2 run rosplane controller --ros-args --params-file path/to/params.yaml`
7777

7878
Putting it all together,
7979

80-
`ros2 run rosplane rosplane_controller control_type --ros-args --params-file path/to/params.yaml`
80+
`ros2 run rosplane controller control_type --ros-args --params-file path/to/params.yaml`
8181

8282
A table of arguments and parameter files that work out of the box is given in the following table.
8383
!!! note

docs/developer-guide/rosplane/estimator/estimator-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ See the Frames and Derivation page for more information, or chapter 2 of the [UA
7979
## Running the Estimator
8080

8181
The estimator is in the main `rosplane` ROS package.
82-
The ROS executable is `rosplane_estimator_node`, yielding the run command:
82+
The ROS executable is `estimator`, yielding the run command:
8383

84-
`ros2 run rosplane rosplane_estimator_node`
84+
`ros2 run rosplane estimator`
8585

8686
To pass a set of parameters for the controller from a yaml file using the `--ros-args` option.
8787

88-
`ros2 run rosplane rosplane_estimator_node --ros-args --params-file path/to/params.yaml`
88+
`ros2 run rosplane estimator --ros-args --params-file path/to/params.yaml`
8989

9090

9191
!!! note

0 commit comments

Comments
 (0)