Skip to content

Commit

Permalink
Make timestamp a top-level field
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Apr 19, 2024
1 parent 6023450 commit 2e30d52
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
3 changes: 2 additions & 1 deletion zubax/primitive/real32/ScalarVarTs.1.0.dsdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ScalarTs.1.0 value
uavcan.time.SynchronizedTimestamp.1.0 timestamp
Scalar.1.0 value
float32 error_variance
@sealed
3 changes: 2 additions & 1 deletion zubax/primitive/real32/Vector2VarTs.1.0.dsdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Vector2Ts.1.0 value
uavcan.time.SynchronizedTimestamp.1.0 timestamp
Vector2.1.0 value
float32[3] covariance_urt # Upper-right triangle of the covariance matrix.
@sealed
3 changes: 2 additions & 1 deletion zubax/primitive/real32/Vector3VarTs.1.0.dsdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Vector3Ts.1.0 value
uavcan.time.SynchronizedTimestamp.1.0 timestamp
Vector3.1.0 value
float32[6] covariance_urt # Upper-right triangle of the covariance matrix.
@sealed
3 changes: 2 additions & 1 deletion zubax/primitive/real32/Vector4VarTs.1.0.dsdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Vector4Ts.1.0 value
uavcan.time.SynchronizedTimestamp.1.0 timestamp
Vector4.1.0 value
float32[10] covariance_urt
# Upper-right triangle of the covariance matrix:
# 0 1 2 3
Expand Down
3 changes: 2 additions & 1 deletion zubax/primitive/real32/Vector5VarTs.1.0.dsdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Vector5Ts.1.0 value
uavcan.time.SynchronizedTimestamp.1.0 timestamp
Vector5.1.0 value
float32[15] covariance_urt
# Upper-right triangle of the covariance matrix:
# 0 1 2 3 4
Expand Down
3 changes: 2 additions & 1 deletion zubax/primitive/real32/Vector6VarTs.1.0.dsdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Vector6Ts.1.0 value
uavcan.time.SynchronizedTimestamp.1.0 timestamp
Vector6.1.0 value
float32[21] covariance_urt
# Upper-right triangle of the covariance matrix:
# 0 1 2 3 4 5
Expand Down
3 changes: 2 additions & 1 deletion zubax/primitive/real32/Vector8VarTs.1.0.dsdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Vector8Ts.1.0 value
uavcan.time.SynchronizedTimestamp.1.0 timestamp
Vector8.1.0 value
float32[36] covariance_urt
# Upper-right triangle of the covariance matrix:
# 0 1 2 3 4 5 6 7
Expand Down
3 changes: 2 additions & 1 deletion zubax/primitive/real32/Vector9VarTs.1.0.dsdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Vector9Ts.1.0 value
uavcan.time.SynchronizedTimestamp.1.0 timestamp
Vector9.1.0 value
float32[45] covariance_urt
# Upper-right triangle of the covariance matrix:
# 0 1 2 3 4 5 6 7 8
Expand Down

0 comments on commit 2e30d52

Please sign in to comment.