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

Takeoff detection #80

Open
Tracked by #76
kingamadej opened this issue Aug 8, 2023 · 0 comments · May be fixed by #81
Open
Tracked by #76

Takeoff detection #80

kingamadej opened this issue Aug 8, 2023 · 0 comments · May be fixed by #81
Assignees

Comments

@kingamadej
Copy link
Contributor

kingamadej commented Aug 8, 2023

Initially, as the rocket stands the acceleration should be zero, according to 1st Newton's law of motion, but the accelerometer shows non zero, pointing downwards, because of the gravity.

The idea is to detect the moment when the acceleration vector changes - when it goes upwards. But without a gyroscope it's impossible to do this, because we can't get rid of the gravity error. So here we need to have linear acceleration for this task and this can be calculated by having an accelerometer and a gyroscope.

Linear acceleration refers to the acceleration measured by our acceleroemeter but without gravity error vector.

image

@kingamadej kingamadej self-assigned this Aug 8, 2023
@kingamadej kingamadej linked a pull request Aug 11, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant