Roobotics-FRC / RooBotPost2017

Offseason testing code focused on PID and vision processing.
0 stars 0 forks source link

Auton design #9

Open thefangbear opened 6 years ago

thefangbear commented 6 years ago

Opening this up as a discussion thread for autonomous mode design.

My perspective:

thefangbear commented 6 years ago

Placing this on the backlog right now...

Just to add that FPGATimer() must be used to log the time of each command for play back.

When playing back, we must simulate ArrayList writes (also simulate reads when recording) to account for fetch latencies.