Skip to content

Commit 571c308

Browse files
authored
Merge pull request #110 from robotpy/auto-delay-free
Fix AutonomousModeSelector delay freeing
2 parents 1edc579 + ba933be commit 571c308

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

robotpy_ext/autonomous/selector.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,7 @@ def run(self, control_loop_wait_time=0.020, iter_fn=None, on_exception=None):
252252
on_exception(forceReport=True)
253253

254254
logger.info("Autonomous mode ended")
255-
delay.free()
256-
255+
257256
#
258257
# Internal methods used to implement autonomous mode switching, and
259258
# are called automatically

0 commit comments

Comments
 (0)