Skip to content

Instantly share code, notes, and snippets.

View evenator's full-sized avatar

Ed Venator evenator

View GitHub Profile
if [ -e ~/ros_buildfarm_ws ] ; then
rm -rf ~/ros_buildfarm_ws
fi
mkdir ~/ros_buildfarm_ws && cd ~/ros_buildfarm_ws
virtualenv venv
. ./venv/bin/activate
git clone https://github.com/ros-infrastructure/ros_buildfarm.git
cd ros_buildfarm
python setup.py install