@@ -18,6 +18,7 @@ Setting up
18
18
19
19
Before launching the project, let's take a look at the configuration options.
20
20
You can find configuation files in the ``config `` folder. The are three configuration files used:
21
+
21
22
- ``config/config.yaml ``: configuration file for the Crazyflie drones.
22
23
- ``config/camera_calibration.yaml ``: configuration file for the AI deck camera calibration.
23
24
- ``config/pid_speed_controller.yaml ``: configuration file for the pid controller constants.
@@ -80,7 +81,7 @@ Leave only the entries for every drone that will be used, even if it is only one
80
81
.. note ::
81
82
82
83
For propagating the motion capture system data into the ROS 2 system, we recommend using the
83
- :ref: `mocap4ros2 <https://mocap4ros2-project.github.io/ >` package.
84
+ `mocap4ros2 <https://mocap4ros2-project.github.io/> ` package.
84
85
85
86
.. _project_crazyflie_launching :
86
87
@@ -137,7 +138,6 @@ Close all nodes (aerostack2 and ground_station) with the following command:
137
138
.. note ::
138
139
139
140
The command ``tmux kill-server `` will have a similar effect but closing all tmux sessions, so be careful if you have other tmux sessions running.
140
-
141
141
If launcher was executed with the flag ``-g ``, closing should be done manually exiting all gnome-terminal tabs.
142
142
143
143
Close **only ** the Aerostack2 nodes with the following command:
@@ -197,7 +197,7 @@ For multi drone missions, use ``python3 mission_swarm.py`` where a group of dron
197
197
.. raw :: html
198
198
199
199
<div style =" position : relative ; padding-bottom : 56.25% ; height : 0 ; overflow : hidden ; max-width : 100% ; height : auto ;" >
200
- <iframe src =" https://www.youtube.com/embed/BlF6rU9R8Nk" frameborder =" 0" allowfullscreen style =" position : absolute ; top : 0 ; left : 0 ; width : 100% ; height : 100% ;" ></iframe >
200
+ <iframe src =" https://www.youtube.com/embed/BlF6rU9R8Nk?si=Bq9o8bO5YAIWfH32 " frameborder =" 0" allowfullscreen style =" position : absolute ; top : 0 ; left : 0 ; width : 100% ; height : 100% ;" ></iframe >
201
201
</div >
202
202
203
203
.. note ::
@@ -227,4 +227,4 @@ The execution is similar to the python API mission where the drone will fly a sq
227
227
228
228
.. note ::
229
229
230
- Trees can be defined using GUIs like :ref: `Groot <https://www.behaviortree.dev/groot/ >`.
230
+ Trees can be defined using GUIs like `Groot <https://www.behaviortree.dev/groot/> `.
0 commit comments