# teb_local_planner **Repository Path**: ZJRLMirrors/teb_local_planner ## Basic Information - **Project Name**: teb_local_planner - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: indigo-backport - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README teb_local_planner ROS Package ============================= The teb_local_planner 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. Refer to http://wiki.ros.org/teb_local_planner for more information and tutorials. Build status of the *indigo-devel* branch: - ROS Buildfarm: [![Inidgo Build Status](http://build.ros.org/buildStatus/icon?job=Idev__teb_local_planner__ubuntu_trusty_amd64)](http://build.ros.org/job/Idev__teb_local_planner__ubuntu_trusty_amd64/) - Travis: [![Build Status](https://travis-ci.org/rst-tu-dortmund/teb_local_planner.svg?branch=indigo-devel)](https://travis-ci.org/rst-tu-dortmund/teb_local_planner) ### Papers Describing the Approach - Rösmann C., Feiten W., Wösch T., Hoffmann F. and Bertram. T.: Trajectory modification considering dynamic constraints of autonomous robots. Proc. 7th German Conference on Robotics, Germany, Munich, May 2012, pp 74–79. - Rösmann C., Feiten W., Wösch T., Hoffmann F. and Bertram. T.: Efficient trajectory optimization using a sparse model. Proc. IEEE European Conference on Mobile Robots, Spain, Barcelona, Sept. 2013, pp. 138–143. - Rösmann C., Hoffmann F. and Bertram. T.: Planning of Multiple Robot Trajectories in Distinctive Topologies, Proc. IEEE European Conference on Mobile Robots, UK, Lincoln, Sept. 2015. ### Videos The left of the following videos presents features of the package and shows examples from simulation and real robot situations. Some spoken explanations are included in the audio track of the video. The right one demonstrates features introduced in version 0.2 (supporting car-like robots and costmap conversion). Please watch the left one first. teb_local_planner - An Optimal Trajectory Planner for Mobile Robots teb_local_planner - Car-like Robots and Costmap Conversion ### License The *teb_local_planner* package is licensed under the BSD license. It depends on other ROS packages, which are listed in the package.xml. They are also BSD licensed. Some third-party dependencies are included that are licensed under different terms: - *Eigen*, MPL2 license, http://eigen.tuxfamily.org - *libg2o* / *g2o* itself is licensed under BSD, but the enabled *csparse_extension* is licensed under LGPL3+, https://github.com/RainerKuemmerle/g2o. [*CSparse*](http://www.cise.ufl.edu/research/sparse/CSparse/) is included as part of the *SuiteSparse* collection, http://www.suitesparse.com. - *Boost*, Boost Software License, http://www.boost.org All packages included are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the licenses for more details. ### Requirements Install dependencies (listed in the *package.xml* and *CMakeLists.txt* file) using *rosdep*: rosdep install teb_local_planner