forked from ros/dynamic_reconfigure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
37 lines (31 loc) · 1.31 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>dynamic_reconfigure</name>
<version>1.6.0</version>
<description>
This unary stack contains the dynamic_reconfigure package which provides a means to change
node parameters at any time without having to restart the node.
</description>
<maintainer email="[email protected]">Michael Carroll</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/dynamic_reconfigure</url>
<url type="bugtracker">https://github.com/ros/dynamic_reconfigure/issues</url>
<url type="repository">https://github.com/ros/dynamic_reconfigure</url>
<author>Blaise Gassend</author>
<export>
<rosdoc config="rosdoc.yaml" />
</export>
<buildtool_depend version_gte="0.5.87">catkin</buildtool_depend>
<build_depend>cpp_common</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>roscpp_serialization</build_depend>
<build_depend>rostest</build_depend>
<depend>boost</depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>roslib</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>rosservice</exec_depend>
</package>