mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-25 16:20:35 +08:00
Improve naming and brackets
This commit is contained in:
committed by
Paul Riseborough
parent
1c68709949
commit
f99dbd8ca3
+1
-1
@@ -192,7 +192,7 @@ bool Ekf::initialiseFilter()
|
||||
setControlBaroHeight();
|
||||
|
||||
// reset variables that are shared with post alignment GPS checks
|
||||
_gps_pos_derived_filt(2) = 0.0f;
|
||||
_gps_pos_deriv_filt(2) = 0.0f;
|
||||
_gps_alt_ref = 0.0f;
|
||||
|
||||
if(!initialiseTilt()){
|
||||
|
||||
Reference in New Issue
Block a user