-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
33 lines (25 loc) · 1.2 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
<?xml version="1.0"?>
<!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- SPDX-FileCopyrightText: Czech Technical University in Prague -->
<package format="3">
<name>camera_info_manager_lib</name>
<version>1.4.0</version>
<description>camera_info_manager API without an active ROS node.</description>
<maintainer email="[email protected]">Martin Pecka</maintainer>
<author email="[email protected]">Martin Pecka</author>
<license file="LICENSE">BSD</license>
<url type="repository">https://github.com/ctu-vras/movie_publisher</url>
<url type="bugtracker">https://github.com/ctu-vras/movie_publisher/issues</url>
<url type="website">https://wiki.ros.org/camera_info_manager_lib</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>camera_calibration_parsers</build_depend>
<exec_depend>camera_calibration_parsers</exec_depend>
<depend>cras_cpp_common</depend>
<test_depend condition="$ROS_PYTHON_VERSION == 2">python-catkin-lint</test_depend>
<test_depend condition="$ROS_PYTHON_VERSION == 3">python3-catkin-lint</test_depend>
<test_depend>roslint</test_depend>
<test_depend>rostest</test_depend>
<export>
<rosdoc config="rosdoc.yaml" />
</export>
</package>