Closed icameling closed 5 years ago
Sorry, just saw this issue now. You need to init the submodules like so: git submodule update --init
. Maybe I should add that to the readme. I forked the tk::spline repo into my account and added the method to get the control polygon that's why it won't work with the original one. I also use Sophus for SE3 as submodule. See here: https://github.com/adrelino/interpolation-methods/blob/master/.gitmodules
Hi, thanks a lot for the nice work. When I compile the code, there's a error
I download the spline library from here and compile again, there's another error
The class
tk::spline
has no membercontrol_polygon
. Could you update your code? Thanks!