Skip to content
This repository has been archived by the owner on Mar 3, 2019. It is now read-only.

Port navmesh #17

Open
PFGimenez opened this issue May 23, 2018 · 1 comment
Open

Port navmesh #17

PFGimenez opened this issue May 23, 2018 · 1 comment

Comments

@PFGimenez
Copy link
Member

In order to use the D* Lite algorithm, we need to be able to generate automatically a navmesh.

There are six classes to port.

Three structures:

  • NavmeshNode, a node of the navmesh
  • NavmeshEdge, a edge of the navmesh
  • NavmeshTriangle, a triangle of the navmesh

The navmesh builder : NavmeshComputer
The navmesh itself : TriangulatedMesh
The Navmesh class is used to read / generate a navmesh.

Java sources : https://github.com/PFGimenez/The-Kraken-Pathfinding/tree/kraken-cpp/core/src/main/java/pfg/kraken/dstarlite/navmesh

English is the mandatory langage, please translate any french words.
Remember to comply with ROS style guide

@PFGimenez
Copy link
Member Author

I wrote the headers of NavmeshNode, NavmeshEdge and NavmeshTriangle.

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

No branches or pull requests

1 participant