machines-in-motion / kino_dynamic_opt

Kino-dynamic optimization algorithm for multiped robots
BSD 3-Clause "New" or "Revised" License
39 stars 9 forks source link

Better interpolation when dumping data #19

Open jviereck opened 4 years ago

jviereck commented 4 years ago

At the point of writing we do a linear interpolation from the kino-dyn plan output to the dumped data files. E.g. the kino-dyn plan is optimized at 100 Hz, the dumped data is interpolated to 1000 Hz.

This issue is about investigating the use of better interpolations like spline or polynominals.