-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
46 lines (39 loc) · 1.52 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
42
43
44
45
46
<package>
<name>tf</name>
<version>1.10.6</version>
<description>
tf is a package that lets the user keep track of multiple coordinate
frames over time. tf maintains the relationship between coordinate
frames in a tree structure buffered in time, and lets the user
transform points, vectors, etc between any two coordinate frames at
any desired point in time.
</description>
<author>Tully Foote</author>
<author>Eitan Marder-Eppstein</author>
<author>Wim Meeussen</author>
<maintainer email="[email protected]">Tully Foote</maintainer>
<license>BSD</license>
<url>http://www.ros.org/wiki/tf</url>
<buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>
<build_depend>angles</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>message_filters</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend version_gte="0.4.5">tf2</build_depend>
<build_depend version_gte="0.4.5">tf2_ros</build_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>message_filters</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend version_gte="0.4.5">tf2</run_depend>
<run_depend version_gte="0.4.5">tf2_ros</run_depend>
<export>
<roswtf plugin="tf.tfwtf" />
<rosdoc config="rosdoc.yaml" />
</export>
</package>