You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When flying my Delta Wing running INAV 7.1.2, i can observe a weird behavior of the horizon being significantly off.
It seems that there is an issue with the ahrs where the force from turns cannot be compensated
Artificial horizon is not level (see screenshot below)
When switching to angle mode, the aircraft is not level
When using a nav mode: turning to the opposite side than where the horizon drifted might not be possible. (When nav_fw_bank_angle is equal or close to the offset of the horizon, the max angle is in some cases already reached when flying straight.)
Default ahrs values are used:
set ahrs_dcm_kp = 2000
set ahrs_dcm_ki = 50
set ahrs_dcm_kp_mag = 2000
set ahrs_dcm_ki_mag = 50
set ahrs_acc_ignore_rate = 15
set ahrs_acc_ignore_slope = 5
set ahrs_gps_yaw_windcomp = ON
set ahrs_inertia_comp_method = ADAPTIVE
set ahrs_gps_yaw_weight = 100
Steps to Reproduce
Fly the plane
Do a hard left turn
Revert to level flight
Observe artificial horizon being tilted to the right
Do a hard right turn
Revert to level flight
Observe artificial horizon being tilted to the left
Alternative:
Set the max bank angle to a relative low value
Start a waypoint mission with sharp turns
let the aircraft run for a while
Observe that the aircraft starts missing waypoints after a while as it cannot turn to one side anymore
Expected behavior
The AHRS force compensation should counteract the g-forces occurring in hard turns. No horizon drift should occur.
The text was updated successfully, but these errors were encountered:
noahwaldner
changed the title
Inav 7.1.2 Heavy Horizon Drift - AHRS not working correctly
Inav 7.1.2 Heavy Horizon Drift - inability to turn in nav modes
Dec 2, 2024
noahwaldner
changed the title
Inav 7.1.2 Heavy Horizon Drift - inability to turn in nav modes
Inav 7.1.2 Heavy Horizon Drift - unable to turn in nav modes
Dec 2, 2024
Current Behavior
When flying my Delta Wing running INAV 7.1.2, i can observe a weird behavior of the horizon being significantly off.
It seems that there is an issue with the ahrs where the force from turns cannot be compensated
nav_fw_bank_angle
is equal or close to the offset of the horizon, the max angle is in some cases already reached when flying straight.)Default ahrs values are used:
Steps to Reproduce
Alternative:
Expected behavior
The AHRS force compensation should counteract the g-forces occurring in hard turns. No horizon drift should occur.
Additional context
CLI Dump: Pastebin CLI Dump
Blackbox Log: blackbox_log_2024-12-02_134803.TXT
Board Name and Version:
The text was updated successfully, but these errors were encountered: