mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
SITL: reduce the simulated compass offsets
this was causing us problems in getting DCM right
This commit is contained in:
parent
a54d6f744e
commit
a05eeab55e
@ -16,8 +16,8 @@
|
||||
#include "desktop.h"
|
||||
#include "util.h"
|
||||
|
||||
#define MAG_OFS_X 17.0
|
||||
#define MAG_OFS_Y 125.0
|
||||
#define MAG_OFS_X 5.0
|
||||
#define MAG_OFS_Y 13.0
|
||||
#define MAG_OFS_Z -18.0
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user