mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
AP_NavEKF_Source: default OPTIONS to 1 (fuse all velocities)
This commit is contained in:
parent
04e3623620
commit
50b2cf136f
@ -135,7 +135,7 @@ const AP_Param::GroupInfo AP_NavEKF_Source::var_info[] = {
|
|||||||
// @Description: EKF Source Options
|
// @Description: EKF Source Options
|
||||||
// @Bitmask: 0:FuseAllVelocities
|
// @Bitmask: 0:FuseAllVelocities
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("_OPTIONS", 16, AP_NavEKF_Source, _options, 0),
|
AP_GROUPINFO("_OPTIONS", 16, AP_NavEKF_Source, _options, (int16_t)SourceOptions::FUSE_ALL_VELOCITIES),
|
||||||
|
|
||||||
AP_GROUPEND
|
AP_GROUPEND
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user