how to set teb obstacle_association parameters

asked 2020-07-15 01:22:17 -0600

942951641@qq.com gravatar image

updated 2022-01-22 16:10:40 -0600

Evgeny gravatar image

hi,

I am tuning teb_local_planner with melodic version.

I am confusing for new obstacle assosciation parameters,

footprint_model:
  type: circular
  radius: 0.3
min_obstacle_dist: 0.15 

legacy_obstacle_association: false
obstacle_association_force_inclusion_factor: 2
obstacle_association_cutoff_factor: 5

Q1: For a circle footprint model, Does the min_obstacle_dist include base radius?

Q2: For new version obstacle association strategy when legacy_obstacle_association is false, how to understand it? cutoff_fator param should be larger than force_inclusion_factor? when robot faces obstacle , teb might produce a path, cross obstacle and unknow map area, this scene planned path is invalid to achieve, but teb try to arrive there.

rviz images

edit retag flag offensive close merge delete