Advertisement
Guest User

My base_local_planner params

a guest
Nov 23rd, 2011
773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. TrajectoryPlannerROS:
  2. publich_cost_grid_pc: true
  3. global_frame_id: odom
  4.  
  5. # Robot Configuration Parameters
  6. acc_lim_x: 4.5
  7. acc_lim_y: 1.5
  8. acc_lim_th: 2.0
  9. max_vel_x: 10.0
  10. min_vel_x: 0.5
  11. max_rotational_vel: 1.57
  12. min_in_place_rotational_vel: 0.80
  13. escape_vel: -0.2
  14. holonomic_robot: false
  15.  
  16. # Goal Tolerance Parameters
  17. xy_goal_tolerance: 0.5
  18. yaw_goal_tolerance: 0.08
  19. latch_xy_goal_tolerance: true
  20.  
  21. # Forward Simulation Parameters
  22. sim_time: 1.7
  23. sim_granularity: 0.025
  24. vx_samples: 15
  25. vtheta_samples: 20
  26.  
  27. # Trajectory Scoring Parameters
  28. meter_scoring: true
  29. heading_scoring: false
  30. heading_scoring_timestep: 5.0
  31. goal_distance_bias: 0.6
  32. path_distance_bias: 0.5
  33. occdist_scale: .01
  34. heading_lookahead: 0.425
  35. dwa: true
  36.  
  37. # Oscillation Prevention Parameters
  38. oscillation_reset_dist: 0.05
  39.  
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement