Skip to content

Commit

Permalink
gnss_position: removed covariance
Browse files Browse the repository at this point in the history
  • Loading branch information
pcdangio committed Nov 18, 2020
1 parent 87f7e25 commit a7c9605
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions msg/gnss_position.msg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ bool fix_3d # Indicates if the fix is 3-dimensional (includes al

float64 latitude # Degrees latitude (positive = N, negative = S).
float64 longitude # Degrees longitude (positive = E, negative = W).
float64 altitude # Altitude above MSL [m]

bool has_covariance # Indicates if a covariance matrix is provided in this measurement.
float64[9] covariance # The covariance matrix of the measurement for lat,lon,alt.
float64 altitude # Altitude above MSL [m]

0 comments on commit a7c9605

Please sign in to comment.