|
|
@@ -10,7 +10,7 @@
|
|
|
#error Wrong include order: MAVLINK_VKFLY.H MUST NOT BE DIRECTLY USED. Include mavlink.h from the same directory instead or set ALL AND EVERY defines from MAVLINK.H manually accordingly, including the #define MAVLINK_H call.
|
|
|
#endif
|
|
|
|
|
|
-#define MAVLINK_VKFLY_XML_HASH -3928210904804031614
|
|
|
+#define MAVLINK_VKFLY_XML_HASH -4122772539408693196
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
extern "C" {
|
|
|
@@ -458,7 +458,8 @@ typedef enum VKFLY_MISSION_DONE_ACT
|
|
|
VKFLY_MISSION_DONE_RETURN_TO_LAUNCH_AB_WP=4, /* | */
|
|
|
VKFLY_MISSION_DONE_RETURN_TO_LAUNCH_BA_WP=5, /* | */
|
|
|
VKFLY_MISSION_DONE_THEN_REDO=6, /* | */
|
|
|
- VKFLY_MISSION_DONE_ACT_ENUM_END=7, /* | */
|
|
|
+ VKFLY_MISSION_DONE_THEN_DEPLOY_PARACHUTE=7, /* | */
|
|
|
+ VKFLY_MISSION_DONE_ACT_ENUM_END=8, /* | */
|
|
|
} VKFLY_MISSION_DONE_ACT;
|
|
|
#endif
|
|
|
|
|
|
@@ -762,7 +763,8 @@ typedef enum MAV_CMD
|
|
|
VKFLY_CMD_DYNAMIC_ACT=44071, /* Vehicle act |NAN means ignore.0 do
|
|
|
dynamic_takeoff,
|
|
|
1 do dynamic_land, 2 do dynamic_follow| | | | | | | */
|
|
|
- MAV_CMD_ENUM_END=44072, /* | */
|
|
|
+ VKFLY_CMD_DO_REPOSITION_THAN_DO_PARACHUTE=44072, /* Do reposition then deploy parachute |Deploy distance| | | | | | | */
|
|
|
+ MAV_CMD_ENUM_END=44073, /* | */
|
|
|
} MAV_CMD;
|
|
|
#endif
|
|
|
|