You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate RobotecGPULidar project to external directory (#42)
* Separate RobotecGPULidar project to external directory
* Add expected project tree info
* Do not hardcode CMAKE_INSTALL_PREFIX
* Make project files read-only.
This commit changes RGL download directory from SOURCE_DIR to BINARY_DIR
* Fix brackets
By default, the `RGLGazebPlugin` downloads `RobotecGPULidar` binaries from [the official release](https://github.com/RobotecAI/RobotecGPULidar/releases). To use your own build of `RobotecGPULidar`, set the following CMake variables when configuring the project:
67
+
```shell
68
+
# RGL_CUSTOM_LIBRARY_PATH - Path to the custom RobotecGPULidar library build
69
+
# RGL_CUSTOM_API_HEADER_PATH - Path to the include directory with API headers compatible with the custom library build
70
+
# (`include` directory of `RobotecGPULidar` project)
0 commit comments