Skip to content

Commit

Permalink
common.xml: add extension fields from GPS_RAW_INT to GPS_RAW2
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and LorenzMeier committed Apr 18, 2021
1 parent 0c7bdea commit 1ad29d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5419,6 +5419,11 @@
<field type="uint32_t" name="dgps_age" units="ms">Age of DGPS info</field>
<extensions/>
<field type="uint16_t" name="yaw" units="cdeg">Yaw in earth frame from north. Use 0 if this GPS does not provide yaw. Use 65535 if this GPS is configured to provide yaw and is currently unable to provide it. Use 36000 for north.</field>
<field type="int32_t" name="alt_ellipsoid" units="mm">Altitude (above WGS84, EGM96 ellipsoid). Positive for up.</field>
<field type="uint32_t" name="h_acc" units="mm">Position uncertainty.</field>
<field type="uint32_t" name="v_acc" units="mm">Altitude uncertainty.</field>
<field type="uint32_t" name="vel_acc" units="mm">Speed uncertainty.</field>
<field type="uint32_t" name="hdg_acc" units="degE5">Heading / track uncertainty</field>
</message>
<message id="125" name="POWER_STATUS">
<description>Power supply status</description>
Expand Down

0 comments on commit 1ad29d9

Please sign in to comment.