-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.xml
31 lines (28 loc) · 948 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
31
<?xml version="1.0"?>
<package format="2">
<name>multicam_calibration</name>
<version>0.0.0</version>
<description>package for camera calibration</description>
<maintainer email="[email protected]">Bernd Pfrommer</maintainer>
<license>Apache-2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>catkin_simple</buildtool_depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<depend>apriltag_msgs</depend>
<depend>apriltag_ros</depend>
<depend>cv_bridge</depend>
<depend>image_transport</depend>
<depend>nodelet</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>roscpp</depend>
<depend>rosbag</depend>
<depend>eigen_conversions</depend>
<depend>tf2_ros</depend>
<depend>libceres-dev</depend>
<export>
<nodelet plugin="${prefix}/nodelet_plugin.xml"/>
</export>
</package>