Skip to content

Error while catkin_make install #45

Description

@dkurzaj

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions