Skip to content

Commit e4562a6

Browse files
Timplecorot
authored andcommitted
Remove unused dependency on
1 parent ca0d682 commit e4562a6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

teb_local_planner/package.xml

+6-7
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
<name>teb_local_planner</name>
44

55
<version>0.9.1</version>
6-
6+
77
<description>
88
The teb_local_planner package implements a plugin
99
to the base_local_planner of the 2D navigation stack.
1010
The underlying method called Timed Elastic Band locally optimizes
1111
the robot's trajectory with respect to trajectory execution time,
12-
separation from obstacles and compliance with kinodynamic constraints at runtime.
12+
separation from obstacles and compliance with kinodynamic constraints at runtime.
1313
</description>
14-
14+
1515
<maintainer email="christoph.roesmann@tu-dortmund.de">Christoph Rösmann</maintainer>
1616

1717
<license>BSD</license>
1818

1919
<url type="website">http://wiki.ros.org/teb_local_planner</url>
2020

2121
<author email="christoph.roesmann@tu-dortmund.de">Christoph Rösmann</author>
22-
22+
2323
<buildtool_depend>ament_cmake</buildtool_depend>
24-
24+
2525
<depend>costmap_converter</depend>
2626
<depend>costmap_converter_msgs</depend>
2727

@@ -42,8 +42,7 @@
4242
<depend>tf2_eigen</depend>
4343
<depend>visualization_msgs</depend>
4444
<depend>builtin_interfaces</depend>
45-
<exec_depend>nav2_bringup</exec_depend>
46-
45+
4746
<test_depend>ament_cmake_gtest</test_depend>
4847

4948
<export>

0 commit comments

Comments
 (0)