robotology / idyntree

Multibody Dynamics Library designed for Free Floating Robots
BSD 3-Clause "New" or "Revised" License
156 stars 65 forks source link

Python SWIG bindings: support object pickling #1090

Open traversaro opened 11 months ago

traversaro commented 11 months ago

No one is working on this at the moment, but I prefer to open an issue to track the fact that at the moment iDynTree's SWIG bindings are not pickable.

See https://stackoverflow.com/questions/9310053/how-to-make-my-swig-extension-module-work-with-pickle for a related SO-answer.

traversaro commented 11 months ago

Related casadi issues: