]> git.droids-corp.org - aversive.git/blobdiff - projects/microb2010/mainboard/strat_corn.c
update and reliabilize strats
[aversive.git] / projects / microb2010 / mainboard / strat_corn.c
index c5f05236079d611cd46f003d5fe514d476258840..e64871e2b226e9f24a2833b57d111c04bb9f6b2d 100644 (file)
@@ -168,17 +168,15 @@ static uint8_t clitoid_select_speed(uint8_t num1, uint8_t dir1,
                return 1;
        }
 
-/*     if (time_get_s() > 32) */
-/*             DEBUG(E_USER_STRAT, "i,j = (%d %d), count=%d", i, j, */
-/*                   corn_count_neigh(i, j)); */
-
        if (corn_count_neigh(i, j) == 2)
                return 1;
 
-       /* we are on intersection, let's go slow... but as we enter in
-        * the curve-part of the clitoid, we should not go there */
+
+       /* we are on intersection, keep the same speed... but as we
+        * enter in the curve-part of the clitoid, we should not go
+        * there */
        if (wp_belongs_to_line(i, j, num2, dir2))
-               return 0;
+               return clitoid_slow;
 
        /* we can ge fast if it's a 60deg angle and if we checked the
         * current point */