Skip to content

Commit

Permalink
FSM
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresRReina committed May 26, 2017
1 parent 0c7bebe commit 3b5579d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms/src/path_planning_module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ void* FSM(void * unused)
actuators.bin = DEPLOY;
sleepf(22.5);
actuators.bin = STAY;
for(kkkk=0;kkkk<10;kkkk++)
for(int kkkk=0;kkkk<10;kkkk++)
{
actuators.bin = RETRACT;
sleepf(.2);
Expand Down

0 comments on commit 3b5579d

Please sign in to comment.