teb_local_planner icon indicating copy to clipboard operation
teb_local_planner copied to clipboard

An optimal trajectory planner considering distinctive topologies for mobile robots based on Timed-Elastic-Bands (ROS Package)

Results 138 teb_local_planner issues
Sort by recently updated
recently updated
newest added

I need to build everything from source and having `nav2_bringup` in the `package.xml` adds a lot of unnecessary packages to the build. FYI @SteveMacenski

When I use teb to control robot, it occurs that the local path (red) is very different from global path (green). This only happends when the robot is close to...

when i use teb_local_planner, this has some error sometimes. this prints is [teb_local_planner]: EdgeVelocity::computeError() _error[0]=nan _error[1]=nan. my config is wrong? ![error](https://user-images.githubusercontent.com/48428070/192245819-850c7c84-b765-444e-b657-53c30fae28b5.png)

Hello sir, I am trying to use teb_local_planner for passing though narrow paths efficiently. The planner works fine for broad pathways but when I am trying to pass a Robot:...

This PR fixes the change in API for `calculateMinAndMaxDistances` due to the following PR: https://github.com/ros-planning/navigation2/pull/3875 This PR buils on top of the changes from: https://github.com/rst-tu-dortmund/teb_local_planner/pull/414

![image](https://github.com/rst-tu-dortmund/teb_local_planner/assets/21116216/5458262b-4160-470b-bb20-dde852f0c9dd)

`nav2_bringup` is not used anywhere in the package.

Hello, I am interested in using `teb_local_planner` for controlling an AGV that has a steering mechanism similar to the Ackermann model. However, there's a significant difference: not only the front...