base_local_planner_params.yaml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. controller_frequency: 3.0
  2. recovery_behavior_enabled: false
  3. clearing_rotation_allowed: false
  4. TrajectoryPlannerROS:
  5. max_vel_x: 1.0
  6. min_vel_x: -3.0
  7. max_vel_y: 0.0 # zero for a differential drive robot
  8. min_vel_y: 0.0
  9. max_vel_theta: 0.5
  10. min_vel_theta: -0.5
  11. min_in_place_vel_theta: 0.05 # 0.01
  12. escape_vel: -0.2
  13. acc_lim_x: 0.5
  14. acc_lim_y: 0.0 # zero for a differential drive robot
  15. acc_lim_theta: 2.0
  16. holonomic_robot: false
  17. yaw_goal_tolerance: 0.03 # about 0.6 degrees
  18. xy_goal_tolerance: 0.05 # 5 cm
  19. latch_xy_goal_tolerance: false
  20. pdist_scale: 0.8
  21. gdist_scale: 0.2
  22. meter_scoring: true
  23. heading_lookahead: 0.325 #0.325
  24. heading_scoring: true
  25. heading_scoring_timestep: 2.8
  26. occdist_scale: 0.02
  27. oscillation_reset_dist: 0.05
  28. publish_cost_grid_pc: false
  29. prune_plan: true
  30. sim_time: 2.0
  31. sim_granularity: 0.1
  32. angular_sim_granularity: 0.1
  33. vx_samples: 8 # 8
  34. vy_samples: 0 # zero for a differential drive robot
  35. vtheta_samples: 10
  36. dwa: false
  37. simple_attractor: false