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

Render the guidance node in the adapter and not in the flight planner #2136

Merged
merged 5 commits into from
Apr 17, 2019

Conversation

pleroy
Copy link
Member

@pleroy pleroy commented Apr 14, 2019

Fix #1565.

if (plugin_.HasVessel(vessel_guid) &&
plugin_.FlightPlanExists(vessel_guid)) {
// Here the vessel is known to the plugin and has a flight plan.
//Duplicate.
Copy link
Member

Choose a reason for hiding this comment

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

What is meant by duplicate here?

Badly formatted comment.

Copy link
Member Author

Choose a reason for hiding this comment

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

Clarified.

@eggrobin eggrobin added the LGTM label Apr 17, 2019
@pleroy pleroy merged commit c210223 into mockingbirdnest:master Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switching between vessels does not update maneuver node.
2 participants