228 Commits (ee9c77883462a4b3d0a35e03953314ff948512a1)

Author SHA1 Message Date
Randy Mackay 49828eba7d Copter: integrate AC_WPNav 12 years ago
Andrew Tridgell b280857025 Copter: use common angle wrap code 12 years ago
Randy Mackay a1295c042b Copter: fix init of wp_verify_byte so wp alt is always required 12 years ago
Randy Mackay f9539384a1 Copter: rename failsafe to failsafe_radio 12 years ago
Randy Mackay 5380973225 Copter: only start delay timer after reaching wp location and altitude 12 years ago
Randy Mackay e0506bd622 Copter: inav circle initial implementation 12 years ago
Randy Mackay cbde042ec5 Copter: remove non-inav loiter and wp controllers 12 years ago
Randy Mackay 574756908d Copter: set wpinav controller targets in nav calls 12 years ago
Randy Mackay 00bc28adcc Copter: take-off code cleanup 12 years ago
Randy Mackay 37d3e1d7e4 Copter: add zero slope checks to wpinav 12 years ago
Randy Mackay fcf102b2cf Copter: inertial nav waypoint controller 12 years ago
Randy Mackay 9d34ead486 Copter: fix up some casting issues for wp_distance 12 years ago
Randy Mackay 6f5050a8b9 Copter: minor casting fixup for wp_distance 12 years ago
Randy Mackay d2767b911c AP_Math: switch get_distance_cm to return uint32_t 12 years ago
Randy Mackay fd02cfe706 Copter: added set_nav_mode to control initialisation of nav controllers 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Randy Mackay ccaa7a52ef Copter: RTL bug fix to initial step is always a climb and not a descent 12 years ago
Randy Mackay 76f032160c Copter: relax altitude check in verify_takeoff 12 years ago
Randy Mackay c447b4b79b ArduCopter: move setting of land's yaw mode to the do_land function 12 years ago
rmackay9 68b62abd38 ArduCopter with the new Camera and Relay classes for APM1 and APM2. 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
rmackay9 d3cbf733ba ArduCopter: ensure RTL performs a land if a failsafe has been triggered 12 years ago
rmackay9 1b5ff6aac6 ArduCopter: restore initial climb to RTL 12 years ago
rmackay9 d8e3d5c10c ArduCopter: allow RTL's yaw mode to be overridden with a #define in APM_Config.h 12 years ago
rmackay9 ddc578fd18 ArduCopter: restore YAW to default AUTO_YAW mode instead of YAW_LOOK_AT_NEXT_WP mode 12 years ago
Pat Hickey 7af03127f6 ArduCopter: more work 12 years ago
rmackay9 d31efebd44 ArduCopter: rename throttle failsafe parameters. 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 56ceb230cb ArduCopter: add YAW_OVR_BEHAVE to allow control of when autopilot takes back control of yaw after pilot overrides it during a mission 12 years ago
rmackay9 9a05d3bd36 ArduCopter: add comments at the top of many navigation functions 12 years ago
rmackay9 9dd978576b ArduCopter: auto yaw changes to allow pilot override of yaw during missions 12 years ago
rmackay9 cca9f9dbce ArduCopter: do_set_servo fix to resolve -1 being assigned to uint8_t 12 years ago
rmackay9 3a90fc77f9 ArduCopter: add dataflash logging of camera events 12 years ago
rmackay9 d74cf54b5d ArduCopter: allow triggering of camera from a mission 12 years ago
rmackay9 d3de77f74c ArduCopter: fix do_set_servo so that it works again 12 years ago
rmackay9 75401756f2 ArduCopter: maintain loiter control even below 1m while landing 12 years ago
rmackay9 a5bb54e36e ArduCopter: RTL clean-up and slightly improved landing sensor 12 years ago
rmackay9 a94826f182 ArduCopter: add set_throttle_mode to better control initialisation of variables 12 years ago
rmackay9 3cbef57c64 ArduCopter: first merge of leonard's accel based altitude controller plus other changes from Randy 12 years ago
Andrew Tridgell bcae83c4f6 ACM: make it possible to run CLI on radio port in ArduCopter 12 years ago
Jason Short d2a5928c06 Ap state updates 12 years ago
Andrew Tridgell 406a5dc328 ACM: save another 20 bytes 12 years ago
Jason Short a0752dc7dc ACM Acceleration management 12 years ago
rmackay9 3c9ba94f42 ArduCopter: bug fix to ROI when no camera mount is specific 13 years ago
rmackay9 5d3ddf1fc9 ArduCopter: bug fix for ROI not working if user did not have a camera mount 13 years ago
uncrustify 6791da4ee7 uncrustify ArduCopter/commands_logic.pde 13 years ago
rmackay9 7a6732fb4b ArduCopter: removed unused icount variable from commands_logic.pde to reduce compiler warnings. 13 years ago
rmackay9 a72bf6ef57 ArduCopter: replaced abs with labs as required in a few places. 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 d796814dfc ACM : Commands Logic 13 years ago