Skip to content

Commit

Permalink
Copter: add comment for make_safe_ground_handling
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsgeyer committed Jul 3, 2024
1 parent 0647444 commit a346323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ArduCopter/mode.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ class Mode {
// 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
Expand Down

0 comments on commit a346323

Please sign in to comment.