Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire authored Nov 18, 2024
1 parent 1069b67 commit 99fbf95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs2/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,17 @@ First Installation
.. code-block:: bash
cd ../
source /opt/ros/DISTRO/setup.bash
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
.. note::
symlink-install allows you to edit Python and config files without running `colcon build` every time.

.. note::
If you install it for the first time, you will see a lot of warnings at first.
As long as the build of the package finish, you can ignore this for now.


5. Set up Crazyradio

For the crazyradio, you need to setup usb rules in order to communicate with the Crazyflie. Find the instructions for that here `in Bitcraze's USB permission guide for Linux <https://www.bitcraze.io/documentation/repository/crazyflie-lib-python/master/installation/usb_permissions/>`_.
Expand Down Expand Up @@ -106,6 +112,7 @@ You can update your local copy using the following commands:
git submodule sync
git submodule update --init --recursive
cd ../../
source /opt/ros/DISTRO/setup.bash
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 99fbf95

Please sign in to comment.