mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 06:50:35 +08:00
MulticopterLandDetector: correct in_descend comment
This commit is contained in:
committed by
Daniel Agar
parent
10bc778651
commit
9b92862980
@@ -130,7 +130,7 @@ private:
|
||||
hrt_abstime _min_thrust_start{0}; ///< timestamp when minimum trust was applied first
|
||||
hrt_abstime _landed_time{0};
|
||||
|
||||
bool _in_descend{false}; ///< vehicle is desending
|
||||
bool _in_descend{false}; ///< vehicle is commanded to desend
|
||||
bool _horizontal_movement{false}; ///< vehicle is moving horizontally
|
||||
bool _vertical_movement{false};
|
||||
bool _has_low_throttle{false};
|
||||
|
||||
Reference in New Issue
Block a user