|
@@ -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 -5223598330246455531
|
|
|
|
|
|
+#define MAVLINK_VKFLY_XML_HASH 1592171951267676919
|
|
|
|
|
|
#ifdef __cplusplus
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
extern "C" {
|
|
@@ -487,6 +487,7 @@ typedef enum VKFLY_CMD
|
|
VKFLY_CMD_NAV_WP=44010, /* VKFLY custom takephoto waypoint commond. | | | | Yaw control mode| Latitude| Longitude| Altitude| */
|
|
VKFLY_CMD_NAV_WP=44010, /* VKFLY custom takephoto waypoint commond. | | | | Yaw control mode| Latitude| Longitude| Altitude| */
|
|
VKFLY_CMD_NAV_WP_THROW=44011, /* VKFLY custom throwing waypoint command. | | | Reserved.| Yaw control mode.| Latitude| Longitude| Altitude| */
|
|
VKFLY_CMD_NAV_WP_THROW=44011, /* VKFLY custom throwing waypoint command. | | | Reserved.| Yaw control mode.| Latitude| Longitude| Altitude| */
|
|
VKFLY_CMD_NAV_WP_ORBIT_DO_PHOTO=44012, /* VLFLY Custom orbit waypoint | | | | | Latitude| Longitude| Altitude| */
|
|
VKFLY_CMD_NAV_WP_ORBIT_DO_PHOTO=44012, /* VLFLY Custom orbit waypoint | | | | | Latitude| Longitude| Altitude| */
|
|
|
|
+ VKFLY_CMD_NAV_EDU_TRAINING=44013, /* VLFLY Custom orbit waypoint | | | | | Latitude| Longitude| Altitude| */
|
|
VKFLY_CMD_MOUNT_CTRL=44030, /* VLFLY Custom orbit waypoint | | | | | Latitude| Longitude| Altitude| */
|
|
VKFLY_CMD_MOUNT_CTRL=44030, /* VLFLY Custom orbit waypoint | | | | | Latitude| Longitude| Altitude| */
|
|
VKFLY_CMD_FORMATION_FLY=44031, /* Formation fly assemble, disband or change formation |1 means assemble, 2 means quit, 3 means change formation| | | | | | | */
|
|
VKFLY_CMD_FORMATION_FLY=44031, /* Formation fly assemble, disband or change formation |1 means assemble, 2 means quit, 3 means change formation| | | | | | | */
|
|
VKFLY_CMD_ESC_CONFIG=44050, /* can esc id configuration | Set Esc id, min=1, max=16 | | | | | | | */
|
|
VKFLY_CMD_ESC_CONFIG=44050, /* can esc id configuration | Set Esc id, min=1, max=16 | | | | | | | */
|
|
@@ -505,7 +506,8 @@ typedef enum VKFLY_CMD
|
|
in clockwise.| NAN means ignore. 1 means do goto rtl circle point right
|
|
in clockwise.| NAN means ignore. 1 means do goto rtl circle point right
|
|
now.
|
|
now.
|
|
| | | | | | */
|
|
| | | | | | */
|
|
- VKFLY_CMD_ENUM_END=44067, /* | */
|
|
|
|
|
|
+ VKFLY_CMD_MISSION_START_EDU_TRAINING=44067, /* Start mission |start sequence of mission| | | | | | | */
|
|
|
|
+ VKFLY_CMD_ENUM_END=44068, /* | */
|
|
} VKFLY_CMD;
|
|
} VKFLY_CMD;
|
|
#endif
|
|
#endif
|
|
|
|
|