48 Commits (52717a43b206730e6640aa7f1ff1705dc1991141)

Author SHA1 Message Date
Peter Barker 3d34e061fe ArduPlane: add and use HAL_QUADPLANE_ENABLED 3 years ago
Iampete1 0eab3faf32 Plane: use new tailsiter class 4 years ago
Hwurzburg 0eb5369543 Plane: allow max auto pitch in hand launch takeoffs 4 years ago
James O'Shannessy 5dd40afe0a ArduPlane: Retrigger fence breach if mode 4 years ago
James O'Shannessy aae092b88f ArduPlane: Remove all unused geofence capability 4 years ago
James O'Shannessy 17fb585bf1 ArduPlane: Add support for AC_Fence 4 years ago
Paul Riseborough baea2c33bd Plane: remove unnecessary call to setTakeoffExpected 4 years ago
Paul Riseborough 4e648734fa Plane: Fix takeoff pitch for hand launch 4 years ago
Paul Riseborough ad582a90dd Plane: Don't set takeoff expected until vehicle is armed. 4 years ago
Paul Riseborough 82f68464d4 Plane: Don't lower nose when hand launching 4 years ago
Samuel Tabor db8aaeb63a Plane: During takeoff keep limit at LEVEL_ROLL_LIMIT until rotate speed is reached. 4 years ago
Tom Pittenger 4a35159cba Plane: reset baro_takeoff_alt while disarmed 4 years ago
Andrew Tridgell 52f61c7ac1 Plane: make FENCE_AUTOENABLE an AP_Enum 4 years ago
Paul Riseborough e5bd99a66f ArduPlane: Signal EKF to expect takeoff start to improve GSF yaw estimate 5 years ago
Andrew Tridgell ff400243e0 Plane: added a new TAKEOFF flight mode 5 years ago
Michael du Breuil 562b155f63 Plane: Remove unused geofence enable reason 5 years ago
Peter Barker b12f620233 Plane: fix format string warnings 6 years ago
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