-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.xml
60 lines (47 loc) · 2.06 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
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>gmsl_ros2</name>
<version>0.1.0</version>
<description>
ROS 2 GMSL camera wrapper built around the GStreamer pipeline
Port of https://github.com/ros-drivers/gscam
</description>
<maintainer email="[email protected]">Ting Chang</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/clydemcqueen/gscam2.git</url>
<url type="bugtracker">https://github.com/clydemcqueen/gscam2/issues</url>
<author email="[email protected]">Jonathan Bohren</author>
<author email="[email protected]">Graylin Trevor Jay</author>
<author email="[email protected]">Christopher Crick</author>
<author email="[email protected]">Clyde McQueen</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<!-- Original gscam didn't / doesn't include copyright headers, ignore for now
<test_depend>ament_cmake_copyright</test_depend>
-->
<!-- Also checks for copyright
<test_depend>ament_cmake_cpplint</test_depend>
-->
<test_depend>ament_cmake_cppcheck</test_depend>
<!-- <test_depend>ament_cmake_flake8</test_depend> -->
<test_depend>ament_cmake_lint_cmake</test_depend>
<test_depend>ament_cmake_pep257</test_depend>
<!-- <test_depend>ament_cmake_uncrustify</test_depend> -->
<test_depend>ament_cmake_xmllint</test_depend>
<depend>camera_calibration_parsers</depend>
<depend>camera_info_manager</depend>
<depend>class_loader</depend>
<depend>cv_bridge</depend>
<depend>libgstreamer1.0-dev</depend>
<depend>libgstreamer-plugins-base1.0-dev</depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>rclpy</depend>
<depend>sensor_msgs</depend>
<depend>image_proc</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>