From 8a584be530cd13a2b56d7a2ff978316a72814d38 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Tue, 24 Mar 2015 14:55:17 -0700 Subject: Fix missing dependencies --- Tools/ros/px4_ros_installation_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools') diff --git a/Tools/ros/px4_ros_installation_ubuntu.sh b/Tools/ros/px4_ros_installation_ubuntu.sh index 7efc400cd..b65df8dce 100755 --- a/Tools/ros/px4_ros_installation_ubuntu.sh +++ b/Tools/ros/px4_ros_installation_ubuntu.sh @@ -27,7 +27,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 ros-indigo-joy +sudo apt-get -y install ros-indigo-octomap-msgs ros-indigo-joy ros-indigo-mavros ros-indigo-mavros-extras ## drcsim setup (for models) ### add osrf repository -- cgit v1.2.3