31 Commits (fbc719c1135c17ce2b2539ba0fc5325966f6c256)

Author SHA1 Message Date
Tom Pittenger 0270c57530 Plane: massive refactor and creation of Mode class 6 years ago
Andrew Tridgell 3907466f9d Plane: added TKOFF_TIMEOUT parameter 6 years ago
Andrew Tridgell 432d786f82 Plane: pass height to landing gear update 6 years ago
Andrew Tridgell 5ce418b4ea Plane: added FLIGHT_OPTIONS bit for disabling pitch up check in takeoff 6 years ago
Andrew Tridgell a00e06ea13 Plane: added TKOFF_ACCEL_CNT for multi-shake to start 6 years ago
Andrew Tridgell 4124d371c9 Plane: fixed minacc and delay for launch 8 years ago
Peter Barker 5a8f01c19c Plane: use send_text method on the GCS singleton 8 years ago
André Kjellstrup 21b8d3cb3d Plane: Removed scary autotakeoff message. 8 years ago
Andrew Tridgell 5a57aafb98 Plane: reduce pitch demand on takeoff on roll error 8 years ago
Andrew Tridgell c787f4c56f Plane: initial support for tailsitter transitions 8 years ago
Andrew Tridgell 4e4f5a7ac9 Plane: allow tailsitters to takeoff with any attitude 8 years ago
Andrew Tridgell 287614b415 Plane: fixed auto-takeoff throttle trigger for inverted launch 8 years ago
Tom Pittenger c286ceba43 Plane: move enum FlightStages to AP_Vehicle::FixedWing 8 years ago
Tom Pittenger f556f705e6 Plane: move various g params to aparms 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Andrew Tridgell 29f4fe2398 Plane: fixed accel based launch with timer enabled 8 years ago
Andrew Tridgell 33f17588b2 Plane: added auto fence enable on VTOL takeoff 9 years ago
Andrew Tridgell 2a0476483b Plane: make takeoff less noisy with zero timeout 9 years ago
Andrew Tridgell 1ebe0a2583 Plane: prevent a division by zero in takeoff code 9 years ago
Tom Pittenger 2ba9a04bf5 Plane: smooth-out the end of takeoff pitch by reducing takeoff pitch min via TKOFF_PLIM_SEC 9 years ago
Tom Pittenger 607201a9b1 Plane: zero course error for straight bungee launch 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Luis Vale Gonçalves b7f3782e4e Plane: Text revisions 9 years ago
lvale e18181e5c2 Plane: Uniformization of severities 9 years ago
Lucas De Marchi 84da1f5039 Rename gcs_send_text_P to gcs_send_text 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Andrew Tridgell d019f83bee Plane: allow for higher roll limits on takeoff 10 years ago
Randy Mackay 4bf36d787b Plane: use labs for int32 values 10 years ago
squilter 583c087eca Plane: update severities 10 years ago
Andrew Tridgell b92c2409e4 Plane: added local millis() and micros() to reduce code size a bit 10 years ago
Andrew Tridgell 18c37935c9 Plane: convert from .pde to .cpp files 10 years ago
Andrew Tridgell 8395b92309 Plane: revert AP_Math class change 10 years ago
Tom Pittenger c4c47cba66 Plane: compile warnings: float to double. print statements require doubles 10 years ago
Tom Pittenger c2eeed7d85 Plane: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago
Tom Pittenger bd9b573969 Plane: Fix compile warnings 10 years ago
Michael du Breuil 78a3ce46b9 Plane: Use tecs to control the throttle during takeoff 10 years ago
Andrew Tridgell 6cf029f82a Plane: fixed to allow TKOFF_THR_DELAY up to 12.7 seconds 10 years ago
Andrew Tridgell 059c3769f3 Plane: cope with the changed semantics if airspeed.use() 10 years ago
Andrew Tridgell f2f730ba9b Plane: added FBWA_TDRAG_CHAN parameter 11 years ago
Andrew Tridgell 055d8fe7aa Plane: added TKOFF_THR_MAX parameter 11 years ago
Andrew Tridgell dfedc377b1 Plane: aim for 5 degrees pitch during accel phase of takeoff 11 years ago
Andrew Tridgell 286479ee93 Plane: prevent stalled takeoff with bad TKOFF_TDRAG_SPD1 11 years ago
Andrew Tridgell d87619c2f1 Plane: added 4 new parameters to control takeoff 11 years ago
Andrew Tridgell f2556535da Plane: moved takeoff code to a new file 11 years ago