소스 검색

增加 vkvins 相关命令

LiuYang 3 달 전
부모
커밋
3402c9d530
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      msg_definitions/VKFly.xml

+ 16 - 0
msg_definitions/VKFly.xml

@@ -657,6 +657,11 @@
       <entry value="5" name="VKFLY_FORMATION_VERTICLE_LINE"></entry>
     </enum>
 
+    <enum name="VKFLY_VINS_CONFIG_ACT">
+      <entry value="0" name="VKFLY_VINS_CONFIG_ACT_NONE">Do nothing</entry>
+      <entry value="1" name="VKFLY_VINS_CONFIG_DO_RESET">Rest vins algorithm</entry>
+    </enum>
+
     <enum name="MAV_CMD">
       <description> VKFLY custom CMD </description>
       <entry value="44010" name="VKFLY_CMD_NAV_WP" hasLocation="true" isDestination="true">
@@ -752,6 +757,17 @@
         <param index="7" label=""> </param>
       </entry>
 
+      <entry value="44052" name="VKFLY_CMD_VINS_CONFIG" hasLocation="false"
+        isDestination="false">
+        <description>VK vins module configuration</description>
+        <param index="1" label="VK vins config action">Refer to VKFLY_VINS_CONFIG_ACT</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>
+      </entry>
+
       <entry value="44060" name="VKFLY_CMD_DO_REPOSITION_THAN_THROW" hasLocation="true"
         isDestination="true">
         <description>Do reposition and throwing</description>