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

Revision history [back]

I encounter same problem, and solved by add # ifdef __arm__ // fix for ARM build #include <strings.h> bool Assimp::IOSystem::ComparePaths(const char *p1, const char *p2) const { return !::strcasecmp(p1, p2); } # endif in to src/rviz/mesh_loader.cpp