-
Notifications
You must be signed in to change notification settings - Fork 15
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
Walking teleoperation fails to compile when HumanDynamicsEstimation is compiled without Xsens #39
Comments
Sorry, I just realized that this is not tested in the superbuild. I added it in robotology/robotology-superbuild#460 . |
@GiulioRomualdi just to understand, this was solved for running the Oculus demo or it was not necessary? |
Friendly ping @S-Dafarra @kouroshD @GiulioRomualdi , "we did not used this for the demo and we are not working on this now" is also an acceptable answer. : ) |
We simply disabled |
I completely miss the comments I'm sorry. As far as I understood we disable the compilation of the repo in the windows laptop. Right now I'm not working on this. I don't know about the others |
Ok, thanks! |
Just to understand, how did the recent demos work if this is still unsolved? |
We were keeping the |
When I try the Generate the solution for that, I see the following error as well on CMake Gui application:
Moreover, as you mentioned before, when building we have the following linking problem:
So, What I thought to check as the first step was if the target for the
Also, talking with @S-Dafarra, I have deleted the |
Probably the reason is that |
Probably with this fix, we can add the github actions of the walking teleoperation to the superbuild, also enabling the related module option. |
For reference, you need to modify the if in https://github.com/robotology/robotology-superbuild/blob/master/.ci/initial-cache.gh.cmake#L23 . Related issue: robotology/robotology-superbuild#472 . |
Example of usage https://github.com/robotology/how-to-export-cpp-library/blob/master/CMakeLists.txt#L45-L48 |
Not sure what changed, but I re-enabled the compilation of walking-teleoperation on Windows in robotology/robotology-superbuild#1115 and it is working fine. |
I tried to compile the
robotology-superbuild
with both the optionsROBOTOLOGY_ENABLE_HUMAN_DYNAMICS
andROBOTOLOGY_ENABLE_TELEOPERATION
selected,walking-teleoperation
fails to compile on Windows with the error:Note that we did not enable the
ROBOTOLOGY_USES_XSENS_MVN_SDK
option.cc @kouroshD @GiulioRomualdi
The text was updated successfully, but these errors were encountered: