20 Commits (3fc43b94f941e1ef06fbabe1a34797a207cd8e56)

Author SHA1 Message Date
Andrew Tridgell 3fc43b94f9 Plane: separate out auto and guided VTOL states 9 years ago
Andrew Tridgell 691d4b6ca7 Plane: added local reached_loiter_target() 9 years ago
Andrew Tridgell 6b358a5618 Plane: added Q_GUIDED_MODE parameter 9 years ago
skyscraper 7f29903287 ArduPlane: Fix up after refactoring RC_Channel class 9 years ago
Tom Pittenger ec3e9014e4 Plane: move target land_airspeed logic to top layer 9 years ago
Andrew Tridgell a7006a7784 Plane: refactor perf variables into a structure 9 years ago
Michael du Breuil c17ea21a97 Plane: Add support for DO_REPOSITION via COMMAND_INT 9 years ago
Andrew Tridgell 62574b35b5 Plane: fixed negative loiter radius values 9 years ago
Tom Pittenger ff57884eca Plane: renamed variable, non-functional change 9 years ago
Andrew Tridgell f0eddd6366 Plane: ensure we always eventually capture a loiter 9 years ago
Andrew Tridgell d7d528560d Plane: don't start summing for loiter until we reach loiter circle 9 years ago
Tom Pittenger ff249788bf Plane: add a default Navigation option as explained in the param docs 9 years ago
Tom Pittenger 9e452838ab Plane: loiter missions to default to loiter_radius if mission says 0 or 1. 9 years ago
Andrew Tridgell 23eef91c59 Plane: added parameter RTL_RADIUS 9 years ago
Tom Pittenger 7978872e32 AP_Plane: set path_propportion in TECS 9 years ago
Tom Pittenger d18c25a0f9 Plane: add item_reached_msg to GUIDED 9 years ago
Jonathan Challinger 05eb723429 Plane: reflect renamed function in AP_AHRS 9 years ago
Tom Pittenger 178bbb080b Plane: improve crosstrack error while navigating to loiter point 9 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 c2eeed7d85 Plane: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago
Andrew Tridgell 664c92fb81 Plane: fixed RUDDER_ONLY to not combine direct rudder output 10 years ago
Andrew Tridgell ae96a48efc Plane: use location_path_proportion() 10 years ago
Andrew Tridgell d18c00d6fc Plane: split up altitude handling 11 years ago
Andrew Tridgell 55e7f9b1d6 Plane: calculate next_turn_angle to prevent early WP completion 11 years ago
Andrew Tridgell 69b5f352f6 Plane: prevent a bad glide slope when first entering auto 11 years ago
Andrew Tridgell 0991af86f3 Plane: removed some usused code 11 years ago
Andrew Tridgell f51478ee1d Plane: fixed LOITER_TURNS counter for counter-clockwise loiter 11 years ago
Andrew Tridgell 12012c9530 Plane: fixed a potential numerical error close to waypoints 11 years ago
Andrew Tridgell e19341ca32 Plane: convert to new GPS driver API 11 years ago
Andrew Tridgell 861523a00a Plane: use TECS get_target_airspeed() 11 years ago
Andrew Tridgell 4bf140aeac Plane: make next_WP and prev_WP be locations 11 years ago
Randy Mackay 9446e9fd2e Plane: integrate AP_Mission library 11 years ago
Andrew Tridgell 57e0eb4db5 Plane: use a const reference for home 11 years ago
Andrew Tridgell 11337ab2df Plane: updates for AHRS holding home position 11 years ago
Andrew Tridgell 035ac3800a Plane: use G_Dt for acro angle integration 11 years ago
Andrew Tridgell a33573352e Plane: fixes for updated AP_Math and AHRS APIs 12 years ago
Andrew Tridgell 233b033e8c Plane: removed old speed/altitude control algorithms 12 years ago
Andrew Tridgell 965dc228c2 Plane: fixed GUIDED mode change of altitude down 12 years ago
Andrew Tridgell 608345415b Plane: pass aircraft parameters to attitude controllers 12 years ago
Andrew Tridgell 113bc20f8a Plane: added a new CRUISE flight mode 12 years ago
Andrew Tridgell 73928b82a6 Plane: fixed FBWB airspeed control 12 years ago
Andrew Tridgell 7aa360b176 Plane: added relative_altitude helper functions 12 years ago
Andrew Tridgell 1d6748cf3f Plane: use a glide slope in RTL when descending 12 years ago
Andrew Tridgell a5bda3ffef Plane: changed to using a "aircraft parameters" structure 12 years ago
Andrew Tridgell 93cd0f9a31 Plane: switch to new AP_Scheduler 12 years ago
Andrew Tridgell fb9bf21522 Plane: allow channel mapping of first 4 channels 12 years ago
Andrew Tridgell 55f7d18979 Plane: avoid copying the DCM matrix 12 years ago
priseborough 3663426550 Plane: Fixed bug in groundspeed_undershoot that could cause a fly-away in windy conditions. 12 years ago