-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Debug ignition-rendering 6 test running #21
Comments
|
Indeed, I am able to reproduce the problem, after installing the dependency listed before and configuring the project (latest ign-rendering6 commit, i.e. gazebosim/gz-rendering@f93c796 ) as:
The project fails as:
|
Ok, I was able to understand the root behind the |
After fixing the compilation, I was able to reproduce the test segfaulting. Interesting, the test are only segfaulting if run after make install. If they are run before make install, all the test are passing successfully, except for:
|
Actually it seems that the tests that are passing before the install are not actually passing:
|
The problem seems to be that ign-rendering expects the ogre plugin to start with "lib", but apparantly they are not:
|
This was a problem in ignition-rendering indeed, that was fixed long ago in Gazebo Classic: gazebosim/gz-rendering#454 . |
|
To debug the problems in #19, I am compiling ign-rendering on its own. I will use this issue to mark down some notes.
The text was updated successfully, but these errors were encountered: