forked from leokoppel/msckf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
26 lines (24 loc) · 801 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
<?xml version="1.0"?>
<package format="2">
<name>msckf</name>
<version>0.0.1</version>
<description>MSCKF</description>
<maintainer email="[email protected]">Leo Koppel</maintainer>
<license>TODO</license>
<author>[email protected]</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>rostest</build_depend>
<build_depend>message_generation</build_depend>
<depend>roscpp</depend>
<depend>roslib</depend>
<depend>nodelet</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>cv_bridge</depend>
<depend>image_transport</depend>
<export>
<nodelet plugin="${prefix}/nodelets.xml"/>
</export>
</package>