Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 501 Bytes

File metadata and controls

23 lines (17 loc) · 501 Bytes

install

Install files for deployment.

Common usage

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.