mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
EKF init: Fix initialization statement
This commit is contained in:
parent
e1ce948768
commit
3455931617
@ -304,10 +304,10 @@ struct parameters {
|
||||
req_vdrift = 0.5f;
|
||||
|
||||
// XYZ offset of sensors in body axes (m)
|
||||
imu_pos_body = {0};
|
||||
gps_pos_body = {0};
|
||||
rng_pos_body = {0};
|
||||
flow_pos_body = {0};
|
||||
imu_pos_body = {};
|
||||
gps_pos_body = {};
|
||||
rng_pos_body = {};
|
||||
flow_pos_body = {};
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user