forked from RobotWebTools/tf2_web_republisher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
28 lines (23 loc) · 911 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
26
27
<package>
<name>tf2_web_republisher</name>
<version>0.0.1</version>
<description>
This package republishes throttled and quantized tf messages to be transmitted to a ros-bridge web-client
</description>
<author email="[email protected]">Julius Kammer</author>
<maintainer email="[email protected]">Julius Kammerl</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>tf</build_depend>
<build_depend>tf2_ros</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>actionlib_msgs</build_depend>
<run_depend>tf</run_depend>
<run_depend>tf2_ros</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>actionlib_msgs</run_depend>
</package>