|
|
@@ -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 8972644096136702068
|
|
|
+#define MAVLINK_VKFLY_XML_HASH -800713203861603366
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
extern "C" {
|
|
|
@@ -784,7 +784,12 @@ typedef enum MAV_CMD
|
|
|
VKFLY_CMD_DO_REPOSITION_THAN_DO_PARACHUTE=44072, /* Do reposition then deploy parachute |Deploy distance| | | | | | | */
|
|
|
VKFLY_CMD_CLEAR_SERVO_DISPALY=44073, /* Vehicle act |NAN means ignore. 1 means
|
|
|
clear servo status dispaly| | | | | | | */
|
|
|
- MAV_CMD_ENUM_END=44074, /* | */
|
|
|
+ VKFLY_CMD_YIKU_DESCENDER=44074, /* descender ctl |NAN means invalid. 0 means safe_state_switch
|
|
|
+ 1 means direct act,2 means mode act| NAN means invalid. 0 means safe_state off
|
|
|
+ 1 means safe_state on| NAN means invalid. 0 means emergency_stop
|
|
|
+ 1 means Rope Retract to Top, 2 means Rope Extend to Bottom| NAN means invalid. 0 means length_ctl
|
|
|
+ 1 means vel_ctl| NAN means invalid.| Reserved (default:0)| Reserved (default:0)| */
|
|
|
+ MAV_CMD_ENUM_END=44075, /* | */
|
|
|
} MAV_CMD;
|
|
|
#endif
|
|
|
|