위치추정 알고리즘
몬테카를로 위치추정과 같은 위치추정 알고리즘과 스캔 매칭은 거리 센서 또는 라이다 측정값을 사용하여 알려진 맵에서 자세를 추정합니다. 자세 그래프는 추정된 자세를 추적하며 간선 제약 조건과 루프 폐쇄를 기반으로 최적화될 수 있습니다. 동시적 위치추정 및 지도작성에 대한 내용은 SLAM 항목을 참조하십시오.
함수
도움말 항목
- 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.