Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 386 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 386 Bytes

Particle filter

Example

til

Usage

This repository contains implementation of landmark based particle filter localization. You can run script with:

python run.py [-h] [--width WIDTH] [--height HEIGHT] [--landmarks LANDMARKS] [--particles PARTICLES]
              [--std_position STD_POSITION] [--std_heading STD_HEADING] [--steps STEPS]