-
Notifications
You must be signed in to change notification settings - Fork 1
Investigate and fix loop overrun warnings #3
Copy link
Copy link
Open
Labels
IceboxSomething that is low-prioritySomething that is low-priority
Description
For some reason, our main loop sometimes takes too long to run. It's no longer keeping our robot from working, but it could cause us problems in the future.
Possible causes:
- We may have unnecessary CAN interactions. For example, maybe we are applying PIDF coefficients from the smartdashboard every iteration.
- We should check for any loops doing a lot more things than necessary
- Are we doing any kind of data logging right now?
- Maybe we're sending too many items up to the smartdashboard?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
IceboxSomething that is low-prioritySomething that is low-priority