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

Commit

Permalink
Merge branch 'main' into user/colinli02/update_readme_and_can_transce…
Browse files Browse the repository at this point in the history
…iver
  • Loading branch information
colinli02 committed Nov 18, 2023
2 parents 17ff310 + f693350 commit 08275a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ ROS messages and services used across many ROS packages in the project.
| ---------------------- | -------------- | ------------------------ | ------------------------------------------- |
| `ais_ships` | AISShips | CANTransceiverROSIntf | Local Pathfinding, Local Transceiver |
| `mock_ais_ships` | AISShips | Mock AIS | CanSimIntf |
| `batteries` | Batteries | CANTransceiverROSIntf | Local/Remote Transceiver |
| `batteries` | Batteries | CANTransceiverROSIntf | Local Transceiver |
| `boat_cmd` | BoatCmd | Controller | CANTransceiverROSIntf |
| `desired_heading` | DesiredHeading | Local Pathfinding | Controller, Boat Simulator |
| `data_sensors` | GenericSensors | CANTransceiverROSIntf | Local/Remote Transceiver |
| `data_sensors` | GenericSensors | CANTransceiverROSIntf | Local Transceiver |
| `gps` | GPS | CANTransceiverROSIntf | Local Transceiver, Local Pathfinding |
| `mock_gps` | GPS | Boat Simulator | CanSimIntf |
| `gps` | GPS | CANTransceiverROSIntf | Local/Remote Transceiver, Local Pathfinding |
| `local_path_data` | LPathData | Local Pathfinding | Local/Remote Transceiver |
| `local_path_data` | LPathData | Local Pathfinding | Local Transceiver |
| `global_path` | Path | Local/Remote Transceiver | Local Pathfinding |
| `sim_cmd` | SimCmd | CanSimIntf | Simulator |
| `filtered_wind_sensor` | WindSensor | CANTransceiverROSIntf | Local/Remote Transceiver, Local Pathfinding |
| `filtered_wind_sensor` | WindSensor | CANTransceiverROSIntf | Local Transceiver, Local Pathfinding |
| `wind_sensors` | WindSensors | CANTransceiverROSIntf | Local Transceiver |
| `mock_wind_sensors` | WindSensors | Boat Simulator | CanSimIntf |
| `wind_sensors` | WindSensors | CANTransceiverROSIntf | Local/Remote Transceiver |

### Project-wide Internal Interfaces

Expand Down

0 comments on commit 08275a3

Please sign in to comment.