added needed dependencies because or recent changes in ROS

This commit is contained in:
Andreas Antener 2015-01-16 12:10:33 +01:00 committed by Thomas Gubler
parent ac76cdbc37
commit 18b4e15836
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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