Skip to content

Commit

Permalink
Add degS8 unit for degrees scaled to fit in 8-bit integer as used by …
Browse files Browse the repository at this point in the history
…satellite_azimuth on GPS_STATUS message
  • Loading branch information
shancock884 committed May 1, 2024
1 parent c889cba commit 04e8804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/mavschema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
<xs:enumeration value="mrad/s"/> <!-- milli-radians per second -->
<xs:enumeration value="deg"/> <!-- degrees -->
<xs:enumeration value="deg/2"/> <!-- degrees/2 required from dagar for HIGH_LATENCY2 message-->
<xs:enumeration value="degS8"/> <!-- degrees scaled to fit in 8-bit integer as used by satellite_azimuth on GPS_STATUS message -->
<xs:enumeration value="deg/s"/> <!-- degrees per second -->
<xs:enumeration value="cdeg"/> <!-- centidegrees -->
<xs:enumeration value="cdeg/s"/> <!-- centidegrees per second -->
Expand Down

0 comments on commit 04e8804

Please sign in to comment.