]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
robofsm: Match timing tuning.
authorMichal Vokac <vokac.m@gmail.com>
Fri, 3 Jun 2011 09:29:35 +0000 (11:29 +0200)
committerMichal Vokac <vokac.m@gmail.com>
Fri, 3 Jun 2011 09:29:35 +0000 (11:29 +0200)
Time to deposite = short time to end increased.

src/robofsm/match-timing.c

index b4078cd0e5c05594241da7a0f212483ccbcd63b2..6d68d7de1a6bab00dc6d2787ac75667e915f77f9 100644 (file)
@@ -4,11 +4,11 @@
 UL_LOG_CUST(ulogd_match_timing); // Log domain name = "ulogd_" + the name of the source file
 
 #ifdef COMPETITION
-#define COMPETITION_TIME_DEFAULT       90
-#define TIME_TO_DEPOSITE_DEFAULT       60
+#define COMPETITION_TIME_DEFAULT        90
+#define TIME_TO_DEPOSITE_DEFAULT       65
 #else
 #define COMPETITION_TIME_DEFAULT       90
-#define TIME_TO_DEPOSITE_DEFAULT       60
+#define TIME_TO_DEPOSITE_DEFAULT       65
 #endif
 
 /* competition time in seconds */