Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rocket flight procedure implementation #76

Open
4 tasks
Vie0n opened this issue Jun 6, 2023 · 0 comments
Open
4 tasks

Rocket flight procedure implementation #76

Vie0n opened this issue Jun 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed priority:high

Comments

@Vie0n
Copy link
Contributor

Vie0n commented Jun 6, 2023

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

@Vie0n Vie0n added enhancement New feature or request help wanted Extra attention is needed priority:high labels Jun 6, 2023
@Vie0n Vie0n assigned Bartosz-Slowik and Vie0n and unassigned Bartosz-Slowik Jun 6, 2023
@kingamadej kingamadej self-assigned this Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed priority:high
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants