Skip to content

Commit 0a773b9

Browse files
authored
reg/drone: remove redundant timestamp in Velocity3Var (#117)
Fixes #116
1 parent 1337b1c commit 0a773b9

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See PointState for details.
22

33
PointVar.0.1 position
4-
reg.drone.physics.kinematics.translation.Velocity3Var.0.1 velocity
4+
reg.drone.physics.kinematics.translation.Velocity3Var.0.2 velocity
55

66
@sealed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See PointState for details.
22

33
PointVar.0.1 position
4-
reg.drone.physics.kinematics.translation.Velocity3Var.0.1 velocity
4+
reg.drone.physics.kinematics.translation.Velocity3Var.0.2 velocity
55

66
@sealed
77
@assert _offset_ == reg.drone.physics.kinematics.cartesian.PointStateVar.0.1._bit_length_

reg/drone/physics/kinematics/translation/Velocity3Var.0.1.uavcan

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Linear velocity with covariance.
22
# Observe that this is a structural subtype of uavcan.si.unit.velocity.Scalar.1.0.
33

4+
@deprecated
5+
46
uavcan.si.sample.velocity.Vector3.1.0 value
57
float16[6] covariance_urt # [(meter/second)^2] Upper-right triangle of the covariance matrix.
68

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Linear velocity with covariance.
2+
# Observe that this is a structural subtype of uavcan.si.unit.velocity.Scalar.1.0.
3+
4+
uavcan.si.unit.velocity.Vector3.1.0 value
5+
float16[6] covariance_urt # [(meter/second)^2] Upper-right triangle of the covariance matrix.
6+
7+
@sealed

0 commit comments

Comments
 (0)