Skip to content

Latest commit

 

History

History
executable file
·
24 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

executable file
·
24 lines (22 loc) · 1.02 KB

Vortex-ASV

Vortex ASV software. Purpose built for competing in ASV competitions.

Docker

Prerequisites

Building and Running

To build the Docker image (tagged as asv-image:latest) and start a container, execute the following script in this repository:

./entrypoint.sh

Once the container is running, your local workspace is mounted at /ros_ws within the container. This means any changes you make locally are immediately reflected inside the container. Also, if you build inside the container (colcon build), the generated build/, log/, and install/ directories will be stored locally. Your local workspace should follow a standard ROS 2 structure:

ros_ws/
│── build/
│── log/
│── install/
│── src/
│   └── vortex-asv/
│   └── vortex-msgs/

Additional Repositories

This project requires additional repositories, which are listed in the dependencies.repos file, add these to your workspace.