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
Hi, I was looking to find something similar to casadi_kin_dyn to find symbolic equations from urdf. I managed to set it up but for some reason I get the following error:
Hi, I was looking to find something similar to casadi_kin_dyn to find symbolic equations from urdf. I managed to set it up but for some reason I get the following error:
RuntimeError Traceback (most recent call last)
/tmp/ipykernel_61422/130723631.py in
----> 1 id_str = kindyn.centerOfMass()
2 #fk = Function.deserialize(fk_str)
3 #print(fk)
~/anaconda3/envs/mpc/lib/python3.7/site-packages/casadi/casadi.py in deserialize(*args)
13513
13514 """
RuntimeError: .../casadi/core/function.cpp:1084: Not implemented
Looking forward to your response.
The text was updated successfully, but these errors were encountered: