aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xTools/ros/px4_workspace_setup.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/ros/px4_workspace_setup.sh b/Tools/ros/px4_workspace_setup.sh
index 7c8af6e8f..8c50579b6 100755
--- a/Tools/ros/px4_workspace_setup.sh
+++ b/Tools/ros/px4_workspace_setup.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# run this script from the root of your catkin_ws
source devel/setup.bash
cd src
@@ -27,7 +27,6 @@ git clone https://github.com/catkin/catkin_simple.git
# drcsim (for scenery and models)
hg clone https://bitbucket.org/osrf/osrf-common
hg clone https://bitbucket.org/osrf/sandia-hand
-hg clone https://bitbucket.org/osrf/drcsim
cd ..