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

Commit

Permalink
Implemented changes from PR review
Browse files Browse the repository at this point in the history
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
SPDonaghy authored Oct 17, 2023
1 parent 0ddf814 commit 7436387
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ set(common_msg
"msg/HelperHeading.msg"
"msg/HelperLatLon.msg"
"msg/HelperSpeed.msg"
"msg/HelperCOG.msg"
"msg/HelperSOG.msg"
"msg/HelperDimensions.msg"
"msg/HelperROT.msg"
)
Expand Down
8 changes: 6 additions & 2 deletions msg/HelperAISShip.msg
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
2 changes: 0 additions & 2 deletions msg/HelperCOG.msg

This file was deleted.

3 changes: 1 addition & 2 deletions msg/HelperROT.msg
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
2 changes: 0 additions & 2 deletions msg/HelperSOG.msg

This file was deleted.

0 comments on commit 7436387

Please sign in to comment.