-
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
Disable camera trigger in Return mode #13983
Conversation
I wonder if the reason the original function was not working in some RTL modes is that RTL_TYPE 1 and 2 remain in Mission Mode internally? Will this "unpause" function still work with this new PR? |
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.
I would say that makes sense.
Have you tested it @moreba1?
No , i have not tested it . |
@Antiheavy you might be correct, yes. Would be good if you could verify that this actually works correctly for you @moreba1. |
@moreba1 this is pending testing. |
@julianoes I can not test it. |
@julianoes Could you do a quick SITL test? It looks good to me and it's easy enough to test after I fixed all the triggering logic in SITL. |
No, I can't test it right now but I'm ok if it is merged. |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
can you merge this commit ? i tested it. |
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.
Ok thanks @moreba1, let's merge it once CI passed.
Sorry, I wrote I would merge this but then I forgot about it. I think the feature itself is now covered in PX4-Autopilot/src/modules/navigator/mission.cpp Lines 171 to 191 in 9686c81
I'll close this. If you disagree, let me know! |
#13282