mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
Landing: configurable dive angle
This commit is contained in:
parent
2869d885f0
commit
280e1895af
4 changed files with 9 additions and 2 deletions
|
@ -118,6 +118,9 @@ PG_RESET_TEMPLATE(navConfig_t, navConfig,
|
|||
.pitch_to_throttle = 10, // pwm units per degree of pitch (10pwm units ~ 1% throttle)
|
||||
.loiter_radius = 5000, // 50m
|
||||
|
||||
//Fixed wing landing
|
||||
.land_dive_angle = 2, // 2 degrees dive by default
|
||||
|
||||
// Fixed wing launch
|
||||
.launch_velocity_thresh = 300, // 3 m/s
|
||||
.launch_accel_thresh = 1.9f * 981, // cm/s/s (1.9*G)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue