5363 Commits (bdd9fe77c77670a5ad41d702134317f2d3cdff55)

Author SHA1 Message Date
Andrew Tridgell 73ae38eaf0 AC_AttitudeControl: fixed example build 11 years ago
Andrew Tridgell 23e296dd00 GCS_Console: fixed example build 11 years ago
Andrew Tridgell 5f85792224 DataFlash: fixed example build 11 years ago
Andrew Tridgell 2a199c4f03 AP_Notify: fixed example build 11 years ago
Andrew Tridgell 6eece3a278 AP_Mount: fixed example build 11 years ago
Andrew Tridgell acd54d0826 AP_Math: fixed example build 11 years ago
Andrew Tridgell 731f980327 AP_InertialSensor: fixed example build 11 years ago
Andrew Tridgell 965f6bd3bd GCS_MAVLink: make DataFlash a pointer 11 years ago
Andrew Tridgell b85c5123b2 GCS_MAVLink: added save parameter to handle_request_data_stream() 11 years ago
Andrew Tridgell 79bb14b8c1 GCS_MAVLink: moved RADIO_STATUS handling into common code 11 years ago
Andrew Tridgell 144217ac74 GCS_MAVLink: moved parameter and stream handling into common code 11 years ago
Andrew Tridgell 06c578eb34 GCS_MAVLink: re-generate MAVLink headers 11 years ago
Andrew Tridgell 0b811ba6a9 GCS_MAVLink: added have_flow_control() method 11 years ago
Randy Mackay c462adf2ee GCS_MAVLink: added five handle_mission methods 11 years ago
Randy Mackay 3938fb7255 GCS_MAVLink: loiter direction removed 11 years ago
Randy Mackay 37cff752c8 Mission: handle Loiter direction 11 years ago
Andrew Tridgell add2416dbe GCS_MAVLink: added handle_mission_request() common function 11 years ago
Andrew Tridgell ce29bbe394 GCS_MAVLink: save some memory in log download 11 years ago
Randy Mackay c75560218d Mission: command specific structures 11 years ago
Randy Mackay 865a4de33d Common: use PACKED instead of pragma pack for Location 11 years ago
Randy Mackay 869f325c66 DataFlash: Log_Write_MavCmd replaces Log_Write_Cmd 11 years ago
Andrew Tridgell 3a6698f54b AP_Mission: fixed typo 11 years ago
Andrew Tridgell 3538621c48 AP_Mission: doc updates 11 years ago
Randy Mackay 48329c1bba Mission: bug fix for loading consecutive do-cmds 11 years ago
Randy Mackay ece02b0c9a Mission: get_prev_nav_cmd returns int16 11 years ago
Randy Mackay 266a1ce9af Mission: bug fix set_current_cmd 11 years ago
Andrew Tridgell 107cc2c126 AP_Mission: added truncate() function 11 years ago
Andrew Tridgell acdaf561c8 AP_Mission: fixed typo 11 years ago
Randy Mackay ebf72f5beb Dataflash: example sketch includes AP_Mission.h 11 years ago
Randy Mackay 150faafaf4 Dataflash: add Log_Write_Cmd method 11 years ago
Randy Mackay 8e117d29eb Mission: test exceeding command storage size 11 years ago
Randy Mackay 9e07070d86 Mission: pass eeprom start into constructor 11 years ago
Randy Mackay 7663c5898e AP_HAL_Boards: board specific storage size definition 11 years ago
Randy Mackay ddc4cd4f18 Mission: add init and check_eeprom_version methods 11 years ago
Randy Mackay 4c0a31a9dc Mission: init home to zero before writing to eeprom 11 years ago
Randy Mackay df339c05fc Mission: num_commands returns uint16 11 years ago
Randy Mackay af186fba05 AP_Common: pack Location structure 11 years ago
Randy Mackay e60865b715 Mission: example sketch test for set_current_cmd 11 years ago
Randy Mackay 512b378c4a Mission: allow set_current_cmd when mission is not running 11 years ago
Andrew Tridgell eaf34bba9a AP_Mission: fixed reset using set mission item to 0 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 efd4058e8b AHRS: interate move of p1 from Location to mission cmd 11 years ago
Randy Mackay 5dd86bd7d7 Mission: update example sketch for p1's move to cmd structure 11 years ago
Randy Mackay 87126c9b71 Common: remove id and p1 from Location structure 11 years ago
Randy Mackay 0dc3c9ab42 Mission: add p1 to command structure 11 years ago
Randy Mackay 4c0ae63169 Mission: example sketch test replace_cmd method 11 years ago
Randy Mackay 61cc5e6b72 Mission: add replace_cmd method 11 years ago
Randy Mackay ef21e32fbc Mission: example sketch tests set current command 11 years ago
Randy Mackay 3cbbd4ebb9 Mission: add set current command method 11 years ago