-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.xml
44 lines (35 loc) · 1.86 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
40
41
42
43
44
<?xml version="1.0"?>
<package format="3">
<name>hw_device_mgr</name>
<version>0.2.0</version>
<description>EtherCAT and other hardware device management</description>
<maintainer email="[email protected]">John Morris</maintainer>
<author email="[email protected]">John Morris</author>
<license>BSD</license>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake_python</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">rosidl_default_generators</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<depend>hal_hw_interface</depend>
<depend condition="$ROS_VERSION == 1">rospy</depend>
<!-- <build_export_depend>rclpy</build_export_depend> -->
<exec_depend condition="$ROS_VERSION == 2">rclpy</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">rosidl_default_runtime</exec_depend>
<!-- For `ethercat_utils` -->
<exec_depend>python3-ruamel.yaml</exec_depend>
<exec_depend>python-fysom</exec_depend>
<exec_depend>python3-lxml</exec_depend>
<test_depend condition="$ROS_VERSION == 2">ament_copyright</test_depend>
<test_depend condition="$ROS_VERSION == 2">ament_flake8</test_depend>
<test_depend condition="$ROS_VERSION == 2">ament_pep257</test_depend>
<test_depend condition="$ROS_VERSION == 1">rostest</test_depend>
<test_depend condition="$ROS_VERSION == 1">ros_pytest</test_depend>
<test_depend>python3-pytest</test_depend>
<test_depend>python3-pytest-cov</test_depend>
<test_depend>python3-pytest-mock</test_depend>
<member_of_group condition="$ROS_VERSION == 2">rosidl_interface_packages</member_of_group>
<export>
<!-- ROS2 uses setup.py directly (ROS1 uses `CMakeLists.txt`) -->
<build_type condition="$ROS_VERSION == 2">ament_python</build_type>
</export>
</package>