Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6 - Show a hub node which can receive messages and calculate triangulation #5

Open
CJGutz opened this issue May 18, 2023 · 0 comments

Comments

@CJGutz
Copy link
Collaborator

CJGutz commented May 18, 2023

A hub node can be used to calculate the position of the beacon as its position is not used by the drones anyways. In the start it will work similar to the other drones. It will receive messages which is the rows of the table. If the hub node, receives a duplicate of a row, it is ignored. Any number of drones can connect to the hub.

From the table it has access to, it triangulates the positions of possible beacons. This is done by finding the intersections of spheres that are created from the given position of the drones and the calculated distance.

@CJGutz CJGutz changed the title Show a hub node which can receive messages and calculate triangulation 5 - Show a hub node which can receive messages and calculate triangulation May 18, 2023
@CJGutz CJGutz changed the title 5 - Show a hub node which can receive messages and calculate triangulation 6 - Show a hub node which can receive messages and calculate triangulation May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant