RoboJackets / rrt

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

Add random seed as a parameter to RRT::Tree #25

Open justbuchanan opened 9 years ago

justbuchanan commented 9 years ago

This allows us to exactly reproduce rrt runs, which is useful for test reproducability.

rmkeezer commented 8 years ago

I am assuming control of this issue