mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
add drcsim to workspace setup script
This commit is contained in:
parent
18b4e15836
commit
dfba2f3cb0
@ -18,12 +18,17 @@ cd ..
|
||||
# mav comm
|
||||
git clone https://github.com/PX4/mav_comm.git
|
||||
|
||||
# glog catkin
|
||||
# glog catkin
|
||||
git clone https://github.com/ethz-asl/glog_catkin.git
|
||||
|
||||
# catkin simple
|
||||
git clone https://github.com/catkin/catkin_simple.git
|
||||
|
||||
# drcsim (for scenery and models)
|
||||
hg clone https://bitbucket.org/osrf/osrf-common
|
||||
hg clone https://bitbucket.org/osrf/sandia-hand
|
||||
hg clone https://bitbucket.org/osrf/drcsim
|
||||
|
||||
cd ..
|
||||
|
||||
catkin_make
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user