Use NAV_OFS parameters
This commit is contained in:
parent
2b147e4479
commit
6226ebb74f
2 changed files with 5 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ private:
|
|||
LOCAL_FRAME_LON,
|
||||
PARAM_COUNT,
|
||||
};
|
||||
float parameters[PARAM_COUNT] = {0.0, 0.0, 0.0, 0.0, 0.0};
|
||||
float parameters[PARAM_COUNT] = {90.0, -100.0, 300.0, 0.0, 0.0};
|
||||
const String parameter_names[PARAM_COUNT] = {
|
||||
// "FOG_DENSITY",
|
||||
"NAV_OFS_HDG", "NAV_OFS_X", "NAV_OFS_Y",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue