-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
autopilot_tester: fix speed factor to fix CI #22811
Conversation
Converted to draft because it's still failing in CI, though not locally. I'm on it. |
Signed-off-by: Silvan Fuhrer <[email protected]>
Signed-off-by: Silvan Fuhrer <[email protected]>
…o account And increase the (simulation time) timeouts. Signed-off-by: Silvan Fuhrer <[email protected]>
bf40626
to
a47c781
Compare
This indeed seems to make the wind SITL test more robust. The other 4 CI failures that happen in this specific PR atm are not related to it. |
@julianoes any chance you could review? |
a47c781
to
2fa8ff9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I'm too late here. Looks good, thanks all!
Solved Problem
MAVSDK VTOL standard wind ramp test failing
Solution
Changelog Entry
For release notes:
There's also other timeouts in autopilot_tester that are meant to be in simulation time but are currently in real time, though the mission end timeout seemed to have been the only one causing issues (prob because the timeouts are set more constraining there then on others that are shorter).