Main Content
Mapping and Localization
Lidar scan mapping, and particle filter localization
Create maps of environments using occupancy grids and localize using a sampling-based recursive Bayesian estimation algorithm using lidar sensor data from your robot.
Functions
Topics
Mapping
- Occupancy Grids
Details of occupancy grid functionality and map structure.
State Estimation
- 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.