You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Takeoff detection #80
Detect when the rocket has successfully taken off by using the onboard accelerometer
Emergency engine shutdown
Detect if the rocket has treaded off course by using the gyro or accelerometer
Engine ignition (after a 4s delay)
Start a four second timer, and if no issues are detected (checklist item 2), ignite the engines
Rocket apogee detection and parachute deployment
After a successful launch, await the descent (fall) and deploy the onboard parachute by using the accelerometer
Note: Every check requires at least three subchecks (using three different sensors to ensure correct measurements and error reduction)
The text was updated successfully, but these errors were encountered:
Detect when the rocket has successfully taken off by using the onboard accelerometer
Detect if the rocket has treaded off course by using the gyro or accelerometer
Start a four second timer, and if no issues are detected (checklist item 2), ignite the engines
After a successful launch, await the descent (fall) and deploy the onboard parachute by using the accelerometer
Note: Every check requires at least three subchecks (using three different sensors to ensure correct measurements and error reduction)
The text was updated successfully, but these errors were encountered: