base_local_planner_params.yaml 541 B

1234567891011121314151617181920212223
  1. TrajectoryPlannerROS:
  2. #Independent settings for the local costmap
  3. transform_tolerance: 0.3
  4. sim_time: 1.7
  5. sim_granularity: 0.025
  6. dwa: true
  7. vx_samples: 3
  8. vtheta_samples: 20
  9. max_vel_x: 0.65
  10. min_vel_x: 0.1
  11. max_rotational_vel: 1.0
  12. min_in_place_rotational_vel: 0.4
  13. xy_goal_tolerance: 0.4
  14. yaw_goal_tolerance: 0.05
  15. goal_distance_bias: 0.8
  16. path_distance_bias: 0.6
  17. occdist_scale: 0.01
  18. heading_lookahead: 0.325
  19. oscillation_reset_dist: 0.05
  20. holonomic_robot: true
  21. acc_lim_th: 3.2
  22. acc_lim_x: 2.5
  23. acc_lim_y: 2.5