A path interpolation by arc-length coordinate
I am looking for a library/tool/class for interpolation a set of Cartesian points as a trajectory parameterized by arc-length. Particularly, I need a function which returns X,Y, curvature for arbitrary arc-length coordinate from start path.
Is there such library/class in ROS or as standalone library?