RoboJackets / rrt

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

Preset obstacle configurations for the viewer #74

Closed joshhting closed 6 years ago

joshhting commented 7 years ago

If there was an easy way to load up consistent configurations of obstacles in the rrt-viewer, it would make testing the rrt on the viewer much easier. The default configuration of an obstacle-free field usually is insufficient for quick stress tests of the rrt because it solves the default state space too quickly.