We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run catkin_make install I get this error message:
catkin_make install
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.
The text was updated successfully, but these errors were encountered:
I don't have any compile error so it's hard to debug...
Can you provide the actual lines you commented?
Sorry, something went wrong.
Sorry, I edited my post.
What version of ros do you use?
Indigo
Have a look here: ethz-asl/ethzasl_ptam#39
No branches or pull requests
When I run
catkin_make install
I 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.
The text was updated successfully, but these errors were encountered: