Skip to content
Snippets Groups Projects
Commit 61b1f217 authored by Cyrill Burgener's avatar Cyrill Burgener
Browse files

this is a commit message

parent 4e96e7d5
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C
#system update and installation
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y install ros-kinetic-desktop-full
sudo apt-get -y install ros-kinetic-desktop-full python-pip
sudo pip install pyusb
#rosdep
sudo rosdep init
......
......@@ -40,12 +40,15 @@ If you are not sure at any point you can check out the install script.
## Additional Steps for Teacher
### Removing Config.sh
### Removing Config.sh and replacing
As the teacher must not source the script ``config.sh``, the ``.bashrc`` must be edited and the last line
```
source ~/pps_ws/src/d_fall_pps/launch/Config.sh
```
must be removed.
must be replaced with
```
export ROS_HOSTNAME=teacher
```
### Installation of cfclient
The steps to install the crazyflie client are taken from [here](https://github.com/bitcraze/crazyflie-clients-python). To install the cfclient you need to install its dependencies:
......
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