-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Mission transfer failed with "Hover and Capture" option set in survey mission. #12546
Comments
I'm pretty sure this is fixed in daily builds. Can you try that? |
Checked on the 4.4.3 appimage and it works fine. Thanks. Didn't see anything about it in the change logs so I assumed it would still be broken. |
Can you verify a daily build as well? |
I was in a rush to get out the door between rain showers and 4.4.3 didn't actually work. I forgot to check the option.
Think its because I'm on 22.04 and not 24.04 |
@HTRamsey Can you look at the appimage thing? |
Re-open for the AppImage problem |
Expected Behavior
The mission should transfer to the copter when the Hover and Capture option is set.
Current Behavior
A pop up appears
System Information
Detailed Description
I checked the .plan file and saw
Looking at the MavLink docs
https://mavlink.io/en/messages/common.html#MAV_CMD_IMAGE_START_CAPTURE
The fourth parameter to command 2000 Image start capture should be 0 or 1.
When I manually change the value to 0 or 1 from null the mission successfully uploads. For the survey mission it should probably be set to 1 though.
The text was updated successfully, but these errors were encountered: