RoboJackets / rrt

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

Added virtual destructor to Tree #98

Closed oswinso closed 4 years ago

oswinso commented 4 years ago

RRT::Tree has virtual functions but is missing a virtual destructor. This PR adds that in.