Only released in EOL distros:  

Package Summary

The crossing_detector package recognize frontiers from a LaserScan

Contents

  1. Overview
  2. Usage

Overview

The crossing_detector package implements a method to recognize a crossing, i.e. a place from where the robot can take clearly distinctive paths. It is part of the Large Maps Framework (LaMa).

The computation is based on a costmap such as those provided by the local_map package, a sensor_msgs/LaserScan message, or a lama_msgs/PlaceProfile message. It is meant to be used in the form of a class instance but two nodes are provided that compute a lama_msgs/Crossing from a lama_msgs/PlaceProfile or a sensor_msgs/LaserScan, respectively, as a service.

The crossing center and radius are computed, as well as the frontiers, i.e. a free space through which the robot can go.

crossing center and radius

frontiers

Usage

Packages lj_costmap and lj_laser use the functionalities provided by the crossing_detector package and can be used as example.

Newly proposed, mistyped, or obsolete package. Could not find package "crossing_detector" in rosdoc: /var/www/docs.ros.org/en/api/crossing_detector/manifest.yaml

Wiki: crossing_detector (last edited 2015-01-05 14:52:38 by GaelEcorchard)