forked from tdenewiler/node_example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
25 lines (22 loc) · 804 Bytes
/
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
<package format="2">
<name>node_example</name>
<version>0.0.1</version>
<description>
Publishers and subscribers that use the parameter server, dynamic
reconfigure, timers, and custom messages. Examples for Python and C++ are
included.
</description>
<author>Thomas Denewiler</author>
<maintainer email="[email protected]">Thomas Denewiler</maintainer>
<license>BSD</license>
<url>https://github.com/tdenewiler/node_example</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<depend>dynamic_reconfigure</depend>
<depend>roscpp</depend>
<depend>rosgraph_msgs</depend>
<depend>rospy</depend>
<depend>std_msgs</depend>
<test_depend>rostest</test_depend>
</package>