-
Notifications
You must be signed in to change notification settings - Fork 29
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
Some functions are not compatible with CasADi #10
Comments
I have solved this problem temporarily, but I don't know if it is the best solution. I comment out the Best, |
Hello Han, Excellent. One of my students faced a similar issue -- the patch fix they used was to re-name all instances of I suspect the best option might be to reconfigure spatial_v2 as an importable package (similar to casadi) so that users can import functions of their choosing. This would require some directory rework, and also likely additional imports in each function, but I think it would avoid the collision you are facing. If you have any feedback on that path, I'd be happy to hear it / consider it. |
Hi Dr.Pat, My temporary solution may affect the nlp solving function of CasADi, which is what I want to try in the future. However, it should be stated that if we want the spatial_v2 library to have better versatility on various robots, the Based on my limited knowledge, both package and class will be able to solve this function conflict problem, but this is a complex project that requires your professional knowledge to design the directory structure of the spatial_v2 library. However, if it can be done, it will indeed make this library more universal, extensible and compatible with other libraries. Best, |
Hi, Dr.Pat
Recent days, I try to use CasADi's symbolic framework to generate code, and I find that some functions like
pluho
andCMM
are not compatible because theskew
function goto the CasADi's inside same name function.The function
ID
add some code to solve compatible problem at line 59.How to solve the compatible problem in these functions?
Best,
Han
The text was updated successfully, but these errors were encountered: