53 Commits (3e9294a2aeb8b7d2246965678d911b81ed7fffdd)

Author SHA1 Message Date
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
Andrew Tridgell 75f4a43e2d Plane: fixed LOITER_TURNS command 12 years ago
Andrew Tridgell 994d8e354a Plane: allow for negative WP_LOITER_RAD for conter-clockwise loiter 12 years ago
priseborough 70a186464b Plane: added LEVEL_ROLL_LIMIT parameter 12 years ago
Andrew Tridgell 11eb0cfce1 Plane: update for new AP_Navigation controller class 12 years ago
Andrew Tridgell a165f0d138 Plane: removed old angle wrap code 12 years ago
Randy Mackay c2055557f5 Plane: add support for GPS fix type 2D 12 years ago
Andrew Tridgell 8c0f065ee4 Plane: fixed an integer multiply error that caused poor altitude on landing 12 years ago
Jochen Tuchbreiter c5f19f5df8 Plane: Implement issue 80: counterclockwise loiter 12 years ago
Andrew Tridgell ebb7f27962 Plane: minor signed/type fixups 12 years ago
Randy Mackay d2767b911c AP_Math: switch get_distance_cm to return uint32_t 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Andrew Tridgell cf18534163 Plane: use new functions 12 years ago
Andrew Tridgell 84300c85d6 APM: make it possible to run the CLI on any serial port 12 years ago
Andrew Tridgell 2324997e16 APM: added ALT_OFFSET parameter 13 years ago
Andrew Tridgell 7e672628ea APM: removed the GPS_enabled flag 13 years ago
Andrew Tridgell 96ea350143 APM: added XTRK_MIN_DIST option 13 years ago
Andrew Tridgell c9cf483822 APM: added XTRK_USE_WIND parameter 13 years ago