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
992 stars 546 forks source link

Error while reading params file #305

Open vimalrajayyappan opened 3 years ago

vimalrajayyappan commented 3 years ago

Following are the parameters I'm using for TEB Local Planner [ROS2 , Foxy version]

The params I'm using are

  plugin: "teb_local_planner::TebLocalPlannerROS"
  footprint_model.type: polygon  
  footprint_model.vertices: [[-0.27, 0.315], [0.27, 0.315], [0.27, -0.315], [-0.27, -0.315]]
  min_obstacle_dist: 0.5
  inflation_dist: 1.0 #0.1
  # costmap_converter_plugin: "costmap_converter::CostmapToPolygonsDBSMCCH"
  costmap_converter_plugin: ""
  costmap_converter_spin_thread: True
  costmap_converter_rate: 15
  enable_homotopy_class_planning: False
  enable_multithreading: True
  optimization_verbose: False
  teb_autoresize: True
  min_samples: 5
  max_samples: 20
  max_global_plan_lookahead_dist: 2.5 #2.0
  visualize_hc_graph: True
  max_vel_x: 1.3 #0.26
  max_vel_theta: 1.0  #1.0
  acc_lim_x: 1.8
  acc_lim_theta: 1.5
  min_turning_radius: 3.0
  transform_tolerance: 0.2
  yaw_goal_tolerance: 0.05 
  xy_goal_tolerance: 0.1

Looking for help. Thanks in advance! :)

vimalrajayyappan commented 3 years ago

Hi team, Please have a look and kindly provide your valuable advise.

Natthawe commented 2 years ago
  footprint_model:
    type: "polygon"
    vertices: "[[-0.27, 0.315], [0.27, 0.315], [0.27, -0.315], [-0.27, -0.315]]"