I tried out the python binding for Trajectory.position_extrema, and was getting a seg fault. I believe this was caused by 0 being passed in for DOFs for the binding, causing the Vector to be size 0. I think I fixed it here https://github.com/ljarin/ruckig/commit/6bf9303a495719c301ef8cde0fc06652c41dfc80, but I didn't run your tests
Hello again,
I tried out the python binding for Trajectory.position_extrema, and was getting a seg fault. I believe this was caused by 0 being passed in for DOFs for the binding, causing the Vector to be size 0. I think I fixed it here https://github.com/ljarin/ruckig/commit/6bf9303a495719c301ef8cde0fc06652c41dfc80, but I didn't run your tests