You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brian Bingham edited this page Aug 12, 2022
·
16 revisions
Docker Option
If you use the dockwater project to generate a docker development image, use the ooswarm-dev branch which extends main with specific dependencies for this project.
./build.bash oswarm
./run.bash dockwater:oswarm
Setup Workspace
Make workspace
mkdir -p sandwich_ws/src
Clone the optical_swarm repo
cd sandwich_ws/src
git clone git@github.com:Field-Robotics-Lab/optical_swarm.git
Use vcstool to clone the source dependencies. (If not already installed - follow these instructions. )