ros-industrial-consortium / descartes

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

in class DAGSearch , what alogrithm do you use ,DFS or Dijkstra or other alogrithm? #255

Open dbdxnuliba opened 3 years ago

dbdxnuliba commented 3 years ago

in class DAGSearch , what alogrithm do you use ,DFS or Dijkstra or other alogrithm?

JeroenDM commented 3 years ago

A custom implementation of Dijkstra I think (unless it changed and I missed it). You can find more info on this in this PR.

dbdxnuliba commented 3 years ago

thanks a lot , a beautiful work!