-
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 Mon Jun 17 19:47:49 UTC 2024
- Loading branch information
1 parent
12d76a5
commit 727aef4
Showing
2 changed files
with
13 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
# This message is used to dump the raw gps communication to the log. | ||
# Set the parameter GPS_DUMP_COMM to 1 to use this. | ||
|
||
uint64 timestamp # time since system start (microseconds) | ||
uint64 timestamp # time since system start (microseconds) | ||
|
||
uint8 instance # Instance of GNSS receiver | ||
|
||
uint8 len # length of data, MSB bit set = message to the gps device, | ||
# clear = message from the device | ||
uint8[79] data # data to write to the log | ||
uint8 instance # Instance of GNSS receiver | ||
uint8 len # length of data, MSB bit set = message to the gps device, | ||
# clear = message from the device | ||
uint8[79] data # data to write to the log | ||
|
||
uint8 ORB_QUEUE_LENGTH = 8 |
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