123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715 |
- <?xml version="1.0"?>
- <mavlink>
- <!-- VK-fly contact info: -->
- <!-- company URL: http://101.42.9.203/#/home -->
- <!-- email contact: liuyangzys@outlook.com -->
- <!-- mavlink ID range: 53000 - 54000 -->
- <!-- command ID range: 44000 - 44999 -->
- <include>common.xml</include>
- <dialect>0</dialect>
- <enums>
- <enum name="VKFLY_AP_TYPE">
- <description>Drone airframe</description>
- <entry value="41" name="VKFLY_AP_TYPE_I4">
- <description>Quadrotor I4</description>
- </entry>
- <entry value="42" name="VKFLY_AP_TYPE_X4">
- <description>Quadrotor X4</description>
- </entry>
- <entry value="61" name="VKFLY_AP_TYPE_I6">
- <description>Hexarotor I6</description>
- </entry>
- <entry value="62" name="VKFLY_AP_TYPE_X6">
- <description>Hexarotor X6</description>
- </entry>
- <entry value="63" name="VKFLY_AP_TYPE_YI6D">
- <description>Three axis hexarotor YI6D</description>
- </entry>
- <entry value="64" name="VKFLY_AP_TYPE_Y6D">
- <description>Three axis hexarotor Y6D</description>
- </entry>
- <entry value="65" name="VKFLY_AP_TYPE_H6">
- <description>Hexarotor H6</description>
- </entry>
- <entry value="81" name="VKFLY_AP_TYPE_I8">
- <description>Octorotor I8</description>
- </entry>
- <entry value="82" name="VKFLY_AP_TYPE_X8">
- <description>Octorotor X8</description>
- </entry>
- <entry value="83" name="VKFLY_AP_TYPE_4X8M">
- <description>Four axis octorotor, upper level X4, lower level reversed X4.</description>
- </entry>
- <entry value="84" name="VKFLY_AP_TYPE_4X8D">
- <description>Four axis octorotor, upper level clockwise, lower level anticlockwise</description>
- </entry>
- <entry value="85" name="VKFLY_AP_TYPE_4X8MR">
- <description>Four axis octorotor, all rotors are opposite of 4X8M.</description>
- </entry>
- <entry value="86" name="VKFLY_AP_TYPE_4X8DR">
- <description>Four axis octorotor, all rotors are opposite of 4X8M.</description>
- </entry>
- <entry value="121" name="VKFLY_AP_TYPE_6I12">
- <description>Six axis twelve rotor, upper level I6, lower lever opposite with I6.</description>
- </entry>
- <entry value="122" name="VKFLY_AP_TYPE_6X12">
- <description>Six axis twelve rotor, upper level X6, lower lever opposite with X6.</description>
- </entry>
- <entry value="161" name="VKFLY_AP_TYPE_8I16">
- <description>16 axis 8 rotor, upper level I8, lower lever opposite with I8</description>
- </entry>
- <entry value="162" name="VKFLY_AP_TYPE_8X16">
- <description>16 axis 8 rotor, upper level X8, lower lever opposite with X8</description>
- </entry>
- </enum>
- <enum name="VKFLY_FS_ACTION">
- <description>Failsafe action</description>
- <entry value="0" name="FAIL_SAFE_ACT_NONE">
- <description>Do nothing</description>
- </entry>
- <entry value="1" name="FAIL_SAFE_ACT_LOITER">
- <description>Hold position for rotor wing. Loiter for fixedwing.</description>
- </entry>
- <entry value="2" name="FAIL_SAFE_ACT_RTL">
- <description>Return to lauch.</description>
- </entry>
- <entry value="3" name="FAIL_SAFE_ACT_RTR">
- <description>Go to the nearest rally point.</description>
- </entry>
- <entry value="4" name="FAIL_SAFE_ACT_LAND">
- <description>Landing in place.</description>
- </entry>
- <entry value="5" name="FAIL_SAFE_ACT_LOCK">
- <description>Terminate servo output and disarm the drone.</description>
- </entry>
- </enum>
- <enum name="VKFLY_ROI_STATE" bitmask="true">
- <description>Bitmap for ROI state</description>
- <entry value="1" name="VKFLY_ROI_GIMBAL">
- <description>Do nothing</description>
- </entry>
- <entry value="2" name="VKFLY_ROI_DRONE_HEAD">
- <description>Do nothing</description>
- </entry>
- </enum>
- <enum name="VKFLY_MAGCALIB_STAGE">
- <description>VKins magcalib stage</description>
- <entry value="0" name="VK_MAGCALIB_NONE">
- <description>Not in calibration.</description>
- </entry>
- <entry value="1" name="VK_MAGCALIB_XY">
- <description>Calibrating X-Y level.</description>
- </entry>
- <entry value="2" name="VK_MAGCALIB_XZ">
- <description>Calibrating X-Z level.</description>
- </entry>
- <entry value="3" name="VK_MAGCALIB_DONE">
- <description>Calibrating successfully done.</description>
- </entry>
- <entry value="4" name="VK_MAGCALIB_FAIL">
- <description>Calibrating failed.</description>
- </entry>
- </enum>
- <enum name="VKFLY_SYS_STATUS_SENSOR_EXTEND" bitmask="true">
- <description>For SYS_STATUS sensor extend flag use.</description>
- <entry value="4" name="VKFLY_SYS_STATUS_SENSOR_GPS2">
- <description>GPS2</description>
- </entry>
- <entry value="8" name="VKFLY_SYS_STATUS_SENSOR_RTK_GPS">
- <description>RTK GPS</description>
- </entry>
- <entry value="16" name="VKFLY_SYS_STATUS_SDCARD">
- <description>Onboard SD card</description>
- </entry>
- </enum>
- <enum name="VKFLY_SYS_ERROR1" bitmask="true">
- <description>bitmap for SYS_STATUS error1 </description>
- <entry value="1" name="VKFLY_SYS_ERROR1_GCS_LINK_LOST">
- <description>Gcs link lost.</description>
- </entry>
- <entry value="2" name="VKFLY_SYS_ERROR1_VOLTAGE_LOW">
- <description>Battery voltage low.</description>
- </entry>
- <entry value="4" name="VKFLY_SYS_ERROR1_MOTOR_BALANCE">
- <description>Servo output balance bad.</description>
- </entry>
- <entry value="8" name="VKFLY_SYS_ERROR1_MOTOR_FAIL">
- <description>Servo ouput fault.</description>
- </entry>
- <entry value="16" name="VKFLY_SYS_ERROR1_OVERHEAT">
- <description>Autopilot system temperature too high.</description>
- </entry>
- <entry value="32" name="VKFLY_SYS_ERROR1_INS_INVALID">
- <description>Autopilot system solved positioning not ready.</description>
- </entry>
- <entry value="64" name="VKFLY_SYS_ERROR1_OUT_FENCE">
- <description>Position out of fence range.</description>
- </entry>
- <entry value="128" name="VKFLY_SYS_ERROR1_OBV_LINK_LOST">
- <description>Obv mavlink com link lost.</description>
- </entry>
- </enum>
- <enum name="VKFLY_SYS_ERROR2" bitmask="true">
- <description>bitmap for SYS_STATUS error1 </description>
- <entry value="1" name="VKFLY_SYS_ERROR2_PREARM_CHECK_IMU">
- <description></description>
- </entry>
- <entry value="2" name="VKFLY_SYS_ERROR2_PREARM_CHECK_TILT">
- <description></description>
- </entry>
- <entry value="4" name="VKFLY_SYS_ERROR2_PREARM_CHECK_VELOCITY">
- <description></description>
- </entry>
- <entry value="8" name="VKFLY_SYS_ERROR2_PREARM_RC_BAD">
- <description></description>
- </entry>
- </enum>
- <enum name="VKFLY_SYS_ERROR3" bitmask="true">
- <description>bitmap for SYS_STATUS error3 </description>
- <entry value="1" name="VKFLY_SYS_ERROR3_MAG0_DISTURB">
- <description></description>
- </entry>
- <entry value="2" name="VKFLY_SYS_ERROR3_MAG1_DISTURB">
- <description></description>
- </entry>
- <entry value="4" name="VKFLY_SYS_ERROR3_IMU0_ERROR">
- <description></description>
- </entry>
- <entry value="8" name="VKFLY_SYS_ERROR3_IMU1_ERROR">
- <description></description>
- </entry>
- <entry value="16" name="VKFLY_SYS_ERROR3_BARO0_ERROR">
- <description></description>
- </entry>
- <entry value="32" name="VKFLY_SYS_ERROR3_GPS0_ERROR">
- <description></description>
- </entry>
- <entry value="64" name="VKFLY_SYS_ERROR3_GPS1_ERROR">
- <description></description>
- </entry>
- <entry value="128" name="VKFLY_SYS_ERROR3_RTK_ERROR">
- <description></description>
- </entry>
- </enum>
- <enum name="VKFLY_CUSTOM_MODE">
- <description>custom mode in HEARTBEAT</description>
- <entry value="3" name="VKFLY_CUSTOM_MODE_ATTITUDE">
- <description>Attitude mode</description>
- </entry>
- <entry value="4" name="VKFLY_CUSTOM_MODE_POSHOLD">
- <description>Poshold mode</description>
- </entry>
- <entry value="10" name="VKFLY_CUSTOM_MODE_TAKEOFF">
- <description>Auto takeoff.</description>
- </entry>
- <entry value="11" name="VKFLY_CUSTOM_MODE_LOITER">
- <description>Auto loiter.</description>
- </entry>
- <entry value="12" name="VKFLY_CUSTOM_MODE_RTL">
- <description>Auto return.</description>
- </entry>
- <entry value="13" name="VKFLY_CUSTOM_MODE_FLY_TO_WP">
- <description>Auto fly to wp.</description>
- </entry>
- <entry value="15" name="VKFLY_CUSTOM_MODE_CRUISE">
- <description>Auto cruise.</description>
- </entry>
- <entry value="18" name="VKFLY_CUSTOM_MODE_GUIDE">
- <description>Guide to point.</description>
- </entry>
- <entry value="19" name="VKFLY_CUSTOM_MODE_LAND">
- <description>Land.</description>
- </entry>
- <entry value="20" name="VKFLY_CUSTOM_MODE_FSLAND">
- <description>Force land.</description>
- </entry>
- <entry value="21" name="VKFLY_CUSTOM_MODE_FOLLOW">
- <description>Follow.</description>
- </entry>
- <entry value="23" name="VKFLY_CUSTOM_MODE_WP_ORBIT">
- <description>WP_Orbit</description>
- </entry>
- <entry value="24" name="VKFLY_CUSTOM_MODE_DYN_TAKEOFF">
- <description>Dyn_Takeoff </description>
- </entry>
- <entry value="25" name="VKFLY_CUSTOM_MODE_DYN_LAND">
- <description>Dyn_Land</description>
- </entry>
- <entry value="26" name="VKFLY_CUSTOM_MODE_OBAVOID">
- <description>Obavoid </description>
- </entry>
- <entry value="27" name="VKFLY_CUSTOM_MODE_OFFBOARD">
- <description>Offboard command control.</description>
- </entry>
- </enum>
- <enum name="VKFLY_VKINS_NAV_STATUS" bitmask="true">
- <description>bitmap for VKins navigtion status </description>
- <entry value="0x01" name="VKFLY_VKINS_NAV_INSGPS">
- <description>INS status. 0 means no INS. 1 means INS ok.</description>
- </entry>
- <entry value="0x02" name="VKFLY_VKINS_NAV_ALT_GPS">
- <description>GPS altitude in data fusion. 0 gps altitude not used. 1 gps altitude used.</description>
- </entry>
- <entry value="0x04" name="VKFLY_VKINS_NAV_HEADING_RTK">
- <description>RTK heading data. 0 use mag, 1 use rtk dual ant heading.</description>
- </entry>
- <entry value="0x10" name="VKFLY_VKINS_NAV_RTK">
- <description>RTK pos data. 0 no RTK, 1 RTK. </description>
- </entry>
- </enum>
- <enum name="VKFLY_YAW_CTRL_MODE">
- <description>Yaw control mode</description>
- <entry value="0" name="VKFLY_YAW_KEEP_CURRENT">
- <description>Yaw do not change. Keep current yaw.</description>
- </entry>
- <entry value="1" name="VKFLY_YAW_TO_NEXT_WP">
- <description>Yaw towards next waypoint or circle center.</description>
- </entry>
- <entry value="2" name="VKFLY_YAW_TO_TRACE_COURSE">
- <description>Yaw towards moving course heading.</description>
- </entry>
- <entry value="3" name="VKFLY_YAW_TO_SET_VALUE">
- <description>Yaw towards spacific value.</description>
- </entry>
- <entry value="4" name="VKFLY_YAW_TO_HOME">
- <description>Yaw towards home point.</description>
- </entry>
- <entry value="5" name="VKFLY_YAW_TO_INTEREST">
- <description>Yaw towards interest point.</description>
- </entry>
- <entry value="6" name="VKFLY_YAW_TO_OTHER_MAV_SYS">
- <description>Yaw towards interest point.</description>
- </entry>
- </enum>
- <enum name="VKFLY_PHOTO_CTRL_MODE">
- <description>Digicam auto take photo mode.</description>
- <entry value="0" name="VKFLY_AUTO_PHO_KEEP_CURRENT">
- <description>Do not take photo automatically.</description>
- </entry>
- <entry value="1" name="VKFLY_AUTO_PHO_STOP">
- <description>Do not take photo automatically.</description>
- </entry>
- <entry value="2" name="VKFLY_AUTO_PHO_AUTO_BY_TIME">
- <description>Automatically take photo by tiem.</description>
- </entry>
- <entry value="3" name="VKFLY_AUTO_PHO_BY_DIST_XY">
- <description>Automatically take photo by distance.</description>
- </entry>
- <entry value="4" name="VKFLY_AUTO_PHO_BY_DIST_Z">
- <description>Automatically take photo by input trigger signal or command.</description>
- </entry>
- <entry value="5" name="VKFLY_AUTO_PHO_BY_DIST_XYZ">
- <description>Automatically take photo by input trigger signal or command.</description>
- </entry>
- </enum>
- <enum name="VKFLY_RTL_REASON">
- <description>Digicam auto take photo mode.</description>
- <entry value="0" name="VKFLY_RTL_REASON_NONE">
- <description>Rtl mode not triggered.</description>
- </entry>
- <entry value="1" name="VKFLY_RTL_REASON_GCSCMD">
- <description>Trigger rtl mode by gcs command.</description>
- </entry>
- <entry value="2" name="VKFLY_RTL_REASON_RCCMD">
- <description>Trigger rtl mode by remote controller command.</description>
- </entry>
- <entry value="3" name="VKFLY_RTL_REASON_GCSLOST">
- <description>Trigger rtl mode by gcs link lost.</description>
- </entry>
- <entry value="4" name="VKFLY_RTL_REASON_RCFAIL">
- <description>Trigger rtl mode by remote controller signal fail.</description>
- </entry>
- <entry value="5" name="VKFLY_RTL_REASON_RCLOST">
- <description>Trigger rtl mode by remote controller signal lost.</description>
- </entry>
- <entry value="6" name="VKFLY_RTL_REASON_LOWVOLT">
- <description>Trigger rtl mode by battery volt low.</description>
- </entry>
- <entry value="7" name="VKFLY_RTL_REASON_OFFBOARD">
- <description>Trigger rtl mode by offboard command.</description>
- </entry>
- <entry value="8" name="VKFLY_RTL_REASON_ALTLIM">
- <description>Trigger rtl mode by altitude limit.</description>
- </entry>
- <entry value="9" name="VKFLY_RTL_REASON_OUT_FENCE">
- <description>Trigger rtl mode by out range of fence.</description>
- </entry>
- <entry value="10" name="VKFLY_RTL_REASON_BMS_LOWCAP">
- <description>Trigger rtl mode by battery manager system low capacity.</description>
- </entry>
- <entry value="11" name="VKFLY_RTL_REASON_BMS_LINKLOST">
- <description>Trigger rtl mode by battery manager link lost.</description>
- </entry>
- <entry value="12" name="VKFLY_RTL_REASON_SERVO_FAULT">
- <description>Trigger rtl mode by servo fault.</description>
- </entry>
- <entry value="13" name="VKFLY_RTL_REASON_WP_FINISH">
- <description>Trigger rtl mode by servo fault.</description>
- </entry>
- </enum>
- <enum name="VKFLY_LOITER_REASON">
- <entry value="1" name="VLFLY_LOITER_REASON_DEFAULT"></entry>
- <entry value="2" name="VLFLY_LOITER_REASON_GCS_CMD"></entry>
- <entry value="3" name="VLFLY_LOITER_REASON_MISSION_DONE"></entry>
- <entry value="5" name="VLFLY_LOITER_REASON_GPS_REABLE"></entry>
- <entry value="6" name="VLFLY_LOITER_REASON_RC_CMD"></entry>
- <entry value="7" name="VLFLY_LOITER_REASON_FOLLOW_FAIL"></entry>
- <entry value="9" name="VLFLY_LOITER_REASON_TAKEOFF_DONE"></entry>
- <entry value="10" name="VLFLY_LOITER_REASON_BAT_VOLT_LOW"></entry>
- <entry value="11" name="VLFLY_LOITER_REASON_RC_FAIL"></entry>
- <entry value="12" name="VLFLY_LOITER_REASON_RC_LOST"></entry>
- <entry value="13" name="VLFLY_LOITER_REASON_RC_BAD"></entry>
- <entry value="14" name="VLFLY_LOITER_REASON_BAT_CAP_LOW"></entry>
- <entry value="15" name="VLFLY_LOITER_REASON_OFFBOARD"></entry>
- <entry value="21" name="VLFLY_LOITER_REASON_WPDATA_ERR"></entry>
- </enum>
- <enum name="VKFLY_DIGICAM_WP_ACT">
- <description>Digicam action trigger on waypoint arrive.</description>
- <entry value="0" name="VKFLY_DIGICAM_WP_ACT_NONE">
- <description>Do nothing.</description>
- </entry>
- <entry value="1" name="VKFLY_DIGICAM_WP_ACT_PHO">
- <description>Do take photo.</description>
- </entry>
- <entry value="2" name="VKFLY_DIGICAM_WP_ACT_VEDIO_ON">
- <description>Do vedio recording on.</description>
- </entry>
- <entry value="3" name="VKFLY_DIGICAM_WP_ACT_VEDIO_OFF">
- <description>Do vedio recording off.</description>
- </entry>
- </enum>
- <enum name="VKFLY_GIMBAL_WP_ACT">
- <description>Gimbal action trigger on waypoint arrive.</description>
- <entry value="0" name="VKFLY_GIMBAL_WP_ACT_NONE">
- <description>Do nothing.</description>
- </entry>
- <entry value="1" name="VKFLY_GIMBAL_WP_ACT_SET_ANG">
- <description>Do set gimbal pitch and yaw angle value.</description>
- </entry>
- <entry value="2" name="VKFLY_GIMBAL_WP_ACT_SET_PITCH_YAW_FOLLOW">
- <description>Do set gimbla pitch value, yaw follow drone head.</description>
- </entry>
- </enum>
- <enum name="VKFLY_THROW_CHAN_TYPE" bitmask="true">
- <description>bitmap of throwing channel</description>
- <entry value="1" name="VKFLY_THROW_CHAN_1">
- <description>throwing channel1</description>
- </entry>
- <entry value="2" name="VKFLY_THROW_CHAN_2">
- <description>throwing channel2</description>
- </entry>
- <entry value="4" name="VKFLY_THROW_CHAN_3">
- <description>throwing channel3</description>
- </entry>
- <entry value="8" name="VKFLY_THROW_CHAN_4">
- <description>throwing channel4</description>
- </entry>
- <entry value="16" name="VKFLY_THROW_CHAN_5">
- <description>throwing channel5</description>
- </entry>
- <entry value="32" name="VKFLY_THROW_CHAN_6">
- <description>throwing channel6</description>
- </entry>
- <entry value="64" name="VKFLY_THROW_CHAN_7">
- <description>throwing channel7</description>
- </entry>
- <entry value="128" name="VKFLY_THROW_CHAN_8">
- <description>throwing channel8</description>
- </entry>
- <entry value="256" name="VKFLY_THROW_CHAN_9">
- <description>throwing channel9</description>
- </entry>
- <entry value="512" name="VKFLY_THROW_CHAN_10">
- <description>throwing channel10</description>
- </entry>
- <entry value="1024" name="VKFLY_THROW_CHAN_11">
- <description>throwing channel11</description>
- </entry>
- <entry value="2048" name="VKFLY_THROW_CHAN_12">
- <description>throwing channel12</description>
- </entry>
- <entry value="4096" name="VKFLY_THROW_CHAN_13">
- <description>throwing channel12</description>
- </entry>
- <entry value="8192" name="VKFLY_THROW_CHAN_14">
- <description>throwing channel12</description>
- </entry>
- <entry value="16384" name="VKFLY_THROW_CHAN_15">
- <description>throwing channel12</description>
- </entry>
- <entry value="32768" name="VKFLY_THROW_CHAN_16">
- <description>throwing channel12</description>
- </entry>
- <entry value="65535" name="VKFLY_THROW_CHAN_ALL">
- <description>throwing channel12</description>
- </entry>
- </enum>
- <enum name="VKFLY_MISSION_EXEC_MODE">
- <entry value="0" name="VKFLY_MISSION_EXEC_MODE_NORMAL"></entry>
- <entry value="1" name="VKFLY_MISSION_EXEC_MODE_NO_ACT"></entry>
- <entry value="2" name="VKFLY_MISSION_EXEC_MODE_REVERSE"></entry>
- <entry value="3" name="VKFLY_MISSION_EXEC_MODE_REVERSE_NO_ACT"></entry>
- <entry value="4" name="VKFLY_MISSION_EXEC_MODE_REVERSE_THAN_NORMAL"></entry>
- <entry value="5" name="VKFLY_MISSION_EXEC_MODE_REVERSE_THAN_NORMAL_NO_ACT"></entry>
- </enum>
- <enum name="VKFLY_MISSION_DONE_ACT">
- <entry value="0" name="VKFLY_MISSION_DONE_LOITER"></entry>
- <entry value="1" name="VKFLY_MISSION_DONE_RETURN_TO_LAUNCH"></entry>
- <entry value="2" name="VKFLY_MISSION_DONE_LAND"></entry>
- <entry value="3" name="VKFLY_MISSION_DONE_RETURN_TO_RALLY"></entry>
- </enum>
- <enum name="VKFLY_RTL_EXEC_MODE">
- <entry value="0" name="VKFLY_RTL_EXEC_MODE_NORMAL"></entry>
- <entry value="1" name="VKFLY_RTL_EXEC_MODE_BY_MISSION_SEQ"></entry>
- <entry value="2" name="VKFLY_RTL_EXEC_MODE_BY_MISSION_SEQ_REVERSE"></entry>
- </enum>
- <enum name="VKFLY_CMD">
- <description> VKFLY custom CMD </description>
- <entry value="44010" name="VKFLY_CMD_NAV_WP" hasLocation="true" isDestination="true">
- <description>VKFLY custom takephoto waypoint commond.</description>
- <param index="1" label="Hold Time And Speed"> </param>
- <param index="2" label="Photo Ctl"> </param>
- <param index="3" label="Gimbal Ctl"> </param>
- <param index="4" label="Yaw Mode">Yaw control mode</param>
- <param index="5" label="Latitude">Latitude</param>
- <param index="6" label="Longitude">Longitude</param>
- <param index="7" label="Altitude" units="m">Altitude</param>
- </entry>
- <entry value="44011" name="VKFLY_CMD_NAV_WP_THROW" hasLocation="true" isDestination="true">
- <description>VKFLY custom throwing waypoint command. </description>
- <param index="1" label="Hold Time And Speed"> </param>
- <param index="2" label="Throw ParamA"></param>
- <param index="3" label="Throw ParamB">Reserved.</param>
- <param index="4" label="Yaw Mode">Yaw control mode.</param>
- <param index="5" label="Latitude">Latitude</param>
- <param index="6" label="Longitude">Longitude</param>
- <param index="7" label="Altitude" units="m">Altitude</param>
- </entry>
- <entry value="44012" name="VKFLY_CMD_NAV_WP_ORBIT_DO_PHOTO" hasLocation="true"
- isDestination="true">
- <description>VLFLY Custom orbit waypoint </description>
- <param index="1" label="Radius And Speed"> </param>
- <param index="2" label="Photo Ctl"> </param>
- <param index="3" label="Times And Orbit Speed"> </param>
- <param index="4" label="Yaw Mode"> </param>
- <param index="5" label="Latitude">Latitude</param>
- <param index="6" label="Longitude">Longitude</param>
- <param index="7" label="Altitude" units="m">Altitude</param>
- </entry>
- <entry value="44030" name="VKFLY_CMD_MOUNT_CTRL" hasLocation="true"
- isDestination="true">
- <description>VLFLY Custom orbit waypoint </description>
- <param index="1" label=""> </param>
- <param index="2" label="CTRL "> </param>
- <param index="3" label="Times And Orbit Speed"> </param>
- <param index="4" label="Yaw Mode"> </param>
- <param index="5" label="Latitude">Latitude</param>
- <param index="6" label="Longitude">Longitude</param>
- <param index="7" label="Altitude" units="m">Altitude</param>
- </entry>
- <entry value="44050" name="VKFLY_CMD_ESC_CONFIG" hasLocation="false"
- isDestination="false">
- <description>can esc id configuration</description>
- <param index="1" label="Set ID"> Set Esc id, min=1, max=16 </param>
- <param index="2" label=""> </param>
- <param index="3" label=""> </param>
- <param index="4" label=""> </param>
- <param index="5" label=""> </param>
- <param index="6" label=""> </param>
- <param index="7" label=""> </param>
- </entry>
- <entry value="44060" name="VKFLY_CMD_DO_REPOSITION_THAN_THROW" hasLocation="true"
- isDestination="true">
- <description>Do reposition and throwing</description>
- <param index="1" label="Throw servo id" minValue="0" maxValue="65535"> Throw servo id bitmap </param>
- <param index="2" label="Throw altitude"> </param>
- <param index="3" label="Speed"> </param>
- <param index="4" label="Yaw"> </param>
- <param index="5" label="Latitude"> </param>
- <param index="6" label="Longitude"> </param>
- <param index="7" label="Altitude" units="m"> </param>
- </entry>
- <entry value="44061" name="VKFLY_CMD_DO_REPOSITION_THAN_LAND" hasLocation="true"
- isDestination="true">
- <description>Do reposition and throwing</description>
- <param index="1" label="Groud Msl" units="m"> Ground msl altitude</param>
- <param index="2" label=""> </param>
- <param index="3" label="Speed"> </param>
- <param index="4" label="Yaw" units="deg" minValue="0" maxValue="359.99"> </param>
- <param index="5" label="Latitude"> </param>
- <param index="6" label="Longitude"> </param>
- <param index="7" label="Altitude" units="m"> </param>
- </entry>
- <entry value="44062" name="VKFLY_CMD_MISSION_START" hasLocation="false"
- isDestination="false">
- <description>Start mission</description>
- <param index="1" label="Start Seq" minValue="0" maxValue="65535">start sequence of mission</param>
- <param index="2" label="Mission Exec Mode" enum="VKFLY_MISSION_EXEC_MODE"> </param>
- <param index="3" label="Mission Done Action"> </param>
- <param index="4" label=""> </param>
- <param index="5" label=""> </param>
- <param index="6" label=""> </param>
- <param index="7" label=""> </param>
- </entry>
- <entry value="44063" name="VKFLY_CMD_RETURN_TO_LAUCH" hasLocation="false"
- isDestination="false">
- <description>Return to launch position than land</description>
- <param index="1" label="Start Seq" minValue="0" maxValue="65535">start sequence of mission</param>
- <param index="2" label="Rtl Exec Mode" enum="VKFLY_RTL_EXEC_MODE"> </param>
- <param index="3" label=""> </param>
- <param index="4" label=""> </param>
- <param index="5" label=""> </param>
- <param index="6" label=""> </param>
- <param index="7" label=""> </param>
- </entry>
- </enum>
- </enums>
- <messages>
- <message id="53000" name="VKINS_STATUS">
- <description> </description>
- <field type="uint32_t" name="time_boot_ms" units="ms">Timestamp in ms from system boot.</field>
- <field type="uint8_t" name="nav_status" enum="VKFLY_VKINS_NAV_STATUS" display="bitmask"
- print_format="0x%02x">VKINS
- navigation status flag.</field>
- <field type="uint8_t" name="s_flag1">vinks flag1</field>
- <field type="uint8_t" name="s_flag2">vinks flag2.</field>
- <field type="uint8_t" name="s_flag3">vinks flag3.</field>
- <field type="uint8_t" name="s_flag4">vinks flag4.</field>
- <field type="uint8_t" name="s_flag5">vinks flag5.</field>
- <field type="uint8_t" name="s_flag6">vinks flag6.</field>
- <field type="uint8_t" name="mag_calib_stage" enum="VKFLY_MAGCALIB_STAGE">vkins mag calib
- stage.</field>
- <field type="float" name="g0" units="m/s/s">vkins initial calibrated gravitation acceleration.</field>
- <field type="int32_t" name="raw_latitude" units="degE7">raw longitude for data fusion</field>
- <field type="int32_t" name="raw_longitude" units="degE7">raw latitidue for data fusion</field>
- <field type="float" name="baro_alt" units="m">raw baromoter altitude for data fusion</field>
- <field type="float" name="raw_gps_alt" units="m">gps amsl altitude for data fusion</field>
- <field type="uint8_t" name="solv_psat_num">satelites number for position</field>
- <field type="uint8_t" name="solv_hsat_num">satelites number for heading</field>
- <field type="int16_t" name="temperature" units="degC">temperature</field>
- <field type="uint8_t" name="vibe_coe"></field>
- </message>
- <message id="53001" name="VKFMU_STATUS">
- <description> </description>
- <field type="uint32_t" name="time_boot_ms" units="ms">Timestamp in ms from system boot.</field>
- <field type="uint8_t" name="rtl_reason" enum="VKFLY_RTL_REASON">return to launch reason.</field>
- <field type="uint8_t" name="loiter_reason" enum="VKFLY_LOITER_REASON">Loiter reason </field>
- <field type="uint8_t" name="s_flag3">fmu sflag3</field>
- <field type="uint16_t" name="ups_volt">ups voltage in 0.1V</field>
- <field type="uint16_t" name="adc_volt">adc voltage in 0.1V</field>
- <field type="uint32_t" name="flight_time" units="s">flight time in seconds</field>
- <field type="uint32_t" name="dist_to_tar" units="cm">distance to target position in cm</field>
- </message>
- <message id="53002" name="VK_ROI_TARGET">
- <description> </description>
- <field type="uint32_t" name="time_boot_ms" units="ms">Timestamp in ms from system boot.</field>
- <field type="int32_t" name="lat" units="degE7">wgs48 latitude</field>
- <field type="int32_t" name="lon" units="degE7">wgs48 longitude</field>
- <field type="float" name="alt" units="m">altitude amsl, wgs48</field>
- <field type="uint16_t" name="state" enum="VKFLY_ROI_STATE">Bitmap to indicate ROI state </field>
- </message>
- <message id="53003" name="VK_BMS_STATUS">
- <description> battery bms status message </description>
- <field type="uint32_t" name="time_boot_ms" units="ms">Timestamp in ms from system boot.</field>
- <field type="uint32_t" name="voltage" units="mV">BMS voltage in mV</field>
- <field type="int16_t" name="current" units="cA">BMS current in cA, negative value means in
- charging</field>
- <field type="int16_t" name="temperature" units="degC">BMS temperature in degC</field>
- <field type="int8_t" name="cap_percent" units="%">BMS remaining power in percentage</field>
- <field type="uint8_t" name="bat_id" minValue="0" maxValue="1" increment="1">BMS id, start from
- 0</field>
- <field type="uint32_t" name="err_code" display="bitmask" print_format="0x%04x">BMS error code,
- 0 means no error</field>
- <field type="uint16_t" name="cell_num" minValue="0" maxValue="100">BMS cell numbers</field>
- <field type="uint16_t[30]" name="cell_volt" units="mV">BMS cell voltage in mV</field>
- </message>
- <message id="53004" name="VK_BMS_INFO">
- <description> battery bms information message, this message can be required by
- MAV_CMD_REQUEST_MESSAGE with param1 ad bms id </description>
- <field type="uint32_t" name="time_boot_ms" units="ms">Timestamp in ms from system boot.</field>
- <field type="uint8_t[20]" name="man_name">BMS manufactor string</field>
- <field type="uint8_t[20]" name="model_name">BMS equpment model name string</field>
- <field type="uint8_t[20]" name="sn_id">BMS SN id string</field>
- <field type="uint8_t[10]" name="hw_ver">BMS hardware version string</field>
- <field type="uint8_t[10]" name="fw_ver">BMS firmware version string</field>
- <field type="uint16_t" name="cyc_cnt" minValue="0" increment="1">BMS change and discharge
- cycle times</field>
- </message>
- <message id="53005" name="VK_DIGI_ESC_STATUS">
- <description> digital esc status with can or serial interface</description>
- <field type="uint32_t" name="time_boot_ms" units="ms">Timestamp in ms from system boot.</field>
- <field type="uint16_t" name="rot_spd">BMS manufactor string</field>
- <field type="uint8_t[20]" name="model_name">BMS equpment model name string</field>
- <field type="uint8_t[20]" name="sn_id">BMS SN id string</field>
- <field type="uint8_t[10]" name="hw_ver">BMS hardware version string</field>
- <field type="uint8_t[10]" name="fw_ver">BMS firmware version string</field>
- </message>
- <message id="53100" name="VK_FW_UPDATE_BEGIN">
- <description>VKFLY autopilot update firmware begin. This message send from GCS to autopilot. </description>
- <field type="uint8_t" name="target_system">Target system id.</field>
- <field type="uint8_t" name="target_comp">Target compid id.</field>
- <field type="uint32_t" name="file_size" units="bytes">Size of the firmware file in bytes.</field>
- </message>
- <message id="53101" name="VK_FW_UPDATE_ACK">
- <description>VKFLY udpate acknowledge.</description>
- <field type="uint8_t" name="result" enum="MAV_RESULT">Update begin ack.</field>
- </message>
- <message id="53102" name="VK_FW_UPDATE_DATA_REQUEST">
- <description>VKFLY autopilot request update file data from GCS. </description>
- <field type="uint32_t" name="offset">Offset into the update file.</field>
- <field type="uint32_t" name="count">Number of bytes.</field>
- </message>
- <message id="53103" name="VK_FW_UPDATE_DATA">
- <description>VKFLY transfer update file data.</description>
- <field type="uint32_t" name="offset">Offset into the update file.</field>
- <field type="uint8_t" name="count" minValue="0" maxValue="128" increment="1">Number of bytes.
- Zero for end of file.</field>
- <field type="uint8_t[128]" name="data">File data.</field>
- </message>
- <message id="53104" name="VK_UPDATE_TERMINATE">
- <description>VKFLY transfer update terminate. Send this message to terminate a update file
- transfer.</description>
- <field type="uint8_t" name="target_system">Target system id.</field>
- <field type="uint8_t" name="target_comp">Target compid id.</field>
- </message>
- </messages>
- </mavlink>
|