aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorAndreas Antener <antener_a@gmx.ch>2015-01-16 12:10:33 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-16 12:16:02 +0100
commit18b4e1583663c3066d8fd4496ce74f2f8bf23103 (patch)
tree8b69243fdd9c6001a2842c0b9abe35e67e44fcd1 /Tools
parentac76cdbc373cd09210ad0d35db91ff08c39cf872 (diff)
downloadpx4-firmware-18b4e1583663c3066d8fd4496ce74f2f8bf23103.tar.gz
px4-firmware-18b4e1583663c3066d8fd4496ce74f2f8bf23103.tar.bz2
px4-firmware-18b4e1583663c3066d8fd4496ce74f2f8bf23103.zip
added needed dependencies because or recent changes in ROS
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/ros/px4_ros_installation_ubuntu.sh4
-rwxr-xr-xTools/ros/px4_workspace_setup.sh8
2 files changed, 11 insertions, 1 deletions
diff --git a/Tools/ros/px4_ros_installation_ubuntu.sh b/Tools/ros/px4_ros_installation_ubuntu.sh
index d83039623..13532049f 100755
--- a/Tools/ros/px4_ros_installation_ubuntu.sh
+++ b/Tools/ros/px4_ros_installation_ubuntu.sh
@@ -23,3 +23,7 @@ source ~/.bashrc
# get rosinstall
sudo apt-get install python-rosinstall
+
+# additional dependencies necessary
+sudo apt-get install ros-indigo-octomap-msgs
+
diff --git a/Tools/ros/px4_workspace_setup.sh b/Tools/ros/px4_workspace_setup.sh
index 233d21671..0a7e1742c 100755
--- a/Tools/ros/px4_workspace_setup.sh
+++ b/Tools/ros/px4_workspace_setup.sh
@@ -15,9 +15,15 @@ cd euroc_simulator
git checkout px4_nodes
cd ..
-# # mav comm
+# mav comm
git clone https://github.com/PX4/mav_comm.git
+# glog catkin
+git clone https://github.com/ethz-asl/glog_catkin.git
+
+# catkin simple
+git clone https://github.com/catkin/catkin_simple.git
+
cd ..
catkin_make