Skip to content

Rocket flight procedure implementation #76

Description

@Vie0n
  • 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)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions