101 Commits (d283dd7d0006a4a76232c3d54f317b2301254707)

Author SHA1 Message Date
Andrew Tridgell 18c37935c9 Plane: convert from .pde to .cpp files 10 years ago
Tom Pittenger b4be1b866a Copter: compiler warning stuff 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 43006c0eec Plane: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago
Tom Pittenger bd9b573969 Plane: Fix compile warnings 10 years ago
Andrew Tridgell 664c92fb81 Plane: fixed RUDDER_ONLY to not combine direct rudder output 10 years ago
Andrew Tridgell edec706c12 Plane: added RUDDER_ONLY parameter 10 years ago
Michael du Breuil 78a3ce46b9 Plane: Use tecs to control the throttle during takeoff 10 years ago
Andrew Tridgell b0cdf8952b Plane: added HIL_MODE parameter 10 years ago
Tom Pittenger 58b0702793 Plane: isFlying redesign 10 years ago
Andrew Tridgell 98b583bccc Plane: fixed bungee launch 10 years ago
Jonathan Challinger 4105edaa87 Plane: use hal.util soft_armed state 10 years ago
Andrew Tridgell a172d898c5 Plane: force throttle to zero when disarmed 10 years ago
Andrew Tridgell 059c3769f3 Plane: cope with the changed semantics if airspeed.use() 10 years ago
Kirill A. Kornilov 8071d7c1d3 Plane: use set_radio_trimmed() for flaperons 10 years ago
Andrew Tridgell 78d85dfafc Plane: fixed handling of trim for flapersons 10 years ago
Andrew Tridgell e4ca0e1c5c Plane: fixed comment on negative flaps 10 years ago
Andrew Tridgell ba2e204143 Plane: fixed trim and range handling for flaperons 10 years ago
Andrew Tridgell 135f9b2c54 Plane: added STALL_PREVENTION option 10 years ago
Andrew Tridgell 58fd72944d Plane: honor TKOFF_THR_MAX in set_servos() 10 years ago
Andrew Tridgell c8060cb9f7 Plane: use load factor to limit nav_roll_cd 10 years ago
Andrew Tridgell 71d786187e Plane: make auto takeoff independent of compass 10 years ago
Andrew Tridgell 292517b88b Plane: only override takeoff/land flaps if non-zero 11 years ago
Andrew Tridgell 5c96838473 Plane: allow zero throttle in LAND_STAGE_FINAL 11 years ago
Andrew Tridgell 5af4cefff3 Plane: added FLAP_SLEWRATE parameter 11 years ago
Andrew Tridgell f66039c9b4 Plane: added TKOFF_FLAP_PCNT and LAND_FLAP_PERCENT 11 years ago
Andrew Tridgell b94bc0c243 Plane: don't use ground steering until flare in landing 11 years ago
Andrew Tridgell b102c9d19c Plane: use ground steering logic for final stage of auto landing 11 years ago
Andrew Tridgell daa32f9b62 Plane: reset steering integrator on mode change and when not moving 11 years ago
Andrew Tridgell 2a288824c0 Plane: make STAB_PITCH_DOWN in degrees 11 years ago
Andrew Tridgell b64ab07ca4 Plane: added STAB_PITCH_DN_CD parameter 11 years ago
Andrew Tridgell fe3c51d516 Plane: prevent integer underflow with comm_get_txspace() 11 years ago
Andrew Tridgell 3390224491 Plane: avoid some float conversion warnings 11 years ago
Andrew Tridgell ea086fa79c Plane: added MAV_CMD_DO_INVERTED_FLIGHT support 11 years ago
Andrew Tridgell 24325a5c62 Plane: fixed takeoff throttle slew rate 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
Andrew Tridgell 0306dbf5f1 Plane: moved auto mode variables to auto_state 11 years ago
Andrew Tridgell 2ab4ffef45 Plane: use new APM_OBC API 11 years ago
Andrew Tridgell 1bce4239a3 Plane: added AUTOTUNE flight mode 11 years ago
Andrew Tridgell d37f1a1376 Plane: updates for OBC API change 11 years ago
Andrew Tridgell 1efadb7a05 Plane: fixed some warnings 11 years ago
Andrew Tridgell 3c33eb3f09 Plane: use new channel output API 11 years ago
Andrew Tridgell e19341ca32 Plane: convert to new GPS driver API 11 years ago
Andrew Tridgell ff70c87f0b Plane: support 14 RC channels on PX4 11 years ago
Andrew Tridgell c9ebd6a175 Plane: improved RC failsafe handling 11 years ago
Andrew Tridgell 2cf98e476c Plane: added support for a separate steering channel 11 years ago
Andrew Tridgell 0d6064034a Plane: use percent_input() for flaps 11 years ago
Andrew Tridgell ae9201342a Plane: allow FLAP_IN_CHANNEL to control k_flap and k_flap_auto too 11 years ago