Skip to content

Conversation

@shellixyz
Copy link
Collaborator

No description provided.

if (STATE(FIXED_WING)) {
// For airplanes turn assistant is always required when controlling position
return (currentState & NAV_CTL_POS);
return (currentState & (NAV_CTL_POS | NAV_CTL_ALT));
Copy link
Member

Choose a reason for hiding this comment

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

Why is this necessary?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think it would be better for planes/wings. When trying to maintain altitude it is required to coordinate roll/pitch/yaw. It is not strictly necessary but it would probably give better experience "out of the box" meaning without the user enabling it manually.

@fiam fiam added this to the 2.0 milestone Jun 25, 2018
@fiam fiam merged commit 53110d0 into iNavFlight:development Jun 27, 2018
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.

3 participants