From 0f60965eaecb9f5fe6065290cf3fa52908eb94ac Mon Sep 17 00:00:00 2001 From: Eric Pedley Date: Tue, 10 Oct 2023 16:06:54 -0700 Subject: [PATCH] Add dev container instructions to readme (#30) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4ba93840..768088b1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # UAV Forge's ROS2 package for GN&C and Aerial Imagery Object Detection. +## Dev Container Setup +1. Clone the repo +2. In VSCode, open the command palette and run `rebuild and reopen in dev container` +3. To verify your setup, run `run_tests.sh` ## Usage