mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Copter: add comment for make_safe_ground_handling
This commit is contained in:
parent
0647444ee3
commit
a3463235f4
@ -184,6 +184,8 @@ public:
|
||||
// pause and resume a mode
|
||||
virtual bool pause() { return false; };
|
||||
virtual bool resume() { return false; };
|
||||
|
||||
// handle situations where the vehicle is on the ground waiting for takeoff
|
||||
void make_safe_ground_handling(bool force_throttle_unlimited = false);
|
||||
|
||||
// true if weathervaning is allowed in the current mode
|
||||
|
Loading…
Reference in New Issue
Block a user