Skip to content

JavaFX app simulating signal strength location with trilateration 🤖

License

Notifications You must be signed in to change notification settings

400-bad-request/InvasionSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invasion Simulator

Description

Invasion Simulator is an educational application created to test and visualize different methods of position determination, based on RSSI. In our application we simulate case when three antennas located in different places, emirate signal picked by the robot. The robot does not know the position of the antennas or its own. Based on the distribution of signals on the board, the robot must decide whether it is located inside the triangle formed by the antenna. The application allows you to visualize the distribution of signal strength in the form of a heat map as well as separate visualization of individual methods.

Initial Creators

Jakub Adamczyk, his GitHub
Piotr Skalski, his GitHub

Take a look

Main Screen

Heat Map

Method 1

Method 2

Project is under MIT License, so feel free to use it ;)