Show EOL distros:
Package Summary
Leg Detector using a machine learning approach to find leg-like patterns of laser scanner readings.
- Maintainer status: maintained
- Maintainer: David V. Lu!! <davidvlu AT gmail DOT com>
- Author: Caroline Pantofaru
- License: BSD
- Source: git https://github.com/wg-perception/people.git (branch: hydro-devel)
Package Summary
Leg Detector using a machine learning approach to find leg-like patterns of laser scanner readings.
- Maintainer status: maintained
- Maintainer: David V. Lu!! <davidvlu AT gmail DOT com>
- Author: Caroline Pantofaru
- License: BSD
- Source: git https://github.com/wg-perception/people.git (branch: indigo-devel)
Package Summary
Leg Detector using a machine learning approach to find leg-like patterns of laser scanner readings.
- Maintainer status: maintained
- Maintainer: David V. Lu!! <davidvlu AT gmail DOT com>
- Author: Caroline Pantofaru
- License: BSD
- Source: git https://github.com/wg-perception/people.git (branch: indigo-devel)
Package Summary
Leg Detector using a machine learning approach to find leg-like patterns of laser scanner readings.
- Maintainer status: maintained
- Maintainer: David V. Lu!! <davidvlu AT gmail DOT com>
- Author: Caroline Pantofaru
- License: BSD
- Source: git https://github.com/wg-perception/people.git (branch: kinetic)
Package Summary
Leg Detector using a machine learning approach to find leg-like patterns of laser scanner readings.
- Maintainer status: maintained
- Maintainer: David V. Lu!! <davidvlu AT gmail DOT com>
- Author: Caroline Pantofaru
- License: BSD
- Source: git https://github.com/wg-perception/people.git (branch: kinetic)
Package Summary
Leg Detector using a machine learning approach to find leg-like patterns of laser scanner readings.
- Maintainer status: maintained
- Maintainer: David V. Lu!! <davidvlu AT gmail DOT com>
- Author: Caroline Pantofaru
- License: BSD
- Source: git https://github.com/wg-perception/people.git (branch: melodic)
Package Summary
Leg Detector using a machine learning approach to find leg-like patterns of laser scanner readings.
- Maintainer status: maintained
- Maintainer: David V. Lu!! <davidvlu AT gmail DOT com>
- Author: Caroline Pantofaru
- License: BSD
- Source: git https://github.com/wg-perception/people.git (branch: noetic)
Contents
The Leg Detector
This leg detector package takes sensor_msgs/LaserScans as input and uses a machine-learning-trained classifier to detect groups of laser readings as possible legs. Sadly, the training dataset has been lost to Willow Garage history (it wasn't even available before they closed). The code is in the repository for retraining, but is unsupported at this time.
This node will publish people_msgs/PositionMeasurementArrays for the individual legs, and it can also attempt to pair the legs together and publish their average as an estimate of where the center of one person is as a people_msgs/PositionMeasurement. The node will also optionally publish visualization Marker messages to indicate where detections happened.
Possible Usages
There are two ways to use the leg_detector: seeded and unseeded. In the unseeded mode, the only input is the received sensor data. This can provide many false positives, but works in many scenarios.
In the seeded mode, the algorithm will use another source of PositionMeasurement messages to guide the algorithm to possible locations for people. Historically, this has been used with a face detection algorithm that alerts the leg_detector that there is probably a pair of legs underneath. This mode is enabled using the use_seeds parameter.
leg_detector
Subscribed Topics
scan (sensor_msgs/LaserScan)- The laser scan to detect from.
- PositionMeasurements to use as the seeds (see above)
Published Topics
leg_tracker_measurements (people_msgs/PositionMeasurementArray)- Estimates of where legs are
- Estimates of where people are
- Markers where legs and people are
Parameters
use_seeds (boolean, default: false)- Whether or not to require additional seeds
- Groups of connected laser reads must be within this many meters of each other to be considered a group
- Number of points required for a group of laser reads to be considered a group
- Only publishes legs with reliability higher than this limit
- Whether to publish leg_tracker_measurements
- Whether to publish people_tracker_measurements
- Whether to publish legs as visualization markers
- Whether to publish people as visualization markers
- Forget a cluster after this many seconds
- seconds
- x
- x
- Pairs of legs can be at most this far from each other
- Topics are published relative to this frame
- Used to smooth measurements
- Used to smooth measurements
- Used to smooth measurements