https://github.com/ensenso/ros_driver/blob/42014bd0fa58ef4840a1e319c533a23958b0f9d1/ensenso_camera/CMakeLists.txt#L56-57
It seems that the environment variable ENSENSO_INSTALL is required to find FindEnsenso.cmake file
installed by the ensenso-sdk.
The ENSENSO_INSTALL variable is set by /etc/environment
This is not convenient for systems not relying on /etc/environment. Would it be possible to put the FindEnsenso.cmake file in a place where ENSENSO_INSTALL wouldn't be necessary?
https://github.com/ensenso/ros_driver/blob/42014bd0fa58ef4840a1e319c533a23958b0f9d1/ensenso_camera/CMakeLists.txt#L56-57
It seems that the environment variable
ENSENSO_INSTALLis required to findFindEnsenso.cmakefileinstalled by the ensenso-sdk.
The
ENSENSO_INSTALLvariable is set by/etc/environmentThis is not convenient for systems not relying on
/etc/environment. Would it be possible to put theFindEnsenso.cmakefile in a place whereENSENSO_INSTALLwouldn't be necessary?