-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add comprehensive testing strategy for real-world deployment on iCub and ErgoCub #76
Comments
I agree about testing on iCub/ErgoCub models, but note that the JIT performance we currently have would make the tests take really a lot of time, and they are already very slow. This was the original reason to test smaller fixed-base and floating-base models. |
Ah, good point. I was not considering that. |
In #106, I'm testing -among other models- a reduced version of the ErgoCub robot. It could be a good tradeoff between CI time and comprehensiveness of the testing strategy. |
Furthermore, random models could be created with |
The testing suite targeting the new functional APIs test against a reduced version of ErgoCub (only the DoFs of the legs are kept). It seems a acceptable trade-off between the comprehensiveness of the tests and the time necessary to run them (~20 mins at the time of writing). I guess we can close this issue now. |
The current testing framework for
jaxsim
lacks validation against the actual robots intended for deployment. This issue aims to address this gap by establishing a comprehensive testing strategy that ensures the reliability and performance of the simulator in real-world scenarios.Originally posted by @traversaro in #75 (comment)
The text was updated successfully, but these errors were encountered: