-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
段双达 edited this page Jan 6, 2019
·
1 revision
To install BIRL kitting experiment related packages and dependencies. we recommend using .rosinstall
and requirments.txt
which can help intermediately setup everything!
$ cd ~/your src direction
$ wstool init . # creates an empty .rosinstall file
$ wstool merge https://github.com/birlrobotics/birl_kitting_experiment/blob/master/sdk.rosinstall
$ wstool update # will call git pull on all relevant repo's.
$ wget https://github.com/birlrobotics/smach_based_introspection_framework/blob/master/requirements.txt
$ sudo pip install -r requirments.txt