- On the host PC create a workspace that we can share with the docker container (Note: Currently the docker container expects this exact workspace
COLCON_WS
name)
export COLCON_WS=~/c3pzero_ws/
mkdir -p $COLCON_WS/src
- Get the repo and install any dependencies:
cd $COLCON_WS/src
git clone https://github.com/MarqRazz/c3pzero.git
vcs import < c3pzero/c3pzero.repos
- Build the colcon workspace with:
colcon build --symlink-install