4Subsea / smsfusion-python

Sensor fusion algorithms and utilities for SMS Motion
MIT License
1 stars 0 forks source link

Change definiton of Ki in AHRS #25

Closed ace-e4s closed 9 months ago

ace-e4s commented 9 months ago

This PR is related to user story DLAB-48

Description

Change definition of Ki in AHRS to align with documentation and original work.

Ki/2 -> Ki, which means that Ki inputs needs to be divided by 2. E.g.

Old:

Kp = 0.27
Ki = 0.05

New:

Kp = 0.27
Ki = 0.025

Checklist

PR title tips: