Skip to content

Commit

Permalink
AP_Vehicle: Added parameter TKOFF_THR_IDLE
Browse files Browse the repository at this point in the history
  • Loading branch information
Georacer committed Oct 16, 2024
1 parent ed9f0d5 commit 659caea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_Vehicle/AP_FixedWing.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ struct AP_FixedWing {
AP_Int8 throttle_cruise;
AP_Int8 takeoff_throttle_max;
AP_Int8 takeoff_throttle_min;
AP_Int8 takeoff_throttle_idle;
AP_Int32 takeoff_options;
AP_Int16 airspeed_min;
AP_Int16 airspeed_max;
Expand Down

0 comments on commit 659caea

Please sign in to comment.