From f693350c8a4de9cfcd0cf30b66fb6962d8f5f0d1 Mon Sep 17 00:00:00 2001 From: Jing <128339540+Jng468@users.noreply.github.com> Date: Sat, 18 Nov 2023 13:16:07 -0800 Subject: [PATCH] Update local transceiver topics (#27) --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f595d8b..7aa70d8 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,16 @@ ROS messages and services used across many ROS packages in the project. | Topic | Type | Publisher | Subscriber(s) | | ---------------------- | -------------- | ------------------------ | ------------------------------------------- | | `ais_ships` | AISShips | AIS Receiver | Local Pathfinding | -| `batteries` | Batteries | CAN Transceiver | Local/Remote Transceiver | +| `batteries` | Batteries | CAN Transceiver | Local Transceiver | | `desired_heading` | DesiredHeading | Local Pathfinding | Controller, Boat Simulator | -| `data_sensors` | GenericSensors | CAN Transceiver | Local/Remote Transceiver | -| `global_path` | Path | Local/Remote Transceiver | Local Pathfinding | -| `gps` | GPS | CAN Transceiver | Local/Remote Transceiver, Local Pathfinding | -| `local_path_data` | LPathData | Local Pathfinding | Local/Remote Transceiver | +| `data_sensors` | GenericSensors | CAN Transceiver | Local Transceiver | +| `global_path` | Path | Local Transceiver | Local Pathfinding | +| `gps` | GPS | CAN Transceiver | Local Transceiver, Local Pathfinding | +| `local_path_data` | LPathData | Local Pathfinding | Local Transceiver | | `mock_gps` | GPS | Boat Simulator | CAN Transceiver | -| `filtered_wind_sensor` | WindSensor | CAN Transceiver | Local/Remote Transceiver, Local Pathfinding | +| `filtered_wind_sensor` | WindSensor | CAN Transceiver | Local Transceiver, Local Pathfinding | | `mock_wind_sensors` | WindSensors | Boat Simulator | CAN Transceiver | -| `wind_sensors` | WindSensors | CAN Transceiver | Local/Remote Transceiver | +| `wind_sensors` | WindSensors | CAN Transceiver | Local Transceiver | ### Project-wide Internal Interfaces