-
Notifications
You must be signed in to change notification settings - Fork 38
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
Modify ci to install and test RobotDynamicsEstimator
library
#746
Conversation
…obot dynamics estimator
Can you add it also in the conda ci? |
Moreover, I think there is a typo /bug in the ci file you modified since the ci didn't start |
I just fixed it. |
The package ( |
Hi @isorrentino it's in conda-force https://anaconda.org/conda-forge/libbayes-filters-lib conda install -c conda-forge libbayes-filters-lib |
I made changes to the cache used in the CI at this URL: a52d28e. These changes were necessary to ensure the compilation of the 'bayes-filters-lib.' Additionally, I included 'bayes-filters-lib' in the list of libraries for build verification, in case the library is not enabled. |
Waiting for a green CI |
There seems there is an error in |
Hi @GiulioRomualdi, it seems it is failing only on Windows now, but I do not understand why. |
It fails in finding |
Here is the line causing the ci failure https://github.com/robotology/icub-models/blob/master/python/CMakeLists.txt#L17 A possibility is to use directly sysconfig as in https://docs.python.org/3/library/sysconfig.html Perhaps @traversaro has some idea how to change that command |
Yes, see robotology/robotology-superbuild#1238 . |
Once we merge:
I think I would do a new icub-models tag. |
Updating the version of icub-models macOS/ubuntu is not able to find the model anymore :( |
Here is the issue: https://github.com/search?q=repo%3Aami-iit%2Fbipedal-locomotion-framework%20iCubGazeboV2_5_plus&type=code the new version of icub-models https://github.com/robotology/icub-models/releases/tag/v2.4.0 rename iCubGazeboV2_5_plus to iCubGazeboV2_5_KIT_007 |
Wow, Hyrum's Law at its finest. There is any reason for using the model with the ankle with the changed joint limits (as described in https://icub-tech-iit.github.io/documentation/upgrade_kits/ankle_for_stairs/support/)? |
That code was written by @prashanthr05 I don't know why he decided to use that model. I can try to run the test with iCubGazeboV2_5 |
I got the following error
I'm afraid that Still I can use |
Unfortunatelly I cannot use iCubGazeboV2_7 since |
Still |
Thanks for reporting this, it is a bug: robotology/icub-models#223 . |
Yes, you already figured it out 🚀 , it was for the IMU on the root link. I should have documented it to save you some debugging time. |
Add
bayes-filters-lib
dependency (https://github.com/robotology/bayes-filters-lib/tree/master) to the CI to install theRobotDynamicsEstimator
library.PS. I do not know if I missed something as it is the first time I have modified the CI.
cc @GiulioRomualdi