rafaelrojasmiliani / gsplines_cpp

Generalized Splines for Motion Optimization in C++ and python3
MIT License
56 stars 0 forks source link

pybind11: set class holder to shared pointers #48

Open rafaelrojasmiliani opened 2 years ago

rafaelrojasmiliani commented 2 years ago

By defaults pybind handle just unique ptr see here. We need to expose to python functions that returns shared pointers.

see here