mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 06:40:36 +08:00
added needed dependencies because or recent changes in ROS
This commit is contained in:
committed by
Thomas Gubler
parent
ac76cdbc37
commit
18b4e15836
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user