Releases: adewinmbi/indoor-navigation
Releases · adewinmbi/indoor-navigation
Functional Prototype
Preview
This release includes all functionality required in the simulation.
Features:
- Simulated LiDAR to map world into system of 2D coordinates
- 3 simulated Bluetooth Low-Energy beacons
- 1 simulated distance sensor
- A* (A star) navigation algorithm which utilizes LiDAR data to navigate
How to Run
Visit https://adewinmbi.github.io/indoor-navigation-website/
Base Simulation
Base Simulation
Intro
This release has a baseline simulation without any navigation algorithms. The walker (object in the center of the camera) has a red rotating lidar sensor and three yellow BLE sensors. The watch (green sphere) is also in the scene. Moving the walker closer and further from walls and the watch updates sensor values.
Features:
- BLE beacon readings in UI
- Lidar map in UI
- Walker movement using arrow keys
To Run
Check the main README to play the lastest version of the project in your web browser.
Otherwise, host a python server in the v1.0 directory after downloading and extracting the folder.