Description:
CommandScheduler loop overruns consistently occur in teleoperated mode. Likely due to too many actions running in periodics (Overly complex calculations, unnecessary telemetry, etc.).
To Reproduce:
- Deploy code to real robot (roboRIO 2)
- Enable and perform actions (any)
- Watch riolog for command loop overruns
- Observe DSLog files to identify subsystems with high loop times.
Urgency
Impacted Modes:
Impacted Systems:
When?
File(s) of Focus:
All subsystem files, focused on the periodic() methods.
Resources:
Screenshots/GIFs/Videos:
Description:
CommandScheduler loop overruns consistently occur in teleoperated mode. Likely due to too many actions running in periodics (Overly complex calculations, unnecessary telemetry, etc.).
To Reproduce:
Urgency
Impacted Modes:
Impacted Systems:
When?
File(s) of Focus:
All subsystem files, focused on the
periodic()methods.Resources:
Screenshots/GIFs/Videos: