From 6dc87ccb3daba49fe973b6b496809b00e867da3b Mon Sep 17 00:00:00 2001 From: Cyrill Burgener <bucyril@student.ethz.ch> Date: Tue, 6 Jun 2017 13:42:47 +0200 Subject: [PATCH] installation fix added --- pps_wiki/installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pps_wiki/installation.md b/pps_wiki/installation.md index ae7359cb..8e467070 100644 --- a/pps_wiki/installation.md +++ b/pps_wiki/installation.md @@ -39,6 +39,14 @@ The workspace setup script will only appear after the first compilation of the c If you are not sure at any point you can check out the install script. ## Additional Steps for Teacher + +### Removing Config.sh +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. + ### 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: ``` -- GitLab