Use NED convention to work properly
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
parent
f2de567606
commit
badc712c9b
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ device3_error_type device3_open(device3_type* device, device3_event_callback cal
|
||||||
FusionAhrsInitialise((FusionAhrs*) device->ahrs);
|
FusionAhrsInitialise((FusionAhrs*) device->ahrs);
|
||||||
|
|
||||||
const FusionAhrsSettings settings = {
|
const FusionAhrsSettings settings = {
|
||||||
.convention = FusionConventionNwu,
|
.convention = FusionConventionNed,
|
||||||
.gain = 0.5f,
|
.gain = 0.5f,
|
||||||
.accelerationRejection = 10.0f,
|
.accelerationRejection = 10.0f,
|
||||||
.magneticRejection = 20.0f,
|
.magneticRejection = 20.0f,
|
||||||
|
|
Reference in a new issue