-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.xml
More file actions
37 lines (26 loc) · 936 Bytes
/
package.xml
File metadata and controls
37 lines (26 loc) · 936 Bytes
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
34
35
36
37
<?xml version="1.0"?>
<package format="2">
<name>optmap</name>
<version>1.0.0</version>
<description>OptMap: Real-time and flexible LiDAR submap generation using streaming submodular maximization.</description>
<maintainer email="davidthorne@ucla.edu">David Thorne</maintainer>
<maintainer email="nchen@ucla.edu">Nathan Chan</maintainer>
<maintainer email="btlopez@ucla.edu">Brett T. Lopez</maintainer>
<author>David Thorne</author>
<author>Nathan Chan</author>
<author>Brett T. Lopez</author>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>pcl_ros</depend>
<depend>rospy</depend>
<test_depend>rosunit</test_depend>
<export>
</export>
</package>