When I run catkin_make install I get this error message:
CMake Error at toaster/agent_monitor/cmake_install.cmake:36 (FILE):
file INSTALL cannot find
"/home/dkurzaj/catkin_ws/devel/include/agent_monitor/monitoring_dyn_paramConfig.h".
Call Stack (most recent call first):
cmake_install.cmake:140 (INCLUDE)
I managed to bypass it by commenting the following lines from the toaster/agent_monitor/CMakeLists.txt file:
generate_dynamic_reconfigure_options(
cfg/monitoring_dyn_param.cfg
)
But I don't think it is a safe fix, it probably has side effects.
When I run
catkin_make installI get this error message:I managed to bypass it by commenting the following lines from the toaster/agent_monitor/CMakeLists.txt file:
But I don't think it is a safe fix, it probably has side effects.