Browse Source

增加双天线和航向角差异大异常定义

Liu Yang 4 months ago
parent
commit
0c37f25238
2 changed files with 4 additions and 0 deletions
  1. 3 0
      msg_definitions/VKFly.xml
  2. 1 0
      readme.md

+ 3 - 0
msg_definitions/VKFly.xml

@@ -245,6 +245,9 @@
       <entry value="128" name="VKFLY_SYS_ERROR3_RTK_ERROR">
         <description></description>
       </entry>
+      <entry value="256" name="VKFLY_SYS_ERROR3_YAW_DIFF">
+        <description></description>
+      </entry>
     </enum>
 
     <enum name="VKFLY_CUSTOM_MODE">

+ 1 - 0
readme.md

@@ -171,6 +171,7 @@ typedef enum VKFLY_SYS_ERROR3
     VKFLY_SYS_ERROR3_GPS0_ERROR=32, /* 普通gps1数据异常 | */
     VKFLY_SYS_ERROR3_GPS1_ERROR=64, /* 普通gps2数据异常 | */
     VKFLY_SYS_ERROR3_RTK_ERROR=128, /* RTK板卡数据异常 | */
+    VKFLY_SYS_ERROR3_YAW_DIFF=256, /* RTK和磁偏航角差异过大 | */
     VKFLY_SYS_ERROR3_ENUM_END=129, /*  | */
 } VKFLY_SYS_ERROR3;
 ```