Wiki

  Documentation Status

Cannot load information on name: range_sensor_layer, distro: electric, which means that it is not yet in our index. Please see this page for information on how to submit your repository to our index.
Cannot load information on name: range_sensor_layer, distro: fuerte, which means that it is not yet in our index. Please see this page for information on how to submit your repository to our index.
Cannot load information on name: range_sensor_layer, distro: groovy, which means that it is not yet in our index. Please see this page for information on how to submit your repository to our index.

Package Summary

Released No API documentation

range_sensor_layer

  • Maintainer: David V. Lu!! <davidvlu AT gmail DOT com>
  • Author: David!!
  • License: BSD
navigation_layers: range_sensor_layer | social_navigation_layers

Package Summary

Released Continuous integration Documented

Navigation Layer for Range sensors like sonar and IR

Cannot load information on name: range_sensor_layer, distro: lunar, which means that it is not yet in our index. Please see this page for information on how to submit your repository to our index.

Overview

The range_sensor_layer is a plugin for the LayeredCostmap in costmap_2d, that uses the sensor_msgs/Range message. It is intended for use with sonar and infrared data.

The Range messages are integrated into the costmap by using a probabilistic model.

Cells with a probability higher than the mark_threshold are marked as lethal obstacles in the master costmap. Cells with a probability lower than the clear_threshold are marked as free space in the master costmap.

API

Subscribed Topics

"topics" (sensor_msgs/Range)

Parameters

ns (string, default: "") topics (Array of strings, default: ['/sonar']) no_readings_timeout (double, default: 0.0) clear_threshold (double, default: .2) mark_threshold (double, default: .8) clear_on_max_reading (bool, default: false)

Usage

This layer can be used by adding the following values to the plugins parameter in your costmap.

      - {name: sonar,   type: "range_sensor_layer::RangeSensorLayer"}

Wiki: range_sensor_layer (last edited 2016-12-07 19:09:03 by IsaacSaito)