lakshayg / mpel

Motion Planning and Experimentation Library
http://lakshayg.github.io/mpel
MIT License
10 stars 3 forks source link

Improve interpolator performance #15

Open lakshayg opened 8 years ago

lakshayg commented 8 years ago

The current implementation is extremely slow (sometimes takes over 98% of the planning time). The time taken for path generated by voronoi graph should be small as it is more or less a smooth path but the interpolator still takes very long.