102 Commits (a4f1f6a5db9981bc8dea0d28c91eb0c768f251c5)

Author SHA1 Message Date
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
Jason Short f0456dc947 Missed a Semicolon 13 years ago
Jason Short 302c632205 Altered the ground detector logic to no continuously run when landed 13 years ago
Robert Lefebvre 4e4ff84cf1 Updates to CopterLEDS 13 years ago
Adam M Rivera 07e53fad18 commands_logic.pde: Added write to constrained value to EEPROM. 13 years ago
Adam M Rivera 3d024ba2dd commands_logic: Allowed for an approach alt as low as 1m. Added a check to make sure we are currently above our target approach alt. 13 years ago
Adam M Rivera 77d6f22864 ArduCopter, commands_logic: Updated logic to allow as low as 5m. 13 years ago
Adam M Rivera cddcdb8be3 commands_logic: Added check to make sure the do_approach method is not being used to land. 13 years ago
Adam M Rivera cfe3b58248 commands_logic: Added do_approach() to set the new target alt based on the user defined value. 13 years ago
Jason Short 33d4d52a6b set Slow WP option for RTL in Auto mode 13 years ago
Jason Short 969ac70000 reset All for Auto takeoff 13 years ago
Jason Short 6848dc17e5 Added safety to prevent shutdown of motors during Auto-land 13 years ago