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

core: immediately call new entry #1257

Merged
merged 1 commit into from
Nov 17, 2020
Merged

Conversation

julianoes
Copy link
Collaborator

Instead of waiting for one interval we now call a new call every callback immediately in the first round. This is achieved by setting the initial time to now and subtract the interval.

This should fix the problem where the takeoff and hover test fails due to the vehicle going into failsafe. This happened because the vehicle had not received any heartbeats yet at the time of the takeoff.

Instead of waiting for one interval we now call a new call every
callback immediately in the first round. This is achieved by setting the
initial time to now and subtract the interval.

This should fix the problem where the takeoff and hover test fails due
to the vehicle going into failsafe. This happened because the vehicle
had not received any heartbeats yet at the time of the takeoff.
@JonasVautherin JonasVautherin merged commit 7dc11ce into develop Nov 17, 2020
@JonasVautherin JonasVautherin deleted the pr-fix-takeoff-test branch November 17, 2020 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants