加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.xml 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
Mabel Zhang 提交于 2020-10-15 20:20 . update Open Robotics maintainers
<?xml version="1.0"?>
<package>
<name>rqt_action</name>
<version>0.4.9</version>
<description>rqt_action provides a feature to introspect all available ROS
action (from actionlib) types. By utilizing rqt_msg, the output format is
unified with it and rqt_srv. Note that the actions shown on this plugin
is the ones that are stored on your machine, not on the ROS core your rqt
instance connects to.</description>
<maintainer email="mikael@osrfoundation.org">Mikael Arguedas</maintainer>
<maintainer email="ablasdel@gmail.com">Aaron Blasdel</maintainer>
<maintainer email="geoffrey.biggs@aist.go.jp">Geoffrey Biggs</maintainer>
<maintainer email="mabel@openrobotics.org">Mabel Zhang</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/rqt_action</url>
<url type="repository">https://github.com/ros-visualization/rqt_action</url>
<url type="bugtracker">https://github.com/ros-visualization/rqt_action/issues</url>
<author>Isaac Isao Saito</author>
<buildtool_depend>catkin</buildtool_depend>
<!-- 3/11/2013 (Isaac) run_depend on actionlib will be commented out for now
until rqt_py_common.rosaction gets moved to actionlib. -->
<!-- <run_depend>actionlib</run_depend> -->
<run_depend>rospy</run_depend>
<run_depend>rqt_msg</run_depend>
<run_depend>rqt_py_common</run_depend>
<export>
<architecture_independent/>
<rqt_gui plugin="${prefix}/plugin.xml"/>
</export>
</package>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化