Terrapin-Rocket-Team / Multi-Mission-Flight-Software

An arudino library used by the Terrapin Rocket Team as the foundation of the team's flight software.
4 stars 0 forks source link

only want data from the last 5 seconds before launch #17

Closed mallamacimj closed 1 month ago

mallamacimj commented 7 months ago

Implement a circular buffer - talk to avionics about how they are doing it

varun-un commented 2 months ago

Do we still want this? Or at least the option for this?

mallamacimj commented 2 months ago

Yes. Doesn't have be 5 seconds. Circular buffer is fine.

DrewBrandt commented 2 months ago

I think a PRE_FLIGHT_BUFFER_TIME const in the constants file might make sense here so that different teams can keep as much data from pre-flight as they want.