rst-tu-dortmund / teb_local_planner

An optimal trajectory planner considering distinctive topologies for mobile robots based on Timed-Elastic-Bands (ROS Package)
http://wiki.ros.org/teb_local_planner
BSD 3-Clause "New" or "Revised" License
985 stars 546 forks source link

TEB plan the terrible results without HPC #361

Open Astaxuqichao opened 2 years ago

Astaxuqichao commented 2 years ago

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 it will follow obstacle moving.

My parameters are as follows , and others are default:

min_obstacle_dist: 0.1
enable_homotopy_class_planning: false
footprint_model:
  type: "polygon"
  vertices: [[-0.525, -0.52], [-0.525, 0.52], [0.525, 0.52], [0.525, -0.52]]

Screenshot from 2022-04-07 10-35-00

Peek 2022-04-07 10-42

jcmonteiro commented 2 years ago

I am a little late on this reply, but you need to adjust your optimization parameters. The planner will not, necessarily, work out of the box.