-
Notifications
You must be signed in to change notification settings - Fork 43
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
Update README (after #122) #126
Conversation
b2b01d5
to
0105058
Compare
Update with w.r.t. changes from after #122.
66c0537
to
374e9c8
Compare
…a package +floatingBaseBalancingTorqueControlWithSimulator This avoids to: - Add the model parent folder path to the Matlab path, as well as for every new model (example) installed. It would quickly become a mess with the installation of multiple examples, with problems of file names collision. - Having 'folder1/folder2/model.mdl' and 'folder1' in the Matlab path wouldn't work well either because we wouldn't be able to call 'folder2/model.mdl' for opening the model from anywhere. - From there, the easiest solution is to use namespaces provided by Matlab packages.
…Simu.mdl model init
Follow-up of #122 :
ONGOING... By the way it's a bit complex the installation framework there... |
In which sense? Can't we add a |
Yes, I ended up chosing that. Initially I was trying to follow the local |
- minor hack: in the main CMakeLists.txt of the whole-body-controllers, the script returns to the caller before running 'add_subdirectory(controllers)'. As a result, the respective CMakeLists.txt doesn't run, so we had to add the copy commands directly to the main CMakeLists.txt.
The installation is handled and tested. Had t choose a not so clean and elegant solution due to the logic around the automatic code generation handled in the main |
Can we mark the PR as ready in the meanwhile? So we can review and release it, and if more problem arise we can fix them later. |
As this PR is targeted on master, I guess it supersedes #115 ? |
no, no, sorry, I had rebased on devel and forgot to change the target here. It's targeted on |
there were some templates missing, along with multisheller scripts updates. Pushing now.. |
nonsense! those are robotology-superbuild changes. |
Merging... |
…and conda scripts - After changes introduced by robotology/whole-body-controllers#126
…and conda scripts - After changes introduced by robotology/whole-body-controllers#126
…and conda scripts - After changes introduced by robotology/whole-body-controllers#126
…and conda scripts (#722) - After changes introduced by robotology/whole-body-controllers#126
No description provided.