218 Commits (de343598083d675e59f7e0275b6c5b74dc7cf11c)

Author SHA1 Message Date
Randy Mackay 37d3e1d7e4 Copter: add zero slope checks to wpinav 12 years ago
Randy Mackay 53ab1d5d9b Copter: add advance track call to actually move towards waypoint 12 years ago
Randy Mackay fcf102b2cf Copter: inertial nav waypoint controller 12 years ago
Randy Mackay d2767b911c AP_Math: switch get_distance_cm to return uint32_t 12 years ago
Randy Mackay aaecc25ac7 Copter: leonard's inav2 12 years ago
Randy Mackay fd02cfe706 Copter: added set_nav_mode to control initialisation of nav controllers 12 years ago
Robert Lefebvre dde713aaa5 Arducopter: Backing out my changes for a new Loiter Repositioning mode. Leonard and Jonathan's work will trump this. 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Randy Mackay 04677bfb95 Copter: constrain auto roll and pitch to 45 degrees 12 years ago
jschall d6b3d370c3 Correct spelling of run_navigation_contollers 12 years ago
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. 12 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