NESTLab / 2122_MultiDroneIndoorSLAM

Code for 21/22 MQP and DRs on Multi Drone Indoor SLAM
0 stars 0 forks source link

Containerized Compilation [WIP] #10

Closed tylerferrara closed 2 years ago

tylerferrara commented 2 years ago

This docker file provides a development environment to test and compile changes to the multi_map_ros package.

For Development

Build the container

$ cd 2122_MultiDroneIndoorSLAM
$ docker build . -t robot

Run the ros node

$ docker run -v $PWD/multi-map_ros:/catkin_ws/src -it robot