Algoritmi di localizzazione
Gli algoritmi di localizzazione, come la localizzazione Monte Carlo e lo scan matching, stimano la tua posizione in una mappa nota utilizzando letture di sensori di distanza o LiDAR. I grafici delle pose tengono traccia delle pose stimate e possono essere ottimizzati in base ai vincoli dei bordi e alle chiusure dei loop. Per la localizzazione e la mappatura simultanee, vedere SBATTERE .
Funzioni
Argomenti
- Compose a Series of Laser Scans with Pose Changes
Use the
matchScans
function to compute the pose difference between a series of laser scans. - Minimize Search Range in Grid-based Lidar Scan Matching Using IMU
This example shows how to use an inertial measurement unit (IMU) to minimize the search range of the rotation angle for scan matching algorithms.
- Monte Carlo Localization Algorithm
The Monte Carlo Localization (MCL) algorithm is used to estimate the position and orientation of a robot.
- Particle Filter Workflow
A particle filter is a recursive, Bayesian state estimator that uses discrete particles to approximate the posterior distribution of the estimated state.
- Particle Filter Parameters
To use the
stateEstimatorPF
(Robotics System Toolbox) particle filter, you must specify parameters such as the number of particles, the initial particle location, and the state estimation method.