From 8e15a5b9d0400707f539703d01f702bee03a10db Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Thu, 22 Jan 2015 15:07:06 +0100 Subject: install script: add missing joy dependency --- Tools/ros/px4_ros_installation_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools/ros') 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 -- cgit v1.2.3