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

Add navCalculatePathToDestination() function #4116

Merged
merged 1 commit into from
Jan 6, 2019

Conversation

fiam
Copy link
Member

@fiam fiam commented Dec 26, 2018

Calculates distance and bearing to the given location in local
coordinate space.

Added navDestinationPath_t, which encapsulates distance and
bearing.

Refactor calculateDistanceToDestination() and
calculateBearingToDestination() a bit to move the calculations to
static functions that can be reused by navCalculatePathTo()

Calculates distance and bearing to the given location in local
coordinate space.

Added navDestinationPath_t, which encapsulates distance and
bearing.

Refactor calculateDistanceToDestination() and
calculateBearingToDestination() a bit to move the calculations to
static functions that can be reused by navCalculatePathTo()
@fiam fiam added this to the 2.1 milestone Dec 26, 2018
@fiam fiam mentioned this pull request Dec 26, 2018
@fiam fiam merged commit 3cf574f into development Jan 6, 2019
@fiam fiam deleted the agh_calculate_path_to_destination branch January 6, 2019 22:08
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.

1 participant