-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.xml
24 lines (18 loc) · 920 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
<?xml version="1.0"?>
<package format="3">
<name>robile_description</name>
<version>1.0.0</version>
<description>Robot descriptions for the KELO ROBILE in form of URDF files and meshes</description>
<maintainer email="[email protected]">Walter Nowak</maintainer>
<maintainer email="[email protected]">Sebastian Blumenthal</maintainer>
<license>LGPL2.1/BSD</license>
<author email="[email protected]">Sushant Chavan</author>
<author email="[email protected]">Dharmin B.</author>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake_auto</buildtool_depend>
<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
<gazebo_ros gazebo_model_path="${prefix}/.." />
</export>
</package>