Fix assimp not found on some systems leading to nonsensical inclusion#44
Fix assimp not found on some systems leading to nonsensical inclusion#44werner291 wants to merge 2 commits intoros:kinetic-develfrom
Conversation
Attempted fix ros#43, seems to work AFAIK, but please review.
|
Weird, I am on Focal... It works fine here. I'm not sure what's going on in the test output... Something about packages not being found?
|
That's actually not the warning; that is expected to happen. The warning is here: https://build.ros.org/job/Npr__collada_urdf__ubuntu_focal_amd64/3/cmake/ |
|
Oh hold on... Whoops, left in my debug statements. Makes me wonder why the other tests passed at all. |
Removed the debug statements accidentally left in.
|
not sure why pr2_description is not found, but it is released Aug 2020 I think we need this PR to solve #43 |
|
@ros-pull-request-builder retest this please |
|
@clalancette it is strange, the test on ros build farm was passed as follows The warning comes from CMake but it is cause by assimp |
|
@clalancette or we adopt #46 |
|
@ros-pull-request-builder retest this please |
|
Kindly ping. Do you have any plans to merge and release this bug fix? |
|
@sloretz |

Attempted fix #43, seems to work AFAIK, but please review.