phoenix-pilot / phoenix-pilot-core

3 stars 0 forks source link

Fix calculating calibration vector length on every iteration #299

Closed PNieck closed 8 months ago

PNieck commented 8 months ago

Description

Previously during imu measurement normalization length of magnetic vector from calibration was calculated during every iteration. This PR fixes that.

Motivation and Context

Faster EKF iterations

Types of changes

How Has This Been Tested?

Checklist:

Special treatment