Skip to content

Investigate and fix loop overrun warnings #3

@jwalthour

Description

@jwalthour

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    IceboxSomething that is low-priority

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions