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

Buddy lasing #534

Open
NikolaiVChr opened this issue May 10, 2023 · 1 comment
Open

Buddy lasing #534

NikolaiVChr opened this issue May 10, 2023 · 1 comment

Comments

@NikolaiVChr
Copy link
Owner

There is a delay with emesary, so you cannot just transmit positions, if its a moving target you have to transmit target IDs, if its a random locked place you have to transmit the GPS. And you have to transmit the laser code.

On the receiving end each munition have to have a laser code (which we could cheat and add to MFD). Or we could assign it a random code at startup, and you have have just mess with assigning lasers the right codes.

Then you have to find the target for the transmitted ID, and continously update the bomb (which is running in a seperate thread). This should probably be done from the radar code, as it has the info we need to find the target.

Then the bomb will have to take the GPS or Target it gets and replace its target with that. And decide which laser to follow if there is multiple with same code.

@NikolaiVChr
Copy link
Owner Author

#223 is related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant