From b03eb6863c76c82aadab09d9b137bbe5e29ebf4b Mon Sep 17 00:00:00 2001 From: Fernando Cladera Date: Thu, 25 Jan 2024 16:40:37 -0500 Subject: [PATCH] Add simple instructions to build repo in README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index fdf449a..cccf18b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,23 @@ Here are all the submodules needed for the stack. [](https://www.youtube.com/watch?v=jcPOVRsdUhU) +## How to run the code? +We provide Docker images that can be used to run this code: +``` +# Clone and run the master docker image +git clone https://github.com/KumarRobotics/dcist_master.git +cd dcist_master +./run.bash dcist-master + +# Clone the repo and build +cd user_ws +mkdir src +git clone --recursive -j8 https://github.com/KumarRobotics/spomp-system.git src/spomp-system +catkin config --extend ~/dcist_ws/devel && catkin build -DCMAKE_BUILD_TYPE=Release +``` + +Launch files for air and ground robots can be found inside `semantics_manager`. + ## Main modules - [semantics_manager](http://github.com/KumarRobotics/semantics_manager): Starting point for launch files and configuration management