Skip to content

Commit 50b2cf1

Browse files
committed
AP_NavEKF_Source: default OPTIONS to 1 (fuse all velocities)
1 parent 04e3623 commit 50b2cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/AP_NavEKF/AP_NavEKF_Source.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const AP_Param::GroupInfo AP_NavEKF_Source::var_info[] = {
135135
// @Description: EKF Source Options
136136
// @Bitmask: 0:FuseAllVelocities
137137
// @User: Advanced
138-
AP_GROUPINFO("_OPTIONS", 16, AP_NavEKF_Source, _options, 0),
138+
AP_GROUPINFO("_OPTIONS", 16, AP_NavEKF_Source, _options, (int16_t)SourceOptions::FUSE_ALL_VELOCITIES),
139139

140140
AP_GROUPEND
141141
};

0 commit comments

Comments
 (0)