On latest master, I'm getting this error when trying to include laser-scan-matcher in buildEnv's paths argument:
CMake Error at /nix/store/y2dbjs0hpkdmra1jcnvih069nq27j9ka-ros-noetic-catkin-0.8.10-r1/share/catkin/cmake/test/tests.cmake:18 (message):
() is not available when tests are not enabled. The CMake code should only
use it inside a conditional block which checks that testing is enabled:
if(CATKIN_ENABLE_TESTING)
(...)
endif()
Call Stack (most recent call first):
CMakeLists.txt:71 (add_rostest)
I've attempted to enable testing for this package specifically but despite being a relatively experienced nix user, both ROS and overlays are pretty new to me, so I haven't been able to make much progress here.
On latest master, I'm getting this error when trying to include
laser-scan-matcherinbuildEnv's paths argument:I've attempted to enable testing for this package specifically but despite being a relatively experienced nix user, both ROS and overlays are pretty new to me, so I haven't been able to make much progress here.