roboat_interfaces
- All the Message and Service definitionsroboat_perception
- Nodes gathering information from the environment (GPS, Radio, etc.)
This repository contains a .devcontainer folder which describes the developer environment. This should setup all the dependencies and source the ROS2 environment.
- Git
- Docker Desktop
- VSCode with DevContainer Extension
In the bottom left of VSCode, click on the "Open a Remote Window" button (looks like two arrows pointing to one another). Then click on Reopen in Container. The Dev Container should build and startup.
In order to build the project from the Command Pane, use Tasks: Run Task > colon:build
In order to test the project from the Command Pane, use Tasks: Run Task > colon:test