Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 492 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 492 Bytes

robocomp2

New Robocomp 2.0 framwork

apt update
apt install python3 python3-pip cmake vim git wget -y
pip3 install vcstool colcon-common-extensions
mkdir -p ~/robocomp_ws/src
cd ~/robocomp_ws
wget https://raw.githubusercontent.com/robocomp/robocomp2/main/robocomp.repos
# robocomp dependencies
apt install qtbase5-dev libqt5xmlpatterns5-dev libopenscenegraph-dev libgsl-dev
vcs import src < robocomp.repos
pushd . && cd src/robocomp/robocomp_tools/cli/ && pip install . && popd