加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.xml 777 Bytes
一键复制 编辑 原始数据 按行查看 历史
Karl Kurzer 提交于 2018-02-22 19:24 . added travis ci
<?xml version="1.0"?>
<package>
<name>hybrid_astar</name>
<version>0.0.2</version>
<description>The hybrid_astar package</description>
<maintainer email="kurzer@kth.se">Karl Kurzer</maintainer>
<license>BSD</license>
<author email="kurzer@kth.se">Karl Kurzer</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>tf</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>visualization_msgs</run_depend>
<run_depend>tf</run_depend>
<run_depend>map_server</run_depend>
<export></export>
</package>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化