team581 / 2024-offseason-comp

Team 581's robot software for our competition robot from the 2024 FRC offseason
2 stars 0 forks source link

Make tuned timeouts for each Command in AutoManager.java so note map still skips everything without bounding box on #72

Closed simonstoryparker closed 1 month ago

simonstoryparker commented 2 months ago

We have some timeouts that are untuned for most things, we need to fix timeout logic for pathfindToScoreCommand since it only has a 3 second timeout for pathfinding part. If, for some reason the speaker shot command never ends, we'll never stop scoring. This hopefully won't ever happen since we do check if we have a note before we go up to score, but timeouts are something that we can trust a lot more than hasNote.