Skip to content

Commit

Permalink
reg/drone: remove redundant timestamp in Velocity3Var (#117)
Browse files Browse the repository at this point in the history
Fixes #116
  • Loading branch information
coderkalyan authored May 10, 2021
1 parent 1337b1c commit 0a773b9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See PointState for details.

PointVar.0.1 position
reg.drone.physics.kinematics.translation.Velocity3Var.0.1 velocity
reg.drone.physics.kinematics.translation.Velocity3Var.0.2 velocity

@sealed
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See PointState for details.

PointVar.0.1 position
reg.drone.physics.kinematics.translation.Velocity3Var.0.1 velocity
reg.drone.physics.kinematics.translation.Velocity3Var.0.2 velocity

@sealed
@assert _offset_ == reg.drone.physics.kinematics.cartesian.PointStateVar.0.1._bit_length_
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Linear velocity with covariance.
# Observe that this is a structural subtype of uavcan.si.unit.velocity.Scalar.1.0.

@deprecated

uavcan.si.sample.velocity.Vector3.1.0 value
float16[6] covariance_urt # [(meter/second)^2] Upper-right triangle of the covariance matrix.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Linear velocity with covariance.
# Observe that this is a structural subtype of uavcan.si.unit.velocity.Scalar.1.0.

uavcan.si.unit.velocity.Vector3.1.0 value
float16[6] covariance_urt # [(meter/second)^2] Upper-right triangle of the covariance matrix.

@sealed

0 comments on commit 0a773b9

Please # to comment.