first commit

This commit is contained in:
2026-04-07 09:54:43 +07:00
commit 14fac7843d
5 changed files with 779 additions and 0 deletions

30
package.xml Normal file
View 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>