You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why do yo want to serialize casadi Models? The idea is to have only standard scalar to be serializable
I'm using casadi Models as a backend to calculate filtered dynamics, and my wrapper model that I want to serialize includes cpin.Model. I can write high-level serialization with casadi Model exception if this is expected behavior and you don't plan to implement it.
Bug description
Python bindings for the casadi model cannot be serialized via pickle.
Expected behavior
pinocchio.casadi.Model must also be serializable
Reproduction steps
Install pinocchio==3.2.0 from conda-forge channel and run provided bellow code
Code
System
The text was updated successfully, but these errors were encountered: