-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add yarp-device-keyboard-joypad when compiling ROBOTOLOGY_ENABLE_DYNAMICS_FULL_DEPS #1638
Conversation
On
|
That is strange. It is a error related to OpenGL, but on Linux that happens because some CDT packages are missing, but I never saw that error on macOS. I guess it can be related to the recent upgrade of |
Actually this is not possible, as we are still using |
Also, I am using similar includes in https://github.com/ami-iit/yarp-device-openxrheadset |
OpenXR conda package is not available on macOS (see https://github.com/conda-forge/openxr-sdk-feedstock), so I guess we never tested it there. Anyhow, we can also skip the repo on macos, let me check. |
It seems that the |
Ah, there are a few example of this in robotology apparently: https://github.com/search?q=org%3Arobotology+OpenGL%2Fgl.h&type=code . |
I have added the edit in ami-iit/yarp-device-keyboard-joypad@b7f2421. I am also enabling |
Add release to latest.releases. If the CI is happy, let's merge. |
At the moment, we use the vendored imgui. Once we have more then a project using imgui, we can look into installing it via apt and/or conda.
The PR just needs a release to be merged, see ami-iit/yarp-device-keyboard-joypad#4 .