-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
31 lines (21 loc) · 1020 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
25
26
27
28
29
30
31
<?xml version="1.0"?>
<package format="3">
<name>tensorflow_cpp</name>
<version>1.0.6</version>
<description>Wrappers around the TensorFlow C++ API for easy usage in ROS</description>
<maintainer email="[email protected]">Lennart Reiher</maintainer>
<license>MIT</license>
<url type="repository">https://github.com/ika-rwth-aachen/tensorflow_cpp</url>
<author email="[email protected]">Lennart Reiher</author>
<author email="[email protected]">Bastian Lampe</author>
<author email="[email protected]">Raphael van Kempen</author>
<build_depend>ros_environment</build_depend>
<!-- ROS2 -->
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<!-- ROS1 -->
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>