-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
39 lines (29 loc) · 1.31 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
<?xml version="1.0"?>
<?xml-model
href="http://download.ros.org/schema/package_format3.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ah_ros_barrier</name>
<version>0.0.0</version>
<description>
ROS node for receiving lap time data from the optic barrier using Arrowhead Framework.
</description>
<maintainer email="[email protected]">Jaroslav Klapálek</maintainer>
<license>GPLv3</license>
<author email="[email protected]">Jaroslav Klapálek</author>
<url type="repository">https://github.com/CTU-IIG/ah-ros-barrier</url>
<!-- Build tool. For ROS1 leave this here. -->
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<!-- Packages dependencies. -->
<exec_depend condition="$ROS_VERSION == 1">rospy</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">rclpy</exec_depend>
<exec_depend version_gte="0.4.1">autopsy</exec_depend>
<exec_depend>python-websocket-client</exec_depend>
<exec_depend version_gte="0.2.0">aclpy</exec_depend>
<!-- Any other parameters can be stored here. -->
<export>
<index url="[email protected]/CTU-IIG/ah-ros-barrier.git" />
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_python</build_type>
</export>
</package>