Skip to content
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

Declare missing octovis dependency on opengl #408

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

cottsay
Copy link
Contributor

@cottsay cottsay commented Feb 13, 2024

It appears that libGLU is an indirect dependency on Ubuntu, but not on RHEL/Fedora. Better to be explicit anyway.

Here's the rosdep key: https://github.com/ros/rosdistro/blob/f4e07369c9790cd890a4cb34c001c94e8d4aad69/rosdep/base.yaml#L6943C1-L6958

Here's where openGL is found:

FIND_PACKAGE(OpenGL)

Here's where both libGL and libGLU are referenced:

${OPENGL_gl_LIBRARY}
${OPENGL_glu_LIBRARY}

This is why octovis is blocked on the ROS 2 buildfarm for RHEL.

It appears that libGLU is an indirect dependency on Ubuntu, but not on
RHEL/Fedora.
@wxmerkt wxmerkt mentioned this pull request Mar 12, 2024
@ahornung ahornung merged commit 5745643 into OctoMap:devel Mar 17, 2024
1 of 2 checks passed
@cottsay cottsay deleted the cottsay/opengl-dep branch March 17, 2024 22:38
c-andy-martin pushed a commit to BadgerTechnologies/octomap that referenced this pull request May 31, 2024
It appears that libGLU is an indirect dependency on Ubuntu, but not on
RHEL/Fedora.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants