Skip to content
Snippets Groups Projects
Commit 30b945a2 authored by roangel's avatar roangel
Browse files

Update installation.md

parent 6b41f905
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,10 @@ Add a new line in the ``/etc/hosts`` file that links the teacher's IP with the d
- USB Crazyradio: <br />
To set up the crazyradio USB dongle just copy the rule files ``99-crazyflie.rules`` and ``99-crazyradio.rules`` to the directory ``/etc/udev/rules.d``.
You also have to install the library pyusb:
sudo apt-get update
sudo apt-get install python-pip
sudo pip install pyusb
- Source scripts in ``.bashrc``: <br />
You need to source the following scripts in the ``.bashrc`` file:
- the ROS setup script: ``/opt/ros/kinetic/setup.bash``
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment