Skip to content

Commit b1b60fb

Browse files
authoredNov 5, 2024··
Merge pull request #80 from aerostack2/fix-project-cf
Fix minor errors on crazyflie project
2 parents 2d26cb7 + 814774f commit b1b60fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎docs/_02_examples/crazyflie/project_crazyflie/index.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Setting up
1818

1919
Before launching the project, let's take a look at the configuration options.
2020
You can find configuation files in the ``config`` folder. The are three configuration files used:
21+
2122
- ``config/config.yaml``: configuration file for the Crazyflie drones.
2223
- ``config/camera_calibration.yaml``: configuration file for the AI deck camera calibration.
2324
- ``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
8081
.. note::
8182

8283
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.
8485

8586
.. _project_crazyflie_launching:
8687

@@ -137,7 +138,6 @@ Close all nodes (aerostack2 and ground_station) with the following command:
137138
.. note::
138139

139140
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-
141141
If launcher was executed with the flag ``-g``, closing should be done manually exiting all gnome-terminal tabs.
142142

143143
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
197197
.. raw:: html
198198

199199
<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>
201201
</div>
202202

203203
.. note::
@@ -227,4 +227,4 @@ The execution is similar to the python API mission where the drone will fly a sq
227227

228228
.. note::
229229

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/>`.

‎docs/_02_examples/tello/project_tello/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ The execution is similar to the python API mission where the drone will fly a sq
159159

160160
.. note::
161161

162-
Trees can be defined using GUIs like :ref:`Groot <https://www.behaviortree.dev/groot/>`.
162+
Trees can be defined using GUIs like `Groot <https://www.behaviortree.dev/groot/>`.

0 commit comments

Comments
 (0)