aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-01-19 12:04:04 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-19 12:04:04 +0100
commit81215746321756665dfee562615e353c003cedd9 (patch)
tree00184d1f549074bd5ac68fd87fcc93aa49fb54f3
parent4c9cc4175b692c1074a64d16ef02b21dc44594d8 (diff)
parenta5caf1c99be599401379743b675862b0601fed6e (diff)
downloadpx4-firmware-81215746321756665dfee562615e353c003cedd9.tar.gz
px4-firmware-81215746321756665dfee562615e353c003cedd9.tar.bz2
px4-firmware-81215746321756665dfee562615e353c003cedd9.zip
Merge pull request #1665 from AndreasAntener/ros-install-fixes
more ros setup changes
-rwxr-xr-xTools/ros/px4_ros_installation_ubuntu.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/Tools/ros/px4_ros_installation_ubuntu.sh b/Tools/ros/px4_ros_installation_ubuntu.sh
index 5bca6dfc4..72b4f9468 100755
--- a/Tools/ros/px4_ros_installation_ubuntu.sh
+++ b/Tools/ros/px4_ros_installation_ubuntu.sh
@@ -14,7 +14,7 @@ wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | \
## Install main ROS pacakges
sudo apt-get update
-sudo apt-get install ros-indigo-desktop-full
+sudo apt-get -y install ros-indigo-desktop-full
sudo rosdep init
rosdep update
@@ -23,10 +23,10 @@ echo "source /opt/ros/indigo/setup.bash" >> ~/.bashrc
. ~/.bashrc
# get rosinstall
-sudo apt-get install python-rosinstall
+sudo apt-get -y install python-rosinstall
# additional dependencies
-sudo apt-get install ros-indigo-octomap-msgs
+sudo apt-get -y install ros-indigo-octomap-msgs
## drcsim setup (for models)
### add osrf repository
@@ -36,4 +36,5 @@ sudo sh -c 'echo "deb http://packages.osrfoundation.org/drc/ubuntu trusty main"
wget http://packages.osrfoundation.org/drc.key -O - | sudo apt-key add -
### install drcsim
-sudo apt-get install drcsim
+sudo apt-get update
+sudo apt-get -y install drcsim