-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.xml
31 lines (22 loc) · 922 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
29
30
31
<?xml version="1.0"?>
<package format="2">
<name>mpc_planner</name>
<version>0.0.1</version>
<description>Planning trajectories in a local environment with a given road struction.</description>
<maintainer email="[email protected]">Autonomos-Labs, FU Berlin</maintainer>
<license>proprietary</license>
<url type="website">https://www.autonomos-labs.de/</url>
<author email="[email protected]">Autonomos-Labs, FU Berlin</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>autonomos_cmake</depend>
<build_depend>roscpp</build_depend>
<depend>dynamic_reconfigure</depend>
<depend>autonomos_atlas_lib</depend>
<depend>rospy</depend>
<depend>ecl_geometry</depend>
<build_depend>liblapack-dev</build_depend>
<build_depend>libblas-dev</build_depend>
<!-- Only for visualization test now -->
<depend>fub_atlas_publisher</depend>
<depend>nodelet</depend>
</package>