Install files for deployment.
Create a catkin workspace:
mkdir -p pandora_ws/src
cd pandora_ws/src
Use wstool
to fetch all repos:
wstool init .
wstool merge https://raw.github.com/pandora-auth-ros-pkg/install/indigo-devel/pandora_all.rosinstall
wstool update
NOTE: If you don't have wstool
installed, run sudo apt-get install python-wstool
.
More info here.