-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
23 lines (19 loc) · 937 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
<?xml version="1.0"?>
<package format="3">
<name>dvrk_python</name>
<version>2.3.0</version>
<description>dVRK Python client</description>
<maintainer email="[email protected]">Anton Deguet</maintainer>
<maintainer email="[email protected]">Adnan Munawar</maintainer>
<license>MIT</license>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<build_depend condition="$ROS_VERSION == 1">rospy</build_depend>
<exec_depend condition="$ROS_VERSION == 1">rospy</exec_depend>
<exec_depend condition="$ROS_VERSION == 1">crtk_python_client</exec_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake_python</buildtool_depend>
<depend condition="$ROS_VERSION == 2">crtk_python_client</depend>
<export>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>