26 lines
900 B
XML
26 lines
900 B
XML
|
<?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>cam_opencv</name>
|
||
|
<version>0.0.1</version>
|
||
|
<description>Using OpenCV to publish UVC camera stream (should be fast?)</description>
|
||
|
<maintainer email="bjoern.ellensohn@gmail.com">bjorn</maintainer>
|
||
|
<license>Apache License 2.0</license>
|
||
|
|
||
|
<test_depend>ament_copyright</test_depend>
|
||
|
<test_depend>ament_flake8</test_depend>
|
||
|
<test_depend>ament_pep257</test_depend>
|
||
|
<test_depend>python3-pytest</test_depend>
|
||
|
|
||
|
<!-- Dependencies -->
|
||
|
<buildtool_depend>ament_python</buildtool_depend>
|
||
|
<build_depend>rclpy</build_depend>
|
||
|
<build_depend>sensor_msgs</build_depend>
|
||
|
<build_depend>cv_bridge</build_depend>
|
||
|
<build_depend>opencv</build_depend>
|
||
|
|
||
|
<export>
|
||
|
<build_type>ament_python</build_type>
|
||
|
</export>
|
||
|
</package>
|