mkdir ~/cvrbot_ws
cd ~/cvrbot_wsgit clone https://github.com/OxyBloom/cvrbot.git ./src/rosdep update
cd ~/cvrbot_ws
rosdep install --from-paths src -y --ignore-srccd ~/cvrbot_ws
colcon buildsource install/setup.bashIf 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

