preliminary script to fetch ros repositories

This commit is contained in:
Lukas Bulwahn 2012-12-20 16:54:49 +01:00
parent 872634bb87
commit 22f942c14d
1 changed files with 11 additions and 0 deletions

11
fetch_ros.sh Normal file
View File

@ -0,0 +1,11 @@
git clone git://github.com/wg-debs/catkin-release.git
git clone git://github.com/wg-debs/common_msgs-release.git
git clone git://github.com/wg-debs/gencpp-release.git
git clone git://github.com/wg-debs/genlisp-release.git
git clone git://github.com/wg-debs/genmsg-release.git
git clone git://github.com/wg-debs/genpy-release.git
git clone git://github.com/wg-debs/ros-release.git
git clone git://github.com/wg-debs/ros_comm-release.git
git clone git://github.com/wg-debs/roscpp_core-release.git
git clone git://github.com/wg-debs/rospack-release.git
git clone git://github.com/wg-debs/std_msgs-release.git