-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.xml
35 lines (28 loc) · 1.19 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
<package>
<name>tf2_web_republisher</name>
<version>0.3.2</version>
<description>Republishing of Selected TFs</description>
<maintainer email="[email protected]">Russell Toris</maintainer>
<author email="[email protected]">Julius Kammer</author>
<license>BSD</license>
<url type="website">http://ros.org/wiki/tf2_web_republisher</url>
<url type="bugtracker">https://github.com/RobotWebTools/tf2_web_republisher/issues</url>
<url type="repository">https://github.com/RobotWebTools/tf2_web_republisher</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>actionlib</build_depend>
<build_depend>actionlib_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>tf2_ros</build_depend>
<build_depend>tf</build_depend>
<build_depend>message_generation</build_depend>
<run_depend>actionlib</run_depend>
<run_depend>actionlib_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>tf2_ros</run_depend>
<run_depend>tf</run_depend>
<run_depend>message_runtime</run_depend>
<test_depend>rospy</test_depend>
<test_depend>rostest</test_depend>
</package>