-
Notifications
You must be signed in to change notification settings - Fork 466
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
Downstream projects require ogre-dev #733
Comments
This may actually run deeper than I thought. I added ogre-dev to the build deps for librviz_tutorial, so it was installed, but it still failed to find the ogre headers. In Fedora, they are in /usr/include/OGRE/ -- are they somewhere else on Ubuntu? |
Looks like rviz_plugin_tutorials has the same issue |
Closed via ros/catkin#600 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like the rviz headers reference ogre header files in https://github.com/ros-visualization/rviz/blob/hydro-devel/src/rviz/ogre_helpers/qt_ogre_render_window.h#L36-L37
This means that downstream projects need ogre-dev to build (namely librviz_tutorial).
Either rviz should run depend on ogre-dev or the downstream project(s) should build depend on ogre-dev
The text was updated successfully, but these errors were encountered: