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

Fix command and video stream #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jfbenckhuijsen
Copy link

Fix the command listener for sticky commands. When a sticky command is present, the video stream halts as the sticky commands are sent too quickly.

ronsmits and others added 2 commits July 5, 2014 21:21
commands. In case a sticky commands is present, the commands are sent to
the drone too quickly. In result, the video stream halts (probably due
to CPU overload on the drone). By sleeping for a bit (10 ms for now,
this is just a guessed value, should be < the timeout off course) we
allow the video stream a large enough gap to get the data through
@jfbenckhuijsen
Copy link
Author

Branched from our maveninzed branch. The fix is in the single commit in this branch

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