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.
Updated readme & Added new .msg for CAN transceiver / Simulation Inte…
…rface (#28) * - Updated ais_ships, added mock_ais_ships - Added sim_cmd, boat_cmd - Updated readme for above and CAN transceiver * Added md comment for formatting * Update table with new subscribers * Add Can to boat simulator topic --------- Co-authored-by: Devon Friend <[email protected]>
- Loading branch information
Showing
4 changed files
with
32 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Data from the topic /desired_heading | ||
DesiredHeading heading | ||
|
||
# Data from the topic /sail_cmd | ||
SailCmd sail_cmd |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Angle to rotate the trim tab relative to the mailsail | ||
# Unit: degrees, 0° is the neutral position, Increases CW | ||
# Range: -40° <= angle <= 40° | ||
float32 trim_tab_angle_degrees |