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

store operator ID in parameters #135

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BluemarkInnovations
Copy link
Contributor

This PR saves the operatorID and type to the parameters. This information is mostly static.

Benefits:

  • saves bandwidth as the GCS does not need to stream operatorID data to the flight controller
  • allows setting the operatorID in parameters without the need to stream this data
  • in case the connection to GCS would fail, the values in the parameters can be used.

Limitations:

  • once an operatorID is set, it will be broadcast even if the user does not stream it. The only way to solve this would be to set it to empty value in the parameters.

@amilcarlucas
Copy link

Makes a lot of sense to me in Europe.

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

Successfully merging this pull request may close these issues.

2 participants