UCI-HyperXite / hx9-control-system

Control System for the HyperXite 9 pod.
0 stars 0 forks source link

Combine gyroscope readings with accelerometer for orientation #82

Closed taesungh closed 3 months ago

taesungh commented 4 months ago

Following from #29/#51, we added an orientation measurement based on an approximation from the acceleration angles. However, this is not entirely accurate if the IMU is also experiencing acceleration (besides-gravity). Dynamics suggested combining the acceleration angles with numeric integration from the gyroscope using Kalman filtering to get a more accurate orientation.