61 Commits (5b4bbf08fdbaf22322c50cf4d4139398ec5a8cbd)

Author SHA1 Message Date
Randy Mackay 54731a139f AP_Mission: rename starts_with_takeoff_cmd 9 years ago
Niti Rohilla 9ec0000691 AP_Mission: add check_takeoff_cmd 9 years ago
Niti Rohilla d771017c25 AP_Mission: support MAV_CMD_NAV_DELAY command 9 years ago
Tom Pittenger f1186b8b5c AP_Mission: store previous nav cmd id 9 years ago
Ricardo de Almeida Gonzaga dfe38b61de AP_Mission: Fix typos 9 years ago
Michael Day 62a7074dd7 AP_Mission: Added mavlink_cmd_long_to_mission_cmd method. 9 years ago
Michael Oborne fb3fc118f1 AP_Mission: support MAVLINK_MSG_ID_MISSION_ITEM_INT 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
Lucas De Marchi 2790c16905 AP_Mission: replace header guard with pragma once 9 years ago
DonLakeFlyer 7cd3d8bfdc AP_Mission: better mission errors 9 years ago
Lucas De Marchi 3941bb7347 AP_Mission: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Tom Pittenger 41508457e1 AP_Mission: add get_prev_nav_cmd_with_wp_index() 10 years ago
Gustavo Jose de Sousa 34d1a29ec1 AP_Mission: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell 08acde2766 AP_Mission: added ALTITUDE_WAIT NAV command 10 years ago
Andrew Tridgell ec2d429513 AP_Mission: all vehicles now use functors 10 years ago
Andrew Tridgell e3f8e22fc6 AP_Mission: removed BUILD_DELEGATES code 10 years ago
Lucas De Marchi 384a3bfcc3 AP_Mission: allow to use functor 10 years ago
Andrew Tridgell e7ba2c8d93 AP_Mission: use APM_BUILD_DELEGATES 10 years ago
Andrew Tridgell 12cbf7888f AP_Mission: support member functions for rover 10 years ago
Randy Mackay dfadcad69d Mission: allow zoom_step to be negative 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
Randy Mackay a44b4b5e87 Mission: allow 15 do-jump commands on Pixhawk 10 years ago
Michael Day 83c2f497a3 AP_Mission: Change jump_to_landing_sequence to get_landing_sequence_start 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 1ce8e453c2 Mission: add support for DO_GRIPPER 11 years ago
Andrew Tridgell 7a12ff0271 AP_Mission: convert to using StorageManager 11 years ago
Andrew Tridgell df55ae86c4 AP_Mission: added last_change_time_ms() call 11 years ago
Randy Mackay fe8a5be802 AP_Mission: support MAV_CMD_NAV_VELOCITY msg 11 years ago
Randy Mackay f4c9d58051 AP_Mission: add support for MAV_CMD_NAV_GUIDED 11 years ago
Randy Mackay 05f5164dfa Mission: rename AUTORESET to RESTART 11 years ago
Andrew Chapman 782fbe1ec5 AP_Mission: added reset() function 11 years ago
Andrew Chapman a80e72ff82 AP_Mission: added MIS_AUTORESTART parameter 11 years ago
Andrew Tridgell e10542dcae AP_Mission: added get_current_nav_index() function 11 years ago
Andrew Tridgell cc212be41e AP_Mission: added get_next_ground_course_cd() API 11 years ago
Randy Mackay 93f8d53d1b Mission: make get_prev_nav_cmd_index const 11 years ago
Randy Mackay f2d9ad41aa Mission: minor comment update 11 years ago
Andrew Tridgell 3bdc22d672 AP_Mission: make p1 16 bit 11 years ago
Randy Mackay c520cb789c Mission: cmd field types to match mavlink commands 11 years ago
Randy Mackay c75560218d Mission: command specific structures 11 years ago
Randy Mackay ece02b0c9a Mission: get_prev_nav_cmd returns int16 11 years ago
Andrew Tridgell 107cc2c126 AP_Mission: added truncate() function 11 years ago
Randy Mackay 9e07070d86 Mission: pass eeprom start into constructor 11 years ago
Randy Mackay ddc4cd4f18 Mission: add init and check_eeprom_version methods 11 years ago
Randy Mackay df339c05fc Mission: num_commands returns uint16 11 years ago
Randy Mackay 8dd301b0c2 Mission: set_current_cmd to use uint16 11 years ago
Randy Mackay a6e422333e Mission: remove alt_in_cm from mavlink to cmd conversion 11 years ago
Randy Mackay 0dc3c9ab42 Mission: add p1 to command structure 11 years ago