We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/PX4/Firmware/blob/master/src/modules/navigator/mission.cpp#L1541
should here need to add one line like: mission_state.current_seq = _current_mission_index;
The text was updated successfully, but these errors were encountered:
Hi @ToppingXu, could you open a pull request with the change? https://help.github.com/en/articles/creating-a-pull-request
Sorry, something went wrong.
@dagar pull request done.
Fixed by #12468.
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.
Successfully merging a pull request may close this issue.
https://github.com/PX4/Firmware/blob/master/src/modules/navigator/mission.cpp#L1541
should here need to add one line like:
mission_state.current_seq = _current_mission_index;
The text was updated successfully, but these errors were encountered: