-
Notifications
You must be signed in to change notification settings - Fork 95
/
package.xml
29 lines (22 loc) · 1.01 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
<?xml version="1.0"?>
<package format="3">
<name>steering_functions</name>
<version>0.3.0</version>
<description>The steering_functions package</description>
<maintainer email="holger.banzhaf@de.bosch.com">Holger Banzhaf</maintainer>
<author email="holger.banzhaf@de.bosch.com">Holger Banzhaf</author>
<license>Apache-2.0</license>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">cmake</buildtool_depend>
<build_depend>ros_environment</build_depend>
<depend>eigen</depend>
<depend condition="$ROS_VERSION == 1">costmap_2d</depend>
<depend condition="$ROS_VERSION == 1">geometry_msgs</depend>
<depend condition="$ROS_VERSION == 1">nav_msgs</depend>
<depend condition="$ROS_VERSION == 1">roscpp</depend>
<depend condition="$ROS_VERSION == 1">tf</depend>
<depend condition="$ROS_VERSION == 1">visualization_msgs</depend>
<export>
<build_type condition="$ROS_VERSION == 2">cmake</build_type>
</export>
</package>