<remap from="camera_info" to="/camera/depth/camera_info"/>
<param name="output_frame_id" value="/scan" />
</node>
-
- <param name="robot_description" command="$(find xacro)/xacro.py $(find arm)/urdf/arm.urdf.xacro" />
- <node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
</launch>
obstacle_range: 2.5
raytrace_range: 3.0
-#footprint: [[x0, y0], [x1, y1], ... [xn, yn]]
-robot_radius: 0.15
+footprint: [ [0.22, 0.11], [-0.08, 0.11], [-0.08, -0.11], [0.22, -0.11] ]
+#robot_radius: 0.15
inflation_radius: 0.55
+transform_tolerance: 0.5
-observation_sources: laser_scan_sensor
+obstacle_layer:
+ observation_sources: laser_scan_sensor
laser_scan_sensor: {sensor_frame: scan, data_type: LaserScan, topic: scan, marking: true, clearing: true}
robot_base_frame: base_link
update_frequency: 5.0
static_map: true
+ plugins:
+ - {name: static_layer, type: 'costmap_2d::StaticLayer'}
+ - {name: obstacle_layer, type: 'costmap_2d::ObstacleLayer'}
+ - {name: inflation_layer, type: 'costmap_2d::InflationLayer'}
width: 6.0
height: 6.0
resolution: 0.05
+ plugins:
+ - {name: obstacle_layer, type: 'costmap_2d::ObstacleLayer'}
+ - {name: inflation_layer, type: 'costmap_2d::InflationLayer'}
<rosparam file="$(find arm)/config/local_costmap_params.yaml" command="load" />
<rosparam file="$(find arm)/config/base_local_planner_params.yaml" command="load" />
</node>
+
+ <param name="robot_description" command="$(find xacro)/xacro.py $(find arm)/urdf/arm.urdf.xacro" />
+ <node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
</launch>