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

Upstream issue in collada_urdf might prevent compilation until fixed #227

Open
werner291 opened this issue Jul 20, 2021 · 2 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@werner291
Copy link
Contributor

werner291 commented Jul 20, 2021

Hi!

I had some trouble compiling robowflex_visualization earlier today, found out it was probably because of this: ros/collada_urdf#43

Just a heads up in case the fix takes a bit to get where it needs to go, and so that someone running into the issue can find the fix

@werner291 werner291 added the bug Something isn't working label Jul 20, 2021
@zkingston
Copy link
Contributor

Thanks for the heads up!

@atuldivekar
Copy link

I have difficulty building robowflex_visualization for the same reason.
If ros-noetic-collada-urdf not installed:

Warnings << robowflex_visualization:cmake ....
collada_urdf not found, not compiling robowflex_visualization library or executables.

When I install ros-noetic-collada-urdf

Starting >>> robowflex_visualization

Errors << robowflex_visualization:cmake .....
CMake Error at /opt/ros/noetic/share/collada_urdf/cmake/collada_urdfConfig.cmake:113 (message):
Project 'collada_urdf' specifies '/usr/../include/include' as an include
dir, which is not found. It does neither exist as an absolute directory
nor in '${{prefix}}//usr/../include/include'. Check the issue tracker
'https://github.com/ros/collada_urdf/issues' and consider creating a ticket
if the problem has not been reported yet.
Call Stack (most recent call first):
/opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:87 (find_package)
CMakeLists.txt:6 (find_package)

This is the same as seen in ros/collada_urdf#43

The fix is not yet in the package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants