ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

geometric_shapes detects ASSIMP incorrectly, but several other projects do it correctly. You can force the detection to work right by doing by including this on the catkin_make command: -DASSIMP_UNIFIED_HEADER_NAMES=ON . Mine looked like this: ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release -DASSIMP_UNIFIED_HEADER_NAMES=ON