first commit
This commit is contained in:
30
package.xml
Normal file
30
package.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<package>
|
||||
<name>pose_se2</name>
|
||||
|
||||
<version>0.9.1</version>
|
||||
|
||||
<description>
|
||||
The pose_se2 package implements a plugin
|
||||
to the base_local_planner of the 2D navigation stack.
|
||||
The underlying method called Timed Elastic Band locally optimizes
|
||||
the robot's trajectory with respect to trajectory execution time,
|
||||
separation from obstacles and compliance with kinodynamic constraints at runtime.
|
||||
</description>
|
||||
|
||||
|
||||
<maintainer email="christoph.roesmann@tu-dortmund.de">Christoph Rösmann</maintainer>
|
||||
|
||||
<license>BSD</license>
|
||||
|
||||
<url type="website">http://wiki.ros.org/pose_se2</url>
|
||||
|
||||
<author email="christoph.roesmann@tu-dortmund.de">Christoph Rösmann</author>
|
||||
|
||||
<buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>
|
||||
<!-- <build_depend>libg2o</build_depend>
|
||||
<run_depend>libg2o</run_depend> -->
|
||||
<build_depend>robot_geometry_msgs</build_depend>
|
||||
<run_depend>robot_geometry_msgs</run_depend>
|
||||
|
||||
|
||||
</package>
|
||||
Reference in New Issue
Block a user