Skip to content

Commit 9f5fd0e

Browse files
committed
Update doc for controller plugin
1 parent d5e9d38 commit 9f5fd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/45-plugin-interface/02-controllers/02-controllers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It is highly reccomended to base your controller plugin on this example.
2020
In the example, there is also a [tmux folder](https://github.com/ctu-mrs/mrs_core_examples/tree/master/cpp/controller_plugin/tmux) containing a script that starts the simulation of a UAV in the [Gazebo simulator](https://github.com/ctu-mrs/mrs_uav_gazebo_simulation), where the UAV uses the [example controller plugin](https://github.com/ctu-mrs/mrs_core_examples/tree/master/cpp/controller_plugin).
2121
You have to install [MRS UAV system](https://github.com/ctu-mrs/mrs_uav_system) first to run the example.
2222
To load the controller plugin into the [MRS UAV system](https://github.com/ctu-mrs/mrs_uav_system), you need to provide a custom config file to the [MRS UAV Core](https://github.com/ctu-mrs/mrs_uav_core) containing the parameters for the controller plugin.
23-
The custom config file should contain the following lines (taken from [example controller plugin](https://github.com/ctu-mrs/mrs_core_examples/blob/master/cpp/controller_plugin/tmux/config/custom_config.yaml)):
23+
The custom config file should contain the following lines (taken from [custom config file of example controller plugin](https://github.com/ctu-mrs/mrs_core_examples/blob/master/cpp/controller_plugin/tmux/config/custom_config.yaml)):
2424
```yaml
2525
mrs_uav_managers:
2626

0 commit comments

Comments
 (0)