diff --git a/CMakeLists.txt b/CMakeLists.txt index 85a2e94..0a8ec38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" diff --git a/README.md b/README.md index 501bcfa..70ab195 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/msg/BoatCmd.msg b/msg/SailCmd.msg similarity index 100% rename from msg/BoatCmd.msg rename to msg/SailCmd.msg diff --git a/msg/SimCmd.msg b/msg/SimCmd.msg deleted file mode 100644 index 4b2965d..0000000 --- a/msg/SimCmd.msg +++ /dev/null @@ -1 +0,0 @@ -uint8 placeholder 0