This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reusing HelperSpeed and HelperHeading messages instead they will be used for cog and sog added comments to describe the data in HelperAISSHIP
- Loading branch information
Showing
5 changed files
with
7 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
# AIS identifier | ||
int32 id | ||
HelperLatLon lat_lon | ||
HelperCOG cog | ||
HelperSOG sog | ||
# course over ground in degrees from CW from true north | ||
HelperHeading cog | ||
# speed over ground in kmph | ||
HelperSpeed sog | ||
# rate of turn in degrees per hour | ||
HelperROT rot | ||
# dimensions of the boat in meters | ||
HelperDimensions dimensions |
This file was deleted.
Oops, something went wrong.
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,3 +1,2 @@ | ||
# Unit: -126 to 126 ROT AIS scale corresponds to -708 to 708 degrees per min | ||
# ROTAIS = 4.733 * sqrt (rot [degrees/min]) | ||
# Unit: degrees/hour | ||
float32 rot |
This file was deleted.
Oops, something went wrong.