Skip to content

Commit

Permalink
add usb permission and update instructions
Browse files Browse the repository at this point in the history
Should fix #50
  • Loading branch information
knmcguire committed Nov 16, 2023
1 parent ad90477 commit e8808b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs2/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ First Installation
.. note::
symlink-install allows you to edit Python and config files without running `colcon build` every time.

5. Set up software-in-the-loop simulation (optional)
5. Set up USB permissions for 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/>`_.

6. Set up software-in-the-loop simulation (optional)

This currently requires cloning the Crazyflie firmware and building the Python bindings manually. In a separate folder (not part of your ROS 2 workspace!),

Expand Down

0 comments on commit e8808b9

Please sign in to comment.