Skip to content

Commit

Permalink
covariance: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pcdangio committed Nov 17, 2020
1 parent 1817e67 commit 87f7e25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ add_message_files(
angular_velocity.msg
magnetic_field.msg
temperature.msg
covariance.msg
)

# Add service files.
Expand Down
4 changes: 4 additions & 0 deletions msg/covariance.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# The covariance matrix for a sensor measurement.

uint32 dimensions # The number of independent measurements represented by the covariance matrix.
float64[] covariance # The covariance matrix in row-major order.

0 comments on commit 87f7e25

Please sign in to comment.