-
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
After uploading a "bad" mission, Bad tones (beeps) happen everytime, even when uploading a good mission #9746
Comments
Something must be wrong with the logic here. https://github.com/PX4/Firmware/blob/master/src/modules/commander/commander.cpp#L2069-L2075 Possibly a previous warning that hasn't been cleared. |
@dagar the tweak we just tried seems to have resolved this issue. Is it worth making a smaller stand-alone PR here in upstream? |
@dagar Did the fix for this make it upstream? |
No, the more thorough fix is here. #9747 |
@dagar the fix for this bug seems like something that should be part of v1.9.0. thoughts? |
still valid issue? |
This isn't fixed in master? |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
Yep, this is fixed in Master. closing. |
When the vehicle rejects a mission the first time we hear the "bad" tones from the autopilot beeper (this is expected). Any subsequent uploads of ANY mission (good or bad) the "bad" tones happen.
This is happening on 1.8.0.
I think has been happening for a long time, but we finally just realized it is 100% repeatable. The way we usually see it is we upload a mission with a landing pattern that is too short and it gets rejected.
The text was updated successfully, but these errors were encountered: