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 HeightMap #7

Open
GoogleCodeExporter opened this issue Jan 12, 2016 · 1 comment
Open

Implement HeightMap #7

GoogleCodeExporter opened this issue Jan 12, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Implement weighted map where weight depends on edge between 2 nodes

Affected components:
WeightedMap.h, HeightPathFinder.cpp

Expected interface of new functionality:
HeightPathFinder(downAlpha, upAlpha)

Possible implementation:
Implemnet HeightPathFinder::GetDistance using dx = (height1-height2)
For example: distance = euclidDist* dx* ( dx>0?alphaUp:alphaDown)

Expected performance:
slower than WeightedPathFinder by 10-20%

Estimation time:
8h



Original issue reported on code.google.com by [email protected] on 21 Jul 2011 at 9:50

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 21 Jul 2011 at 9:52

  • Added labels: Priority-Low
  • Removed labels: Priorit-Medium

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

No branches or pull requests

1 participant