summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/robospierre/top.c
diff options
context:
space:
mode:
authorNicolas Schodet2011-06-25 16:39:27 +0200
committerNicolas Schodet2011-06-25 16:39:27 +0200
commita42a9f908fc0cad8760ecda5670a6b1322d56a83 (patch)
tree843ca3e45c270854cee739dea976a6be601ebb94 /digital/io-hub/src/robospierre/top.c
parentee469d47e6520647423f91eb9a29aa57ca4fb74b (diff)
Revert "digital/io-hub/src/robospierre: disable pawn sensors when tower dropped"
This reverts commit 0b9ae480b928a24664bfd30edcd17d760db593d1.
Diffstat (limited to 'digital/io-hub/src/robospierre/top.c')
-rw-r--r--digital/io-hub/src/robospierre/top.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/digital/io-hub/src/robospierre/top.c b/digital/io-hub/src/robospierre/top.c
index 3d39f60a..7732fb50 100644
--- a/digital/io-hub/src/robospierre/top.c
+++ b/digital/io-hub/src/robospierre/top.c
@@ -434,7 +434,6 @@ FSM_TRANS (TOP_DROP_CLEARING, robot_move_success,
element, TOP_GOING_TO_ELEMENT)
{
clamp_drop_clear ();
- pawn_sensor_bumper_wait (3 * 250);
switch (top_decision ())
{
default: return FSM_NEXT (TOP_DROP_CLEARING, robot_move_success, drop);
@@ -447,7 +446,6 @@ FSM_TRANS (TOP_DROP_CLEARING, robot_move_failure,
element, TOP_GOING_TO_ELEMENT)
{
clamp_drop_clear ();
- pawn_sensor_bumper_wait (3 * 250);
switch (top_decision ())
{
default: return FSM_NEXT (TOP_DROP_CLEARING, robot_move_failure, drop);