Implementation of Simultaneous Localization and Mapping for a four-wheeled robot in Python. The implementation includes:
- Kinematic model
- Motion model
- Measurement model
- Stochastic map update
- Particle filtering The application includes a multiprocessing paradigm to parallel the estimation for each particle.