-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.xml
37 lines (29 loc) · 1.28 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"?>
<package format="3">
<name>message_tf_frame_transformer</name>
<version>1.1.2</version>
<description>Transforms messages of arbitrary type to a different frame using tf2::doTransform</description>
<maintainer email="[email protected]">Lennart Reiher</maintainer>
<author email="[email protected]">Lennart Reiher</author>
<license>MIT</license>
<depend>geometry_msgs</depend>
<depend>ros_environment</depend>
<depend>sensor_msgs</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>tf2_sensor_msgs</depend>
<depend>tf2</depend>
<!-- ROS2 -->
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
<!-- ROS1 -->
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<depend condition="$ROS_VERSION == 1">nodelet</depend>
<depend condition="$ROS_VERSION == 1">roscpp</depend>
<depend condition="$ROS_VERSION == 1">topic_tools</depend>
<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
<nodelet condition="$ROS_VERSION == 1" plugin="${prefix}/nodelet_plugins.xml" />
</export>
</package>