Advertisement
Guest User

local costmap

a guest
Nov 12th, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.29 KB | None | 0 0
  1. local_costmap:
  2.   global_frame: map
  3. #  robot_base_frame: base_footprint
  4. #  added as a parameter in .launch file
  5.  
  6.   update_frequency: 30.0
  7.   publish_frequency: 30.0
  8.   transform_tolerance: 0.5
  9.  
  10.   static_map: false  
  11.   rolling_window: true
  12.   width: 3
  13.   height: 3
  14.   resolution: 0.05
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement