|
|
@@ -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 7237389657314420362
|
|
|
+#define MAVLINK_VKFLY_XML_HASH 8342406483840289831
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
extern "C" {
|
|
|
@@ -758,7 +758,9 @@ typedef enum MAV_CMD
|
|
|
aux| | | | | | | */
|
|
|
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 | */
|
|
|
- MAV_CMD_ENUM_END=44071, /* | */
|
|
|
+ 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;
|
|
|
#endif
|
|
|
|