-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
27 lines (24 loc) · 894 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
<?xml version="1.0"?>
<package format="2">
<name>cognex_demo</name>
<version>0.1.0</version>
<description>
This package contains code and configuration files used to simulate a use case for a cognex camera.
</description>
<maintainer email="[email protected]">David Merz, Jr.</maintainer>
<license>Apache 2.0</license>
<author email="[email protected]">David Merz, Jr.</author>
<author email="[email protected]">John Bonnin</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>geometry_msgs</depend>
<depend>industrial_extrinsic_cal</depend>
<depend>pcl_ros</depend>
<depend>ros_opcua_impl_freeopcua</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>target_finder</depend>
<depend>tf2</depend>
<exec_depend>pylon_camera</exec_depend>
<exec_depend>rviz</exec_depend>
<exec_depend>tf2_ros</exec_depend>
</package>