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

[rviz_rendering] check if OGRE_PLUGIN_DIR is still required #45

Closed
wjwwood opened this issue Sep 27, 2017 · 2 comments
Closed

[rviz_rendering] check if OGRE_PLUGIN_DIR is still required #45

wjwwood opened this issue Sep 27, 2017 · 2 comments
Labels
question Further information is requested

Comments

@wjwwood
Copy link
Member

wjwwood commented Sep 27, 2017

Since we're using static linking, rather than dynamically loading ogre plugins, we may no longer need to set it from the build system:

This is where we statically load and avoid needing to load dynamically:

@wjwwood wjwwood added the question Further information is requested label Sep 27, 2017
@Martin-Idel-SI
Copy link
Contributor

Martin-Idel-SI commented Oct 4, 2017

We checked it by just deleting the lines and rebuilding everything. No errors and it runs on Linux at least, so it seems to be unnecessary now. What do you propose to do with it? Do you want a Pull-Request deleting this?

@wjwwood
Copy link
Member Author

wjwwood commented Oct 20, 2017

Do you want a Pull-Request deleting this?

👍 Yes, please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants