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

Allow multiple computers to use map at the same time #8

Open
logbasem opened this issue Aug 23, 2024 · 0 comments
Open

Allow multiple computers to use map at the same time #8

logbasem opened this issue Aug 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request map server

Comments

@logbasem
Copy link

logbasem commented Aug 23, 2024

This involves adding synchronization to the RoverMap backend. This prevents workflow issues during competition when trying to navigate the Rover, allowing for more collaboration during manual events.

To do this:

  • Create a test flask backend separate to the RoverMap backend, with simple states and simple variables, created to be used by multiple people
  • Implement this test backend
  • THEN, figure out a way to allow multiple computers to use the test backend. This will create a good basis for doing the same in RoverMap
@onkoe onkoe changed the title Allow multiple machines to use map Allow multiple computers to use map at the same time Aug 23, 2024
@carsonburnett carsonburnett self-assigned this Oct 24, 2024
@onkoe onkoe added the enhancement New feature or request label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request map server
Projects
None yet
Development

No branches or pull requests

3 participants