Skip to content

Fix minor errors on crazyflie project #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/_02_examples/crazyflie/project_crazyflie/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Setting up

Before launching the project, let's take a look at the configuration options.
You can find configuation files in the ``config`` folder. The are three configuration files used:

- ``config/config.yaml``: configuration file for the Crazyflie drones.
- ``config/camera_calibration.yaml``: configuration file for the AI deck camera calibration.
- ``config/pid_speed_controller.yaml``: configuration file for the pid controller constants.
Expand Down Expand Up @@ -80,7 +81,7 @@ Leave only the entries for every drone that will be used, even if it is only one
.. note::

For propagating the motion capture system data into the ROS 2 system, we recommend using the
:ref:`mocap4ros2 <https://mocap4ros2-project.github.io/>` package.
`mocap4ros2 <https://mocap4ros2-project.github.io/>` package.

.. _project_crazyflie_launching:

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

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.

If launcher was executed with the flag ``-g``, closing should be done manually exiting all gnome-terminal tabs.

Close **only** the Aerostack2 nodes with the following command:
Expand Down Expand Up @@ -197,7 +197,7 @@ For multi drone missions, use ``python3 mission_swarm.py`` where a group of dron
.. raw:: html

<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe src="https://www.youtube.com/embed/BlF6rU9R8Nk" frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
<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>
</div>

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

.. note::

Trees can be defined using GUIs like :ref:`Groot <https://www.behaviortree.dev/groot/>`.
Trees can be defined using GUIs like `Groot <https://www.behaviortree.dev/groot/>`.
2 changes: 1 addition & 1 deletion docs/_02_examples/tello/project_tello/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ The execution is similar to the python API mission where the drone will fly a sq

.. note::

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