AP_NavEKF_Source: default OPTIONS to 1 (fuse all velocities)

This commit is contained in:
Randy Mackay 2020-11-20 12:10:07 +09:00
parent 04e3623620
commit 50b2cf136f
1 changed files with 1 additions and 1 deletions

View File

@ -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
};