113 Commits (96b87e3b4456789bb2854a8dc4c3edc3846cb36d)

Author SHA1 Message Date
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
Andrew Tridgell fb26160d3b ACM: change to use get_bearing_cd() instead of get_bearing() 13 years ago
rmackay9 f79b90725e ArduCopter: Dan Gray's fix for Condition_Yaw 13 years ago
rmackay9 8e5312a759 ArduCopter: add support for MAVLink's MAV_CMD_NAV_ROI command 13 years ago
Jason Short 3a62608355 Arducopter: Added Slow_WP setting to regular wp navigation 13 years ago
Jason Short 71248fe114 Arducopter 13 years ago
Jason Short a88d69e40e Arducopter: 13 years ago
Jason Short d8ff5dcfab Arducopter: Fix circle_WP 13 years ago
Jason Short a28070e0e0 Arducopter: Loiter unlimited fix 13 years ago
Jason Short 3048d2f9b4 Arducopter: WP_radius 13 years ago
Jason Short 19d8c405fd Arducopter : Force home alt to 0 13 years ago
Amilcar Lucas dfe0983e1e Merge the changes from APM_Camera branch into ArduCopter 13 years ago
Jason Short b076b571eb commands_logic: Removed some old unused code 13 years ago
Jason Short d58ceb2b09 RTL: Commands.pde 13 years ago
Jason Short 2450c25544 Arducopter: enabled RTL_altitude, renamed function to be more accurate 13 years ago
Jason Short bc578172a5 moved detector to run until the throttle is low, then stop running. 13 years ago