-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
28 lines (23 loc) · 896 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ndi_vision</name>
<version>0.0.1</version>
<description>
<p>PROJECT: Vision Tools for Autonomous NonDestructive Inspection</p>
</description>
<author>Nicholas Pater</author>
<maintainer email="[email protected]">Nicholas Pater (Multidisciplinary Eng Capstone @ Ohio State University)</maintainer>
<license>Apache 2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>pcl_conversions</depend>
<depend>pcl_ros</depend>
<depend>sensor_msgs</depend>
<test_depend>roslaunch</test_depend>
<exec_depend>rqt</exec_depend>
<exec_depend>rviz</exec_depend>
<export>
<architecture_independent/>
</export>
</package>