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

use NAV_MC_ALT_RAD for MC takeoff check #7380

Merged
merged 2 commits into from
Oct 22, 2017

Conversation

Finwood
Copy link
Contributor

@Finwood Finwood commented Jun 8, 2017

When checking a mission, the takeoff altitude is being checked
against the waypoint acceptance radius to ensure the MAV being
clear from ground before heading to the next waypoint.
However, until now the horizontal acceptance radius was being
used, instead of the altitude reference value.

Targets #7379

When checking a mission, the takeoff altitude is being checked
against the waypoint acceptance radius to ensure the MAV being
clear from ground before heading to the next waypoint.
However, until now the _horizontal_ acceptance radius was being
used, instead of the altitude reference value.

Targets PX4/Firmware/PX4#7379
@Finwood
Copy link
Contributor Author

Finwood commented Jun 8, 2017

This is only a quick-fix for multirotors, I'd be happy to hear opinions and work on the fixed wings as well!


// if a specific acceptance radius has been defined, use that one instead
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tabs instead of spaces. Usually CI complains about this stuff, but I guess it's lenient on comments.

dagar
dagar previously requested changes Jun 9, 2017
Copy link
Member

@dagar dagar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trivial formatting change, but otherwise looks good.
Thanks!

Copy link
Member

@LorenzMeier LorenzMeier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@LorenzMeier LorenzMeier added this to the Release v1.7.0 milestone Jul 9, 2017
@TSC21 TSC21 closed this Aug 16, 2017
@TSC21 TSC21 reopened this Aug 16, 2017
@TSC21
Copy link
Member

TSC21 commented Aug 20, 2017

Jenkins test this please.

@TSC21
Copy link
Member

TSC21 commented Aug 20, 2017

Travis seems to be stuck somewhere...

@dagar dagar self-assigned this Oct 5, 2017
@mrpollo
Copy link
Contributor

mrpollo commented Oct 18, 2017

@dagar please comment

@LorenzMeier LorenzMeier merged commit ba11e0d into PX4:master Oct 22, 2017
@LorenzMeier
Copy link
Member

CI was distracting. Need to stabilise it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants