Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaffarell/environment-mapping

Maps surrounding space with an ultrasonic sensor
https://github.com/kaffarell/environment-mapping

Last synced: 20 days ago
JSON representation

Maps surrounding space with an ultrasonic sensor

Awesome Lists containing this project

README

        

# environment-mapping
Maps the surrounding space with an ultrasonic sensor and a rotary encoder.
Currently the range is up to 4 meter and there is only horizontal pivoting.

## Todo:
* [x] Rotary Encoder driver code
* [ ] Ultrasonic sensor driver code
* [x] Server to receive data (rocket.rs)
* [ ] Implement Visualization (OpenGL - kiss3d)
* [ ] Motor instead of rotary encoder
* [ ] Vertical Pivoting