RoboJackets / rrt

C++ RRT (Rapidly-exploring Random Tree) Implementation
Other
253 stars 84 forks source link

Add a min iterations parameter to RRT::Tree #52

Closed justbuchanan closed 7 years ago

justbuchanan commented 8 years ago

Right now it returns the first path it finds, but sometimes it's best to continue running a bit longer to find a better path. This would require modifying RRT::Tree.run().