mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-24 20:10:35 +08:00
initialize _vel_dot and _STEdotErrLast
This commit is contained in:
committed by
Lorenz Meier
parent
64c2165e8b
commit
a4c99225c0
@@ -54,7 +54,9 @@ public:
|
||||
_SPE_est(0.0f),
|
||||
_SKE_est(0.0f),
|
||||
_SPEdot(0.0f),
|
||||
_SKEdot(0.0f) {
|
||||
_SKEdot(0.0f),
|
||||
_vel_dot(0.0f),
|
||||
_STEdotErrLast(0.0f) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user