intern-space-program / avionics

Avionics software to be developed and passed down over multiple tours.
http://internspaceprogram.com/
MIT License
9 stars 8 forks source link

add a speed test for nav #18

Closed mdbernard closed 4 years ago

mdbernard commented 4 years ago

NavMain.main needs to return a propagated nav state within 0.1 seconds of being called. This is a hard maximum. However, the time should be reduced to approximately 0.01 seconds, since other features need to run during each 0.1 second cycle.

Progress: