forked from fa-se/image_to_v4l2loopback_ros2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
27 lines (22 loc) · 1.08 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
<?xml version="1.0"?>
<package format="3">
<name>image_to_v4l2loopback</name>
<version>0.1.0</version>
<description>Publish ROS images into a virtual v4l2 video device</description>
<maintainer email="[email protected]">Lucas Walter</maintainer>
<license>BSD</license>
<url type="website">https://github.com/lucasw/image_to_v4l2loopback</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>ament_cmake_auto</depend> <!-- Optional, for simplifying dependency management -->
<depend>cv_bridge</depend> <!-- Used as <depend> for simplicity, covers build, export, and exec -->
<depend>image_transport</depend>
<depend>rclcpp</depend> <!-- roscpp is replaced by rclcpp in ROS2 -->
<!-- roslint is not a common dependency in ROS2, consider using ament_lint_auto for linting -->
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<test_depend>ament_lint_auto</test_depend> <!-- Optional, for linting -->
<test_depend>ament_lint_common</test_depend> <!-- Optional, common linters -->
<export>
<build_type>ament_cmake</build_type>
</export>
</package>