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

implement MAV_CMD_NAV_LOITER_TO_ALT and general mission cleanup #4992

Closed
wants to merge 2 commits into from

Conversation

dagar
Copy link
Member

@dagar dagar commented Jul 5, 2016

This PR implements MAV_CMD_NAV_LOITER_TO_ALT and has some general mavlink mission cleanup that I came across while implementing and testing.

The mavlink mission handling had some holes and was difficult to follow and extend so I refactored it to only handle what we actually implement. I can split that off into another PR if desired.

screenshot from 2016-07-05 17-17-38

QGC side: mavlink/qgroundcontrol#3730

@LorenzMeier
Copy link
Member

Looks good from sifting through it. But I need another pass to check line by line.

@dagar
Copy link
Member Author

dagar commented Jul 5, 2016

Some additional testing from other developers might be prudent here. I did a few tests of creating/loading/retrieving random missions and diffed what QGC saved. I didn't test MC or VTOL.

@LorenzMeier
Copy link
Member

@sanderux @Tumbili Can you cross test here?

@dagar
Copy link
Member Author

dagar commented Jul 12, 2016

FYI I've been flying this SITL, HIL, and outside for the past week. Typical FW missions with takeoff, loiter, waypoint, jump, loiter_to_alt, land.

@LorenzMeier
Copy link
Member

That changes things considerably. Let me have another pass.

@LorenzMeier
Copy link
Member

Rebased and applied, thanks!

@dagar dagar deleted the loiter_to_alt branch July 12, 2016 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants