Skip to content

Commit

Permalink
Merge pull request #593 from IMRCLab/fix-496
Browse files Browse the repository at this point in the history
Add instruction to source ROS and add note about warnings
  • Loading branch information
knmcguire authored Nov 21, 2024
2 parents 1069b67 + 99fbf95 commit 5e731c9
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 5e731c9

Please sign in to comment.