markmellors / robostats_mcl

Python implementation of Monte Carlo Localization (Particle Filter)
MIT License
0 stars 1 forks source link

Vectorize particle averaging #18

Closed robberwick closed 4 years ago

robberwick commented 4 years ago

Use numpy vectorize function to improve particle averaging performance

addresses review comments in PR #14