-
Notifications
You must be signed in to change notification settings - Fork 29
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
Fix HumanStateProvider on Windows #259
Comments
The reverse (Visualizer on Windows and HSP on another machine) could be interesting too. |
Is this using vcpkg or conda dependencies? How is the locale set in the different machines? |
On top, I am on MacOS, dependencies installed via On the Windows machine (visualization on the bottom), dependencies are installed via |
The same behaviour described in this issue? |
No, on Ubuntu we have the same behaviour that we experience on MacOS. |
If the functionality is part of a released version of
If you are already in machine where the robotology-superbuild with vcpkg is installed, make sure that you clean the enviornment from any globally set env variables, using the appropriate powershell scripts. |
@traversaro what do you mean by |
Yes, kind of. I asked that as there are a lot of bugs related to the use of functions that convert string to floating point numbers (and back and forth). See robotology/idyntree#288 . See https://serverfault.com/questions/173630/how-to-get-system-locale-in-windows-7-cmd for how to get it. |
We did this test and visualization still seems to be wrong, so we can exclude it is a problem of the visualizer. |
This problem has not been reported for a while, and I know that the I will close this issue, we will re-open it in case we experience the same problem again. |
We have tried to run the
HumanStateProvider
and the visualizer on a Windows machine, and we have noticed a strange behaviour.Results are shown in the following video where we run the HSP+visualization on the same dataset and same configuration (
Human.xml
):video6051136142948960770.mp4
There are two main problems:
Some possibl source of problem could be:
The text was updated successfully, but these errors were encountered: