Skip to content

Commit

Permalink
Last changes that we made during the 5 minute setup at the control room
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresRReina authored May 30, 2017
1 parent 3b5579d commit 832e49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algorithms/src/path_planning_module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -425,14 +425,14 @@ void* FSM(void * unused)
//Move to deposit
//Align to center of arena
actuators.collection=RETRACT;
sleepf(17.5);//TODO FIGURE OUT TIME
sleepf(24.5);//TODO FIGURE OUT TIME
x = 0;
y = 297;
set_goal(x, y, -1, "Move to deposit center");
actuators.collection=STAY;
sleepf(5);
actuators.collection=DEPLOY;
sleepf(15.5);
sleepf(22.5);
actuators.collection=STAY;
wait_for_dist(epsilon,"Move to deposit center");
x=0;
Expand Down

0 comments on commit 832e49f

Please sign in to comment.