rl
rl copied to clipboard
compile rl-3rd-party-master error
There was an error when compiling rl-3rdparty-master
CMake Error in CMakeLists.txt: IMPORTED_LOCATION not set for imported target "octomap" configuration "Release".
os: ubuntu 16.04
The OctoMap dependency of FCL is optional and not included in the packages built in the 3rdparty repository. When building on Ubuntu, I assume you had the liboctomap-dev
package installed? I've disabled looking for the dependency in https://github.com/roboticslibrary/rl-3rdparty/commit/d06603a6d98c88549271b7c58e6a3ec222574126, please let me know if this fixes you issue.
On Ubuntu, all dependencies are also available as pre-built packages, see our tutorial on this.