mkdir ~/cvrbot_ws
cd ~/cvrbot_ws
git clone https://github.com/OxyBloom/cvrbot.git ./src/
rosdep update
cd ~/cvrbot_ws
rosdep install --from-paths src -y --ignore-src
cd ~/cvrbot_ws
colcon build
source install/setup.bash
If you don't want to source workspace everytime add to your shell's configuration file for convenience, e.g., ~/.bashrc:
echo "source ~/cvrbot_ws/install/setup.bash" >> ~/.bashrc
source ~/.bashrc