Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Casadi Related Error #2

Open
UM-A opened this issue Nov 7, 2023 · 0 comments
Open

Casadi Related Error #2

UM-A opened this issue Nov 7, 2023 · 0 comments

Comments

@UM-A
Copy link

UM-A commented Nov 7, 2023

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 """

13515 return _casadi.Function_deserialize(*args)
13516
13517 deserialize = staticmethod(deserialize)

RuntimeError: .../casadi/core/function.cpp:1084: Not implemented

Looking forward to your response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant