맵 작성 및 위치추정
라이다 스캔 맵 작성과 입자 필터 위치추정
점유 그리드를 사용하여 환경 맵을 작성하고 로봇의 라이다 센서 데이터를 사용하는 샘플링 기반의 재귀적 베이즈 추정 알고리즘을 통해 위치를 추정합니다.
함수
도움말 항목
맵 작성
- Occupancy Grids
Details of occupancy grid functionality and map structure.
상태 추정
- Particle Filter Parameters
To use thestateEstimatorPF
particle filter, you must specify parameters such as the number of particles, the initial particle location, and the state estimation method. - 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.