-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (25 loc) · 959 Bytes
/
package.xml
File metadata and controls
28 lines (25 loc) · 959 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
<?xml version="1.0"?>
<package format="2">
<name>convert</name>
<version>0.7.0</version>
<description>convert</description>
<maintainer email="william.talbot97@gmail.com">William Talbot</maintainer>
<license>BSD-3_Clause</license>
<url type="repository">https://github.com/willat343/convert</url>
<author email="william.talbot97@gmail.com">William Talbot</author>
<buildtool_depend>cmake</buildtool_depend>
<!-- Optional Dependencies -->
<exec_depend>eigen</exec_depend>
<exec_depend>foxglove</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>gtsam</exec_depend>
<exec_depend>manif</exec_depend>
<exec_depend>nlohmann_json</exec_depend>
<exec_depend>nav_msgs</exec_depend>
<exec_depend>sensorbox</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>std_msgs</exec_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>