-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.xml
41 lines (35 loc) · 1.75 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0"?>
<?xml-model
href="http://download.ros.org/schema/package_format3.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<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="[email protected]">Mikael Arguedas</maintainer>
<maintainer email="[email protected]">Aaron Blasdel</maintainer>
<maintainer email="[email protected]">Geoffrey Biggs</maintainer>
<maintainer email="[email protected]">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>
<buildtool_depend condition="$ROS_PYTHON_VERSION == 2">python-setuptools</buildtool_depend>
<buildtool_depend condition="$ROS_PYTHON_VERSION == 3">python3-setuptools</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> -->
<exec_depend>rospy</exec_depend>
<exec_depend>rqt_msg</exec_depend>
<exec_depend>rqt_py_common</exec_depend>
<export>
<architecture_independent/>
<rqt_gui plugin="${prefix}/plugin.xml"/>
</export>
</package>