Sparrowhawk
Well-Known Member
- Joined
- Aug 27, 2018
- Messages
- 52
- Reaction score
- 3
Hi! I'm in the process of programming a flight computer that I developed from the ground-up, and I was curious if people had insight into the best ways to solve for rocket position and orientation. I've seen a lot of information on Kalman filtering, but as far as I can tell those algorithms function best under a constant-acceleration environment, which is obviously not the environment a high-power rocket experiences. The board has a 6DOF IMU (LSM6DSO32) and a barometric pressure sensor (DPS368XTSA1), and also includes the Adafruit Ultimate GPS breakout board.
I'm somewhat of a data junkie, so in addition to apogee detection I do want to try to solve for the approximate location and orientation of the rocket in 3D space to gain insight into the flight characteristics and better approximate the max altitude reached. I'd love some suggestions on what the best way forward would be!
I'm somewhat of a data junkie, so in addition to apogee detection I do want to try to solve for the approximate location and orientation of the rocket in 3D space to gain insight into the flight characteristics and better approximate the max altitude reached. I'd love some suggestions on what the best way forward would be!