-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update message definitions Wed Jun 26 09:49:26 UTC 2024
- Loading branch information
1 parent
f90685f
commit 9e35651
Showing
5 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
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
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
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
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
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 @@ | ||
uint64 timestamp # time since system start (microseconds) | ||
uint64 timestamp_sample # the timestamp of the raw data (microseconds) | ||
|
||
float32[24] states # Internal filter states | ||
float32[25] states # Internal filter states | ||
uint8 n_states # Number of states effectively used | ||
|
||
float32[23] covariances # Diagonal Elements of Covariance Matrix | ||
float32[24] covariances # Diagonal Elements of Covariance Matrix |