-
Notifications
You must be signed in to change notification settings - Fork 18
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
Re-implement the Holder block to make it compatible with code generation and "treat as atomic unit" #205
Comments
@traversaro , shall I PR this t |
…code generation and 'treat as atomic unit'
CC @Giulero |
Yes, I would say master make sense. |
…code generation and 'treat as atomic unit' (#211)
Summary
Re-implement the Holder block (in "Utilities") in order to avoid the use of:
Motivation
Treating sub-systems as atomic units speed up the simulation and allow the use of different sampling times on multiple sub-systems without rate conversion problems.
Code generation increases the compilation time but improves significantly the runtime performance.
Additional context
The whole-body-controllers/controllers/floating-base-balancing-torque-control model uses at least 7 Holder blocks.
The text was updated successfully, but these errors were encountered: