-
Notifications
You must be signed in to change notification settings - Fork 0
workspace_setup
Brian Bingham edited this page May 24, 2022
·
16 revisions
Make workspace
mkdir -p sandwich_ws/src
Clone the optical_swarm repo
cd sandwich_ws/src
[email protected]:Field-Robotics-Lab/optical_swarm.git
Use vcstool to clone the source dependencies. (If not already installed - follow these instructions. )
vcs import --skip-existing optical_swarm/repos/repos.txt
Build and source
cd ~/sandwich_ws
catkin_make
source devel/setup.bash