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 followed ROS tutorial on adding teb_local_planner to my move_base. However move_base crashes. **DISPLAYED ERROR** ```bash [ INFO] [1546979791.782741452]: Created local_planner teb_local_planner/TebLocalPlannerROS [ WARN] [1546979791.894919713]: TebLocalPlannerROS() Param Warning: 'alternative_time_cost' is...

fix #89 for different types of holonomic robot changes: 1. use normalized velocity/acceleration/jerk (remove `max_vel_x_backwards` support) 2. add option `omni_type` for different holonomic types 3. move computeError() from `include/teb_local_planner/g2o_types/` to...

Hi, Thanks for this great job. I am testing it with my real robot. I have found that, if the goal is behind the robot, it will move backward and...

Hello, I'm using ros navigtaion stack consist of 'navfn global planner' & 'teb local planner' Robot driving cource and trajectory looks fine, but teb local planner does not trigger "goal...

As can be seen in the video, TEB won't use holonomic capabilities of the robot to properly align the footprint to traverse a narrow passage: https://user-images.githubusercontent.com/322610/169939896-05407148-75d1-40be-b55d-7fc81093139a.mp4 Instead it tries to...

When i use test_optim_node and change footprint model, the TEB sometimes get a terrible result and seem to ignore the footprint (HPC closed).The trajectory is closed to obstacle , even...

Sorry for my poor English. I successfully compiled the TEB package. Then I started to run the package according to the command `~/teb_ws$ roslaunch teb_local_planner test_optim_node`, and the RVIZ window...

Looks like when we strafe we don't update the beginning of the trajectory, and so the look-ahead poses gets behind of the robot: https://user-images.githubusercontent.com/322610/157814372-a72d3f1d-70ca-41e3-9316-3f0a491d49ab.mp4 When moving fw/bw the beginning of...

bug