forked from stonier/ueye_cam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
47 lines (38 loc) · 1.37 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
45
46
47
<package format="3">
<name>ueye_cam</name>
<version>2.0.0</version>
<description>
A ROS node that wraps the driver API for UEye cameras
by IDS Imaging Development Systems GMBH.
</description>
<maintainer email="[email protected]">Anqi Xu</maintainer>
<license>BSD</license>
<author email="[email protected]">Anqi Xu</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>libtclap-dev</build_depend>
<depend>action_msgs</depend>
<depend>builtin_interfaces</depend>
<depend>camera_calibration_parsers</depend>
<depend>camera_info_manager</depend>
<depend>image_transport</depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>rclcpp_action</depend>
<depend>rclcpp_lifecycle</depend>
<depend>rcl_interfaces</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>
<exec_depend>ament_index_python</exec_depend>
<exec_depend>launch</exec_depend>
<exec_depend>launch_ros</exec_depend>
<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>action_msgs</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>