moveit / moveit_setup_assistant

THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit
8 stars 20 forks source link

Compilation fails with Ogre 1.9 on Arch Linux #78

Closed bchretien closed 10 years ago

bchretien commented 10 years ago
moveit_setup_assistant/src/widgets/setup_assistant_widget.cpp:52:
/opt/ros/hydro/include/rviz/ogre_helpers/qt_ogre_render_window.h:36:29: fatal error: OgreColourValue.h: No such file or directory
 #include <OgreColourValue.h>
                             ^

A possible solution is to do what was done in rviz: https://github.com/ros-visualization/rviz/commit/ab9b99a1990a5f58b19292307bc4346258cdde14

bchretien commented 10 years ago

Actually, wait on that, this could actually be fixed in RViz directly. I'll get back to you on this one.

bchretien commented 10 years ago

This was a bug in catkin, leading to missing include directies in rviz, fixed in https://github.com/ros/catkin/pull/600.