95 Commits (226e6f1d6c55dbbaa1e312e91cc50de878456d92)

Author SHA1 Message Date
Michael du Breuil fff21a1db9 Mission: Remove support for CONDITION_CHANGE_ALT 9 years ago
Michael du Breuil 831ae72908 AP_Mission: Remove DO_SET_PARAMETER 9 years ago
Andrew Tridgell 3a5e4c80ca AP_Mission: support DO_VTOL_TRANSITION command 9 years ago
Andrew Tridgell 09c3c36c00 AP_Mission: allow for 16 bit command IDs 9 years ago
Tom Pittenger 1c513a99a0 AP_Mission: removed LOITER_TO_ALT heading requirement param field 9 years ago
Tom Pittenger 068374658c AP_Mission: utilize radius for loiter commands 9 years ago
Andrew Tridgell ad59cb9f5c AP_Mission: support VTOL_TAKEOFF and VTOL_LAND 9 years ago
DonLakeFlyer 7cd3d8bfdc AP_Mission: better mission errors 9 years ago
Caio Marcelo de Oliveira Filho f20a4e413c AP_Mission: use millis/micros/panic functions 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Randy Mackay 756d564b7c Mission: sanity check command altitudes 9 years ago
Tom Pittenger cb20325593 AP_Mission: added flight stage FLIGHT_LAND_ABORT 10 years ago
Tom Pittenger 1026e7df45 AP_Mission: updated comment 10 years ago
Tom Pittenger 15b242832e AP_Mission: lat/lng == 0 bug fix 10 years ago
Tom Pittenger 41508457e1 AP_Mission: add get_prev_nav_cmd_with_wp_index() 10 years ago
Randy Mackay 1271e531e2 Mission: sanity check location 10 years ago
Michael Day a5e1d8e902 AP_Mission: Give CONINTUE_AND_CHANGE_ALT a parameter: climb/descend 10 years ago
Gustavo Jose de Sousa 34d1a29ec1 AP_Mission: standardize inclusion of libaries headers 10 years ago
Randy Mackay 766ccea3be Mission: fix bug causing first do-cmd to be run many times 10 years ago
Randy Mackay 429346f4bc AP_Mission: add missing breaks to case statement 10 years ago
Tom Pittenger e6122d1a4e AP_Mission: ensure cache coherence on mission resume 10 years ago
Andrew Tridgell 9bd8e215b2 AP_Mission: enable DO_AUTOTUNE_ENABLE 10 years ago
Andrew Tridgell 08acde2766 AP_Mission: added ALTITUDE_WAIT NAV command 10 years ago
Randy Mackay 9c28d61a5c Mission: protect against endless loops of do-commands 10 years ago
Tom Pittenger 79605de8f5 AP_Mission: replace fabs() with fabsf() 10 years ago
Michael Day 3d3267d472 AP_Mission: Now support mission item MAV_CMD_NAV_LOITER_TO_ALT 10 years ago
Randy Mackay 87e6452ee9 Mission: bug fix when jump target is zero 10 years ago
Randy Mackay 888c2289ce Mission: support do-digicam-control parameters 10 years ago
Randy Mackay f6021010c5 Mission: support do-mount-control 10 years ago
Andrew Tridgell 3d433d2106 AP_Mission: loop check is only needed in one place 10 years ago
Andrew Tridgell 540cadc086 AP_Mission: prevent infinite loop with linked jump commands 10 years ago
Andrew Tridgell ede920f293 AP_Mission: ensure location options are zero at start of mavlink conversion 10 years ago
Michael Day b3e693daa4 AP_Mission: Support MAV_CMD_DO_FENCE_ENABLE as a mission item. 10 years ago
Michael Day b36c1b2c3d AP_Mission: support for MAV_CMD_CONTINUE_AND_CHANGE_ALT 10 years ago
Michael Day 83c2f497a3 AP_Mission: Change jump_to_landing_sequence to get_landing_sequence_start 10 years ago
Andrew Tridgell 15a661e17a AP_Mission: fixed logic in jump_to_landing_sequence() 10 years ago
Andrew Tridgell 8c6b875dcc AP_Mission: avoid the AP_AHRS cast 10 years ago
Michael Day ea91f4d47b AP_Mission: Added support for MAV_CMD_DO_LAND_START 10 years ago
Randy Mackay be1621877f Mission: support GUIDED_ENABLE and GUIDED_LIMITS 10 years ago
Randy Mackay 5ca3c4baf6 Mission: fix CHANGE_ALT to store climb rate in lat param 11 years ago
Randy Mackay 1ce8e453c2 Mission: add support for DO_GRIPPER 11 years ago
Andrew Tridgell effccacf46 AP_Mission: fixed acceptance radius outgoing 11 years ago
Andrew Tridgell 3a5e960fe5 AP_Mission: revert APM_BUILD_TYPE change 11 years ago
Andrew Tridgell 36b854fa98 AP_Mission: fixed build for arduino IDE 11 years ago
Andrew Tridgell c4f84232e2 AP_Mission: make cmd.p1 be radius on plane for NAV_WAYPOINT 11 years ago
Randy Mackay d6aa868cac Mission: start next nav cmd immediately after prev completes 11 years ago
Andrew Tridgell 7a12ff0271 AP_Mission: convert to using StorageManager 11 years ago
Daniel Frenzel 1c7e8f8fb2 AP_Mission: Consecutive return, break, continue, goto or throw statements are unnecessary. 11 years ago
Andrew Tridgell df55ae86c4 AP_Mission: added last_change_time_ms() call 11 years ago