lakshayg / mpel

Motion Planning and Experimentation Library
http://lakshayg.github.io/mpel
MIT License
10 stars 3 forks source link

Rewrite graph implementation #6

Open lakshayg opened 8 years ago

lakshayg commented 8 years ago

The graph implementation in the library is currently very limited in functionality and usability. Re-implement the graph data-structure in a generic manner so that it can be used in all the planning algorithms. Some features of the implementation:

A good start would be to study the Boost.Graph library