You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/45-plugin-interface/02-controllers/02-controllers.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ It is highly reccomended to base your controller plugin on this example.
20
20
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).
21
21
You have to install [MRS UAV system](https://github.com/ctu-mrs/mrs_uav_system) first to run the example.
22
22
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)):
0 commit comments