|
@@ -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.
|
|
#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
|
|
#endif
|
|
|
|
|
|
|
|
-#define MAVLINK_VKFLY_XML_HASH -885188825176165029
|
|
|
|
|
|
|
+#define MAVLINK_VKFLY_XML_HASH -3928210904804031614
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
#ifdef __cplusplus
|
|
|
extern "C" {
|
|
extern "C" {
|
|
@@ -275,7 +275,8 @@ typedef enum VKFLY_CUSTOM_MODE
|
|
|
VKFLY_CUSTOM_MODE_FW_LAND=57, /* Fixedwing land mode | */
|
|
VKFLY_CUSTOM_MODE_FW_LAND=57, /* Fixedwing land mode | */
|
|
|
VKFLY_CUSTOM_MODE_FW_RTL=58, /* Fixedwing return to launch mode | */
|
|
VKFLY_CUSTOM_MODE_FW_RTL=58, /* Fixedwing return to launch mode | */
|
|
|
VKFLY_CUSTOM_MODE_FW_GPS_FS=59, /* Fixedwing GPS fail safe mode | */
|
|
VKFLY_CUSTOM_MODE_FW_GPS_FS=59, /* Fixedwing GPS fail safe mode | */
|
|
|
- VKFLY_CUSTOM_MODE_ENUM_END=60, /* | */
|
|
|
|
|
|
|
+ VKFLY_CUSTOM_MODE_PARACHUTE=60, /* Open parachute mode | */
|
|
|
|
|
+ VKFLY_CUSTOM_MODE_ENUM_END=61, /* | */
|
|
|
} VKFLY_CUSTOM_MODE;
|
|
} VKFLY_CUSTOM_MODE;
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
@@ -758,8 +759,9 @@ typedef enum MAV_CMD
|
|
|
aux| | | | | | | */
|
|
aux| | | | | | | */
|
|
|
VKFLY_CMD_EXT_NAV_CFG=44069, /* Start mission || | | | | | | */
|
|
VKFLY_CMD_EXT_NAV_CFG=44069, /* Start mission || | | | | | | */
|
|
|
VKFLY_CMD_DO_REPOSITION=44070, /* Do reposition || | | NAN means ignore | NAN means ignore | NAN means ignore | NAN means ignore | */
|
|
VKFLY_CMD_DO_REPOSITION=44070, /* Do reposition || | | NAN means ignore | NAN means ignore | NAN means ignore | NAN means ignore | */
|
|
|
- VKFLY_CMD_DYNAMIC_ACT=44071, /* Vehicle act |NAN means ignore.0 do dynamic_takeoff,
|
|
|
|
|
- 1 do dynamic_land, 2 do dynamic_follow| | | | | | | */
|
|
|
|
|
|
|
+ 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, /* | */
|
|
MAV_CMD_ENUM_END=44072, /* | */
|
|
|
} MAV_CMD;
|
|
} MAV_CMD;
|
|
|
#endif
|
|
#endif
|