- The file
graphics.pyis a simple pygame representation of the problem of calculating a robot's position using beacons particle_filter.cis a C implementation of a particle filter that uses RSSI measurements to calculate the robot's position
graphics.pydoesn't useparticle_filter.cgraphics.pyis mean't for conceptual analysis- The main() function in
particle_filter.cis a usage example - The particle filter implementation in
particle_filter.cis meant for embedded
- Test and benchmark the particle filter implementation on a nRF5340's app core
- Properly document usage of the implementation
- Add a comfortable way of changing sim setting on
graphics.py