Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Fix HelperROT.msg #34

Merged
merged 2 commits into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions msg/HelperROT.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Rate of turn of the ship, negative for CCW turning and positive for CW turning.
# Unit: degrees/hour
float32 rot
# Rate of turn of the ship, negative for CCW (min -126) turning and positive for CW (max +126) turning.
# Special unit: https://documentation.spire.com/ais-fundamentals/understanding-ais-performance-in-high-traffic-zones/
# = int(4.733 * sqrt(degrees/minute))
# -126 and +126 indicate CCW/CW at a rate of up to 708 degrees/minute or higher
# -127 and +127 are special values indicates CCW/CW turning of more than 10 degrees/minute (only used if the reporting
# vessel does not have an external ROT indicator device available)
# -128 means no rot info
int8 rot