An open API service indexing awesome lists of open source software.

https://github.com/sl-l/particle-filter-tests

A pygame representation of beacon-based robot localization via a particle filter and a C implementation of a particle filter for embedded
https://github.com/sl-l/particle-filter-tests

beacons c embedded localization multilateration python3 python313 robotics

Last synced: 3 months ago
JSON representation

A pygame representation of beacon-based robot localization via a particle filter and a C implementation of a particle filter for embedded

Awesome Lists containing this project

README

          

## File description

- The file `graphics.py` is a simple pygame representation of the problem of calculating a robot's position using beacons
- `particle_filter.c` is a C implementation of a particle filter that uses RSSI measurements to calculate the robot's position

## Notes
- `graphics.py` doesn't use `particle_filter.c`
- `graphics.py` is mean't for conceptual analysis
- The main() function in `particle_filter.c` is a usage example
- The particle filter implementation in `particle_filter.c` is meant for embedded

## TO-DO
### Priority
- Test and benchmark the particle filter implementation on a nRF5340's app core
- Properly document usage of the implementation

### If there's time
- Add a comfortable way of changing sim setting on `graphics.py`