1 Star 0 Fork 12

SiHuaN/ros-porting-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
get-src-from-github.sh 490 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
. base.sh
ROS_REPOS=${OUTPUT}/ros.repos
prepare()
{
if [ ! -f ${ROS_REPOS} ]
then
error_log "Can not find ${ROS_REPOS}, you can use get-repo-list.sh to create it"
exit 1
fi
mkdir -p ${ROS_SRC_BASE}
}
main()
{
prepare
info_log "Start to download ros-pkg."
vcs import ${ROS_SRC_BASE} <${ROS_REPOS}
info_log "Download ok, you can find source packages in ${ROS_SRC_BASE}"
}
main $*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shikann/ros-porting-tools.git
git@gitee.com:shikann/ros-porting-tools.git
shikann
ros-porting-tools
ros-porting-tools
master

搜索帮助