Difference between revisions of "Local costmap params.yaml"

From wikidb
Jump to: navigation, search
(Created page with "<pre> # http://wiki.ros.org/navigation/Tutorials/RobotSetup section 2.3.1 obstacle_range: 2.5 raytrace_range: 3.0 footprint: [[0.23,0.155], [-0.23,0.155], [-0.23,-0.155], [0.2...")
 
 
Line 1: Line 1:
 
<pre>
 
<pre>
# http://wiki.ros.org/navigation/Tutorials/RobotSetup section 2.3.1
+
# http://wiki.ros.org/navigation/Tutorials/RobotSetup section 2.3.3
obstacle_range: 2.5
+
local_costmap:
raytrace_range: 3.0
+
  global_frame: odom
footprint: [[0.23,0.155], [-0.23,0.155], [-0.23,-0.155], [0.23,-0.155]]
+
  robot_base_frame: base_link
#robot_radius: ir_of_robot
+
  update_frequency: 5.0
inflation_radius: 0.55
+
  publish_frequency: 2.0
 
+
  static_map: false
observation_sources: scan
+
  rolling_window: true
 
+
  width: 6.0
scan: {sensor_frame: laser_link, data_type: LaserScan, topic: /scan, marking: true, clearing: true}
+
  height: 6.0
 +
  resolution: 0.05
 
</pre>
 
</pre>

Latest revision as of 13:35, 23 June 2016

# http://wiki.ros.org/navigation/Tutorials/RobotSetup section 2.3.3
local_costmap:
  global_frame: odom
  robot_base_frame: base_link
  update_frequency: 5.0
  publish_frequency: 2.0
  static_map: false
  rolling_window: true
  width: 6.0
  height: 6.0
  resolution: 0.05