summaryrefslogtreecommitdiff
path: root/digital/io-hub/src
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io-hub/src')
-rw-r--r--digital/io-hub/src/guybrush/top.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/digital/io-hub/src/guybrush/top.c b/digital/io-hub/src/guybrush/top.c
index 92141112..ea0b69dc 100644
--- a/digital/io-hub/src/guybrush/top.c
+++ b/digital/io-hub/src/guybrush/top.c
@@ -599,7 +599,6 @@ FSM_TRANS (TOP_BOTTLE_PUSHING, robot_move_success, TOP_BOTTLE_GOING_BACK)
asserv_stop_motor ();
strat_success ();
move_start_noangle (top.decision_pos, 0, 0);
- strat_prepare ();
return FSM_NEXT (TOP_BOTTLE_PUSHING, robot_move_success);
}
@@ -609,7 +608,6 @@ FSM_TRANS (TOP_BOTTLE_PUSHING, robot_move_failure, TOP_BOTTLE_GOING_BACK)
asserv_stop_motor ();
strat_success ();
move_start_noangle (top.decision_pos, 0, 0);
- strat_prepare ();
return FSM_NEXT (TOP_BOTTLE_PUSHING, robot_move_failure);
}