Lokalisierungsalgorithmen
Lokalisierungsalgorithmen wie Monte-Carlo-Lokalisierung und Scan-Matching schätzen Ihre Pose in einer bekannten Karte mithilfe von Entfernungssensor- oder Lidar-Messungen. Pose-Graphen erfassen Ihre geschätzten Posen und können auf Basis von Randbedingungen und Schleifenschlüssen (Loop Closures) optimiert werden. Für simultane Lokalisierung und Kartierung siehe SLAM.
Funktionen
Themen
- Compose a Series of Laser Scans with Pose Changes
Use the
matchScansfunction 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.






