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

ROS2 navigation stack has new behaviors which only update the global path based on time, distance or if it gets invalidated. This means that the path does not include new...

Is there a reason for this branch's edges to not be incorporated in kinetic-devel? I know they are marked as being computationally expensive, but I've found them to be very...

Fix for the issue in https://github.com/rst-tu-dortmund/teb_local_planner/issues/410.

Hello, on archlinux and NixOS we get an error while compiling: `undefined reference to int boost::math::sign(double const&) `. The reason is that in newer boost versions you need to include...

Hello, the machine I'm trying to deploy the TEB planner on has a very slow responsding steering system. There is a considerable delay between command and actual steering actuator movement...

There is a duplicate node created for the costmap converter, as indicated by this warning. ``` [controller_server-15] [WARN] [rcl.logging_rosout]: Publisher already registered for provided node name. If this is due...

In this function TimedElasticBand::initTrajectoryToGoal(const PoseSE2& start, const PoseSE2& goal, double diststep, double max_vel_x, int min_samples, bool guess_backwards_motion) It is written that, TODO: timestep ~ max_vel_x_backwards for backwards motions Could you...

Hi. I am encountering an issue where sometimes teb local planner generates a 360 degree local plan whereas the point to drive is straight ahead. I logged in the set...

Hi, We notice that you are using topic names from ROS parameters at the following locations: https://github.com/rst-tu-dortmund/teb_local_planner/blob/0e839074c3407ff9ee2206a49567a20bd49fd8cc/scripts/visualize_velocity_profile.py#L43 https://github.com/rst-tu-dortmund/teb_local_planner/blob/0e839074c3407ff9ee2206a49567a20bd49fd8cc/scripts/cmd_vel_to_ackermann_drive.py#L56 https://github.com/rst-tu-dortmund/teb_local_planner/blob/0e839074c3407ff9ee2206a49567a20bd49fd8cc/scripts/cmd_vel_to_ackermann_drive.py#L57 For security reasons detailed below, we strongly suggest avoiding the usage...

Hi I might be missing some concepts here, but for 2D car like robot why is the output trajectory has pose with non-zero z values? Thank you