加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.xml 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0"?>
<package>
<name>pioneer3at</name>
<version>0.1.0</version>
<description>Pioneer 3AT ROS package with urdf and sample launch files.</description>
<maintainer email="dereck@gmail.com">Dereck Wonnacott</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/</url>
<url type="repository">https://github.com/dawonn/ros-Pioneer3AT</url>
<url type="bugtracker">https://github.com/dawonn/ros-Pioneer3AT/issues</url>
<author email="dereck@gmail.com">Dereck Wonnacott</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>tf</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>nav_msgs</run_depend>
<run_depend>tf</run_depend>
<run_depend>robot_state_publisher</run_depend>
<run_depend>joy</run_depend>
<run_depend>ps3joy</run_depend>
<!-- Strictly speaking, only one is required... -->
<!-- <run_depend>ROSARIA</run_depend> no rosdep rule exists (yet) -->
<!-- <run_depend>p2os</run_depend> no rosdep rule exists (yet) -->
<!-- Strictly speaking, only one is required... -->
<run_depend>sicktoolbox_wrapper</run_depend>
<run_depend>urg_node</run_depend>
<run_depend>amcl</run_depend>
<run_depend>gmapping</run_depend>
<run_depend>move_base</run_depend>
<run_depend>diagnostics</run_depend>
</package>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化