-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (22 loc) · 1.02 KB
/
package.xml
File metadata and controls
28 lines (22 loc) · 1.02 KB
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>stomp</name>
<version>0.1.2</version>
<description>This package provides the STOMP (Stochastic Trajectory Optimization for Motion Planning) algorithm that can be used for robot motion planning tasks or other similar optimization tasks</description>
<author>Jorge Nicho</author>
<maintainer email="[email protected]">Jorge Nicho</maintainer>
<license>Apache 2.0</license>
<url type="website">http://wiki.ros.org/stomp</url>
<!-- Following recommendations of REP 136 -->
<buildtool_depend>cmake</buildtool_depend>
<build_depend>ros_industrial_cmake_boilerplate</build_depend>
<build_depend>eigen</build_depend>
<build_export_depend>eigen</build_export_depend>
<depend>libconsole-bridge-dev</depend>
<test_depend>gtest</test_depend>
<export>
<build_type>cmake</build_type>
<rosdoc config="rosdoc.yaml"/>
</export>
</package>