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

AP_Mission: emit jump count even if no limit #27003

Merged
merged 1 commit into from
May 8, 2024

Conversation

peterbarker
Copy link
Contributor

previously if there was a jump limit we informed the user we were jumping and provided the current count and the limit.

This changes things so that if there's no limit we emit the same message, with the count and "unlimited" in place of the limit number

image

Closes #26802

previously if there was a jump limit we informed the user we were jumping and provided the current count and the limit.

This changes things so that if there's no limit we emit the same message, with the count and "unlimited" in place of the limit number
@rmackay9
Copy link
Contributor

rmackay9 commented May 7, 2024

This resolves issue #26802

Thanks so much!

@tridge tridge merged commit 51dc35f into ArduPilot:master May 8, 2024
91 checks passed
@rmackay9
Copy link
Contributor

rmackay9 commented May 8, 2024

I've marked this for backport although it's not really critical and could wait for 4.6 I think.

@peterbarker peterbarker deleted the pr/jump-unlimited-count branch May 8, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 4.5.5-beta1
Development

Successfully merging this pull request may close these issues.

AP_Mission: Jump send text to user is not displayed for endless jumps
4 participants