-
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
Merge wearables in human-dynamics-estimation? #212
Comments
I never worked directly on |
The plan is:
Once this is done, we should have everything to run the online inference/ML part of Team X demos in conda-forge, including |
In progress in conda-forge/staged-recipes#27723 . |
PR ready, just waiting for review now. |
PR merged, the last step is to swich the conda generation pipeline for |
Great, with just ~5 days of delay we have |
Announcement done: https://github.com/orgs/robotology/discussions/717 . |
Hello everyone, given that:
wearables
andhuman-dynamics-estimation
do not have a well define maintainer, with people (mainly me, @S-Dafarra and @dariosortino) handling PRs and/or tags and released when needed.human-dynamics-estimation
conda packages with python bindings enabled onlinux-aarch64
, to test the recent work of team X on Nvidia SoC systems like Jetson, and the easiest way to get this done (see Investigate generation of conda binaries for linux-aarch64 robotology-superbuild#738) is to bring the related packages in conda-forge.I thought that to simplify mantainance of the repo, we could merge
wearables
inhuman-dynamics-estimation
so that:Anyone has any specific opinion on this? If people agree, I will be glad to do the change myself. Note that if there is someone that only need wearables, I plan to add specific CMake options so that you could still build only the existing wearables code out of the human-dynamics-estimation repo.
To give you an idea of the current state of dependencies, this is the current tree of dependencies in robotology-superbuild (generated via
dot -Tpdf robotology-superbuild.dot -o view.pdf
in the build of the superbuild):The text was updated successfully, but these errors were encountered: