208 Commits (80e2a5cc32db03c4e621fdd064b801902ca6a47f)

Author SHA1 Message Date
Randy Mackay df2137ed72 Copter: constrain loiter so that it never commands more than 45 degrees of lean in lat or lon directions 12 years ago
Andrew Tridgell 860f4b2605 Copter: merge the latest 2.9 changes into master 12 years ago
rmackay9 576af6d487 ArduCopter: bug fix to althold desired rate calculation. Fix from Jonathan. 12 years ago
rmackay9 e77b54c7dc ArduCopter: bug fix to GUIDED mode. Now checks that desired altitude was reached before deciding the waypoint is complete. 12 years ago
Craig@3DR e350bfbba8 Removed 2 more degree symbols from comments 12 years ago
Robert Lefebvre 6e64b1b357 ACM: Precision Loiter RePositioning code. 12 years ago
rmackay9 7a5e4b8549 ArduCopter: stop unnecessary updates of target altitude and knock-on effect of too many EV message in dataflash log 12 years ago
rmackay9 4dfe3a2d73 ArduCopter: remove weird character from navigation.pde 12 years ago
Jason Short 19ae5c30eb ACM : Formatting 12 years ago
rmackay9 dadad8677e ArduCopter: added descriptions for most parameters that did not have them 12 years ago
rmackay9 f522ef078e ArduCopter: remove unused functions do_target_yaw, do_loiter_at_location, get_altitude_error and clear_new_altitude 12 years ago
rmackay9 154e3c33f7 ArduCopter, AP_InertialNav: consolidated ThirdOrderComplementaryFilter into AP_InertialNav to save about 200bytes of RAM 12 years ago
rmackay9 8c2423f618 ArduCopter: code clean-up. Changed update_nav_wp to use a switch statement and relocated to navigation.pde 12 years ago
rmackay9 9dd978576b ArduCopter: auto yaw changes to allow pilot override of yaw during missions 12 years ago
rmackay9 a5bb54e36e ArduCopter: RTL clean-up and slightly improved landing sensor 12 years ago
rmackay9 072ffec493 ArduCopter: allow INERTIAL_NAV to be enabled separately for horizontal and vertical position 12 years ago
rmackay9 7035529953 ArduCopter: remove unused get_desired_climb_rate function 12 years ago
rmackay9 3cbef57c64 ArduCopter: first merge of leonard's accel based altitude controller plus other changes from Randy 12 years ago
Robert Lefebvre 8c18a60766 ACM: Small fix to Yaw Look Ahead 12 years ago
Robert Lefebvre 315a7e8000 ACM: Yaw Look Ahead Changes 12 years ago
Andrew Tridgell bcae83c4f6 ACM: make it possible to run CLI on radio port in ArduCopter 12 years ago
rmackay9 dcd98eee78 ArduCopter: remove some variables no longer required with introduction of AP_state 12 years ago
Jason Short ea7f639ebf ACM: Added fast descent with Bill P's equation for managed accerlation 12 years ago
Jason Short fb2180ddcd ACM : climb rate option using Bill P's equation 12 years ago
Jason Short d2a5928c06 Ap state updates 12 years ago
rmackay9 2b714ff7b0 ArduCopter: remove unused functions wrap_360f, wrap_180f and wrap_PI 12 years ago
rmackay9 1f801714e8 ArduCopter: incorporate new version of inertial navigation 12 years ago
Jason Short 36040461df ACM : Formatting 12 years ago
Jason Short 5149a8c723 ACM: Added notes, credit to decel code. added speed_min to calc. 12 years ago
rmackay9 4877348c49 ArduCopter: remove some unhelpful constraints on nav_lat and nav_lon. 12 years ago
Jason Short 6a40fcd56a ACM : fix compiler warning on non returning function 12 years ago
Jason Short 8842a7dc1b ACM : Cast to int32_T 12 years ago
Jason Short a0752dc7dc ACM Acceleration management 12 years ago
rmackay9 401fb4101c ArduCopter: removed deprecated mag offset routine. 13 years ago
rmackay9 b3ff368589 ArduCopter: position lead filters modified to use lag which varies by gps 13 years ago
uncrustify d49df965f3 uncrustify ArduCopter/navigation.pde 13 years ago
Jason Short 77f47a45d0 ACM : Nav rate limit lowered to prevent bad oscillations due to GPS latency. 13 years ago
rmackay9 64cfaf74b7 ArduCopter: renamed "_new_alt" parameter to just "new_alt" in force_new_altitude and set_new_altitude functions 13 years ago
Jason Short 1b7e27658b ACM : removed old note 13 years ago
Jason Short bdc1c41e62 ACM: made target bearing the lead filtered location 13 years ago
rmackay9 36f947acb9 ArduCopter: changed all "int" to "int16_t" and a few "long"s to "int32_t". 13 years ago
rmackay9 a72bf6ef57 ArduCopter: replaced abs with labs as required in a few places. 13 years ago
Jason Short f1af837543 ACM: Switched to filtered loc 13 years ago
Jason Short 3ad08b7ffc ACM : Added larger WP radius for fast waypoints so we don't loose speed angling in on the WP at the last second. 13 years ago
Jason Short adf5939ba4 ACM: navigation - Alt cleanup, fast corner support 13 years ago
Andrew Tridgell fb26160d3b ACM: change to use get_bearing_cd() instead of get_bearing() 13 years ago
Jason Short 1d085c8cf4 Added minimum speed for RTL 13 years ago
Jason Short f46e8468c4 Arducopter: Adjusted speed of climb to not stall out before hitting peak 13 years ago
Jason Short 6506ebf69f Arducopter: Fix compile issue 13 years ago
Jason Short 2df487ab7b Arducopter: Slower WP deceleration for RTL and WP navigation 13 years ago