-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reg/drone: remove redundant timestamp in Velocity3Var (#117)
Fixes #116
- Loading branch information
1 parent
1337b1c
commit 0a773b9
Showing
4 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
reg/drone/physics/kinematics/cartesian/PointStateVar.0.1.uavcan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_ |
2 changes: 2 additions & 0 deletions
2
reg/drone/physics/kinematics/translation/Velocity3Var.0.1.uavcan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
reg/drone/physics/kinematics/translation/Velocity3Var.0.2.uavcan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |