-
Notifications
You must be signed in to change notification settings - Fork 9
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
Remove dependency from whole-body-controllers #49
Conversation
…to new @utils class - The methods H2Rp, Rp2H, exponentialMap are static. - The motivation of moving those utilities out of the class `State` was that they might be used by other classes and are not specific to the class `State`. - Using here a class instead of a package allows to control the access to the defined methods.
… on '+wbc' library
…ed in separate file This error occurs when we are using code generation: - A static class method is defined in a separate script file. - In such case the script length supported in code generation is limited Simulink error is: Simulink encountered an error while generating code through CGXE Infrastructure 'in CGXE: 'coverage/eml_code_coverage.cpp' line '1018': 'In fill_in_if_info: Assertion failed: endExprIdx < scriptStrLen' Refer to #48 for further details.
17597b2
to
551ecd8
Compare
Sorry @traversaro , if I asked you for review 2 days ago, it was a mistake, the PR was still in draft. It is ready now, with the README updates. |
- Remove dependency on 'whole-body-controllers'. - Add 'Binary Installation' section. This section includes the one line installer and the procedure describing the installation of conda robotology package matlab-whole-body-simulator. - Add 'Source Installation' section. - Add installation details guides in 'doc' folder.
551ecd8
to
2a553ba
Compare
Actually, this was branched out of |
Ok for me. |
…mulator/pull/49 - Full dependency PR link: ami-iit/matlab-whole-body-simulator#49
…mulator/pull/49 - Full dependency PR link: ami-iit/matlab-whole-body-simulator#49
Implements #46 .
Also updates the READMEs w.r.t. those changes and w.r.t. the simplified installation using Conda packages. Refer to https://github.com/dic-iit/element_software-engineering/issues/24#issuecomment-839914872.