RoboJackets / rrt

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

Convert floats to doubles #75

Closed joshhting closed 7 years ago

joshhting commented 7 years ago

Medium priority as this is a blocking issue for incorporating #72 with robocup-software. Doubles are safer, higher precision, and faster.