mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -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
|
||||
// @Bitmask: 0:FuseAllVelocities
|
||||
// @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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user