forked from tier4/ros2_v4l2_camera
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
30 lines (23 loc) · 945 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>v4l2_camera</name>
<version>0.5.0</version>
<description>A ROS 2 camera driver using Video4Linux2</description>
<maintainer email="[email protected]">Sander G. van Dijk</maintainer>
<license>Apache License 2.0</license>
<author>Sander G. van Dijk</author>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<build_depend>rclcpp</build_depend>
<build_depend>rclcpp_components</build_depend>
<exec_depend>rclcpp</exec_depend>
<exec_depend>rclcpp_components</exec_depend>
<depend>sensor_msgs</depend>
<depend>image_transport</depend>
<depend>camera_info_manager</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>