removed drcsim, set bash as executing shell

This commit is contained in:
Andreas Antener 2015-01-16 18:10:16 +01:00 committed by Thomas Gubler
parent 94091a1ce7
commit 93173190fd
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# run this script from the root of your catkin_ws # run this script from the root of your catkin_ws
source devel/setup.bash source devel/setup.bash
cd src cd src
@ -27,7 +27,6 @@ git clone https://github.com/catkin/catkin_simple.git
# drcsim (for scenery and models) # drcsim (for scenery and models)
hg clone https://bitbucket.org/osrf/osrf-common hg clone https://bitbucket.org/osrf/osrf-common
hg clone https://bitbucket.org/osrf/sandia-hand hg clone https://bitbucket.org/osrf/sandia-hand
hg clone https://bitbucket.org/osrf/drcsim
cd .. cd ..