RobotCasserole1736 / RobotCasserole2016

Robot Source Code for 2016 FRC Game
2 stars 0 forks source link

Extend data logging for validation #13

Closed gerth2 closed 8 years ago

gerth2 commented 8 years ago

Basic drivetrain has been implemented. Over time we will need to add in more datalogging fields.

Entering this issue as a general holding spot for all things we want to log

Please add in this list as soon as possible. As time goes on, we will need to keep revisiting this list to update it and make sure all things get logged that we want.

Logging List:

gerth2 commented 8 years ago

Use FPGA timestamp to mark the start/end of each *perioidic loop. On the next loop, log that elapsed time to file. Ensure the start/end encapsulates the logging overhead as well.

Log the ds.isNewControlData() return value to indicate if field coms lag or robot (for any reason) is not getting updates from the DS.

gerth2 commented 8 years ago

Please check comment added on #28 .