plugins:
- {name: static_map, type: "costmap_2d::StaticLayer"}
- {name: obstacles, type: "costmap_2d::VoxelLayer"}
publish_frequency: 1.0
obstacles:
observation_sources: base_scan
base_scan: {data_type: LaserScan, sensor_frame: /base_laser_link, clearing: true, marking: true, topic: /base_scan}
plugins:
- {name: static_map, type: "costmap_2d::StaticLayer"}
- {name: base_laser, type: "costmap_2d::ObstacleLayer"}
base_laser:
observation_sources: base_laser
base_laser: {data_type: LaserScan,
sensor_frame: /amigo/base_laser,
topic: /amigo/base_front_laser,
observation_persistence: 0.0,
expected_update_rate: 50.0,
min_obstacle_height: 0,
max_obstacle_height: 2,
inf_is_valid: false,
obstacle_range: 10.0,
marking: true,
clearing: false,
only_recent: true,
ray_trace_range: 10.0}--
You received this message because you are subscribed to the Google Groups "ros-sig-navigation" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ros-sig-navigat...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I am actually referring to http://www.ros.org/browse/details.php?distro=hydro&name=range_sensor_layer which was released in to Hydro as a binary and announced at the same time as the official Indigo release, it was just buried in the release notes. As you can see, there is no documentation yet of how to use it, that's what I was actually wondering about.
I know David is pretty active around these parts, so I thought he or someone else might be able to answer and it would be in a visible place for other folks as well, until the documentation gets added. The other alternative is me digging through the code to figure it out, but I thought it might be faster if one of the devs just had a sample config file.
Thanks again for taking the time to respond though.
Regards,
Matt
Matt
To unsubscribe from this group and stop receiving emails from it, send an email to ros-sig-navigation+unsub...@googlegroups.com.
system_costmap:
plugins:
- {name: obstacles, type: "costmap_2d::ObstacleLayer"}
- {name: ir, type: "range_sensor_layer::RangeSensorLayer"}
...
ir:
topics: ['/ir_fm', '/ir_fl', '/ir_fr']