aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-01-22 15:07:06 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-22 15:07:06 +0100
commit8e15a5b9d0400707f539703d01f702bee03a10db (patch)
treec8bfdfb3f4c9f0c5604d5efeace6b634733f1d10
parent67b465d800d03c6e85504b7b3f2fcc5a29497352 (diff)
downloadpx4-firmware-8e15a5b9d0400707f539703d01f702bee03a10db.tar.gz
px4-firmware-8e15a5b9d0400707f539703d01f702bee03a10db.tar.bz2
px4-firmware-8e15a5b9d0400707f539703d01f702bee03a10db.zip
install script: add missing joy dependency
-rwxr-xr-xTools/ros/px4_ros_installation_ubuntu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/ros/px4_ros_installation_ubuntu.sh b/Tools/ros/px4_ros_installation_ubuntu.sh
index 72b4f9468..3b8b29381 100755
--- a/Tools/ros/px4_ros_installation_ubuntu.sh
+++ b/Tools/ros/px4_ros_installation_ubuntu.sh
@@ -26,7 +26,7 @@ echo "source /opt/ros/indigo/setup.bash" >> ~/.bashrc
sudo apt-get -y install python-rosinstall
# additional dependencies
-sudo apt-get -y install ros-indigo-octomap-msgs
+sudo apt-get -y install ros-indigo-octomap-msgs ros-indigo-joy
## drcsim setup (for models)
### add osrf repository