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

This PR is meant to fix issue [#348](https://github.com/rst-tu-dortmund/teb_local_planner/issues/348) . I have tested, it works. Please do not mind the first two commits.

Hi! Is there currently an option to have a rolling window to check for the closest via points? I know the pruneGlobalPlan function discards all previous poses where the robot...

Hi TEB team, thank you for your exceptional software! I am currently trying to move our robotics stack from Melodic to Noetic. But when I build my project with the...

Does teb_local_Planner need costmap_converter package to work properly? I tried following the Tutorials to get teb_local_plalnner to work for turtlebot3 but it didnt work, teb_local_planner couldnt find feasible paths to...

- Uncommented both tests in CMake. - Rearrange the HomotopyClass test to check if the goal has been reached instead of running it forever.

I think there is some design issue with `ProbRoadmapGraph::createGraph`. The point of the function is to generate random paths to maximize the chances for teb to find a good path,...

You can see clearly that the poses generated by TEB local planner does not seem to care about the footprint of my robot. ![Screenshot from 2022-02-08 13-37-41](https://user-images.githubusercontent.com/40602206/153001138-c60834b8-d672-44f8-be10-00ad9b861959.png) ![Screenshot from 2022-02-08...

When the max_number_classes is reached, the HCPlanning stops searching for new alternatives. This may lead to suboptimal results like shown below: ![suboptimal_teb](https://user-images.githubusercontent.com/8997639/152542239-b2ff03a5-e1cb-44ca-aba9-6705cc41d98d.gif) Should the HCPlanner not remain searching for better...

- I followed the authentic tutorial mainly and I tried the [slam and navigation simulation tutorial](https://navigation.ros.org/tutorials/docs/navigation2_with_slam.html) this can run properly. ``` ros2 launch nav2_bringup tb3_simulation_launch.py slam:=True ``` - **environment** I...

I have a global path and want the local plan to follow this path. Is it possible to do this using the teb_local_planner?