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

Commit

Permalink
Updated boat_cmd and sail_cmd to combined SailCmd
Browse files Browse the repository at this point in the history
  • Loading branch information
colinli02 committed Nov 19, 2023
1 parent 3ac88b8 commit e94973b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ set(common_msg
# external
"msg/AISShips.msg"
"msg/Batteries.msg"
"msg/BoatCmd.msg"
"msg/DesiredHeading.msg"
"msg/GenericSensors.msg"
"msg/GPS.msg"
"msg/LPathData.msg"
"msg/Path.msg"
"msg/SimCmd.msg"
"msg/SailCmd.msg"
"msg/WindSensor.msg"
"msg/WindSensors.msg"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Formatting reminder:
| `ais_ships` | AISShips | CanTrxRosIntf | Local Pathfinding, Local Transceiver |
| `mock_ais_ships` | AISShips | Mock AIS | CanSimIntf |
| `batteries` | Batteries | CanTrxRosIntf | Local Transceiver |
| `boat_cmd` | BoatCmd | Controller | CanTrxRosIntf |
| `desired_heading` | DesiredHeading | Local Pathfinding | Controller, Boat Simulator |
| `data_sensors` | GenericSensors | CanTrxRosIntf | Local Transceiver |
| `gps` | GPS | CanTrxRosIntf | Local Transceiver, Local Pathfinding |
| `mock_gps` | GPS | Boat Simulator | CanSimIntf |
| `local_path_data` | LPathData | Local Pathfinding | Local Transceiver |
| `global_path` | Path | Local Transceiver | Local Pathfinding |
| `sim_cmd` | SimCmd | CanSimIntf | Simulator |
| `sail_cmd` | SailCmd | Controller | CanTrxRosIntf |
| `sim_sail_cmd` | SailCmd | CanSimIntf | Simulator |
| `filtered_wind_sensor` | WindSensor | CanTrxRosIntf | Local Transceiver, Local Pathfinding |
| `wind_sensors` | WindSensors | CanTrxRosIntf | Local Transceiver |
| `mock_wind_sensors` | WindSensors | Boat Simulator | CanSimIntf |
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion msg/SimCmd.msg

This file was deleted.

0 comments on commit e94973b

Please sign in to comment.