ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Not a cross-compilation expert, but this:
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH)
seems weird to me. According to the docs, that searches both gnueabihf
paths and the hosts paths ..