Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. TrajectoryPlannerROS:
  2. max_vel_x: 1
  3. min_vel_x: 0.1
  4. max_vel_theta: 1.0
  5. min_in_place_vel_theta: 0.4
  6.  
  7. acc_lim_theta: 3.2
  8. acc_lim_x: 2.5
  9. acc_lim_y: 2.5
  10.  
  11. holonomic_robot: false
  12.  
  13. -----
  14.  
  15. obstacle_range: 2.5
  16. raytrace_range: 3.0
  17. footprint: [[0.25,0.25], [-0.25,0.25], [-0.25,-0.25], [0.25, -0.25]]
  18. #robot_radius: ir_of_robot
  19. inflation_radius: 0.55
  20.  
  21. observation_sources: laser
  22.  
  23. laser: {sensor_frame: base_laser_link, data_type: LaserScan, topic: laser, marking: true, clearing: true}
  24.  
  25. -------------
  26. global_costmap:
  27. global_frame: /map
  28. robot_base_frame: base_link
  29. update_frequency: 5.0
  30. static_map: true
  31. -----
  32. local_costmap:
  33. global_frame: map
  34. robot_base_frame: base_link
  35. update_frequency: 5.0
  36. publish_frequency: 2.0
  37. static_map: true
  38. rolling_window: false
  39. width: 6.0
  40. height: 6.0
  41. resolution: 0.05
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement