Advertisement
Guest User

Untitled

a guest
Jun 19th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. global_costmap:
  2. robot_radius: 0.20 # distance a circular robot should be clear of the obstacle (kobuki: 0.18)
  3. obstacle_layer:
  4. scan:
  5. data_type: LaserScan
  6. topic: scan
  7. marking: true
  8. clearing: true
  9. min_obstacle_height: 0.025 # previous: 0.25, too high for the R200 configuration!
  10. max_obstacle_height: 0.35
  11.  
  12. local_costmap:
  13. robot_radius: 0.18 # distance a circular robot should be clear of the obstacle (kobuki: 0.18)
  14. obstacle_layer:
  15. scan:
  16. data_type: LaserScan
  17. topic: scan
  18. marking: true
  19. clearing: true
  20. min_obstacle_height: 0.25 # previous: 0.25, too high for the R200 configuration!
  21. max_obstacle_height: 0.35
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement