ros-industrial-consortium / descartes

ROS-Industrial Special Project: Cartesian Path Planner
Apache License 2.0
127 stars 92 forks source link

Underlying Graph Type Changed to Directed from Bidirectional #172

Closed Jmeyer1292 closed 7 years ago

Jmeyer1292 commented 8 years ago

As part of a more comprehensive effort to clean up the graph mutation components of planning_graph, I'd like to switch the Descartes implementation to a directed graph. We are currently not using the bidirectional component, and the code will be simpler without it.