Open JafarAbdi opened 1 month ago
// Fix memory issue:
// -
// https://github.com/NGSolve/ngsolve/commit/8d982e5a9a282fc20a27d62a45c900e8fbb5fe29#diff-52f79a720c00cb5b96fb842fc1f8f5c88929e28782cd4986d42b9c556293009cR9
// - https://github.com/pybind/pybind11/issues/1389
// - https://github.com/pybind/pybind11/issues/1333
// - https://github.com/pybind/pybind11/issues/4603
// - https://github.com/pybind/pybind11/issues/1145
Remove the shared_ptr holder for
MotionPlanResponse
: It's being used at allMaking trajectory return a copy: Otherwise it segfault while destructing with the following stacktrace
If MotionPlanResponse has shared_ptr holder