base_local_planner_params.yaml 983 B

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