From 58f3b63677766919034e3a2f277c66036a4bf5ca Mon Sep 17 00:00:00 2001 From: bucyril <bucyril@student.ethz.ch> Date: Fri, 9 Jun 2017 11:06:38 +0200 Subject: [PATCH] Update workflow_for_students.md --- pps_wiki/workflow_for_students.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pps_wiki/workflow_for_students.md b/pps_wiki/workflow_for_students.md index d4c1d8cc..e23c2e36 100644 --- a/pps_wiki/workflow_for_students.md +++ b/pps_wiki/workflow_for_students.md @@ -3,7 +3,8 @@ ### Prerequisite: * Make sure you are connected to the network (cable inserted and check if connected to Vicon in the settings) * Insert a CrazyRadio into one of your USB-ports on your Laptop -* The Crazyflie atennas had to face the right direction (antenna facing positive x-axis) upon defining the object in ViconTracker!! +* The Crazyflie must be started on a flat surface, as the gyrosensor needs to initialize +* The Crazyflie atennas had to face the right direction (antenna facing positive x-axis) upon defining the object in ViconTracker! --- @@ -47,8 +48,8 @@ To start the whole thing type the following in a terminal whilst being in the la `roslaunch filename.launch` * _Teacher.launch_<br> -This doesn't concern the students. This launches the GUI for the teacher and the services he needs. -* _Student.launch_ !!!<br> +This doesn't concern the students, nor will it work. This launches the GUI for the teacher and the services he needs. +* _Student.launch_<br> This launches the nodes for the CrazyRadio, the PPSClient, SafeController and CustomController. Make sure that __ClientConfig__ is correctly set up. <br><br> * _StudentCirlce.launch_ : as an example<br> -- GitLab