Algorithmes de localisation
Les algorithmes de localisation, comme la localisation Monte Carlo et la correspondance par balayage, estiment votre pose sur une carte connue à l'aide d'un capteur de distance ou de lectures lidar. Les graphiques de pose suivent vos poses estimées et peuvent être optimisés en fonction des contraintes de bord et des fermetures de boucles. Pour la localisation et le mappage simultanés, voir CLAQUER.
Fonctions
Rubriques
- 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.