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
but when i complie the .c file it gets error, is this cause by my function? do you guys have any idea when using cppadcodegen with pinocchio?
<stdin>:64:12: error: wrong type argument to unary minus
<stdin>:64:27: error: wrong type argument to unary minus
<stdin>:64:42: error: ‘inf’ undeclared (first use in this function); did you mean ‘in’?
<stdin>:64:42: note: each undeclared identifier is reported only once for each function it appears in
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi guys!
I tired to use some
pinocchio
dynamics function in my code, and i try to use cppadcodegen to get jacobian matrix of my function.but when i complie the .c file it gets error, is this cause by my function? do you guys have any idea when using cppadcodegen with
pinocchio
?Thanks a lot!
The text was updated successfully, but these errors were encountered: