Skip to content

Commit f5262b7

Browse files
committed
disable coral state machine in auto
1 parent 40a226b commit f5262b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

autonomous/auto_base.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,8 @@ def driving_to_coral(self) -> None:
149149

150150
@state
151151
def scoring_coral(self, initial_call: bool) -> None:
152-
if initial_call:
153-
self.coral_placer.place()
154-
elif self.coral_placer.coral_is_scored():
155-
self.next_state("retreating")
152+
# TODO: ADD CORAL BACK WHEN ITS FUNCTIONAL
153+
self.next_state("retreating")
156154

157155
@state
158156
def retreating(self) -> None:

0 commit comments

Comments
 (0)