]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
robofsm: Init jaws to open state before start.
authorMichal Vokac <vokac.m@gmail.com>
Sat, 6 Oct 2012 10:02:04 +0000 (12:02 +0200)
committerMichal Vokac <vokac.m@gmail.com>
Sat, 6 Oct 2012 10:02:04 +0000 (12:02 +0200)
src/robofsm/common-states.cc

index bfbe9f9661bcb07909829a0403e02fba5e5b1a96..b417f8d67435f5b7ff464ddb255e277ebd971bf8 100644 (file)
@@ -56,8 +56,7 @@ void set_initial_position()
 
 void actuators_home()
 {
-        //act_crane(CRANE_UP);
-        //act_magnet(0);
+        act_jaws(OPEN);
 }
 
 /* Check if the new point is within the playground scene */