Message-generation package not found
Hi all,
Since a few days I have had the following error mesage:
CMake Warning at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
Could not find a package configuration file provided by
"message_generation" with any of the following names:
message_generationConfig.cmake
message_generation-config.cmake
Add the installation prefix of "message_generation" to CMAKE_PREFIX_PATH or
set "message_generation_DIR" to a directory containing one of the above
files. If "message_generation" provides a separate development package or
SDK, be sure it has been installed.
Call Stack (most recent call first):
le_painters_companion/lc_control/CMakeLists.txt:22 (find_package)
-- Could not find the required component 'message_generation'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by
"message_generation" with any of the following names:
message_generationConfig.cmake
message_generation-config.cmake
Add the installation prefix of "message_generation" to CMAKE_PREFIX_PATH or
set "message_generation_DIR" to a directory containing one of the above
files. If "message_generation" provides a separate development package or
SDK, be sure it has been installed.
Call Stack (most recent call first):
le_painters_companion/lc_control/CMakeLists.txt:22 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/arennuit/DevRoot/src/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/arennuit/DevRoot/src/catkin_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
I am sure the ros-indigo-message-generation
and ros-indigo-message-runtime
are installed.
Any idea of what is going on?
Kind regards,
Antoine.
Can you roscd into those packages? $
roscd message_generation
brings you to your ros install? Even if you are sure the packages are installed it might help if you reinstall them.Can you find it with:
?
The problem was totally unlinked to ROS, sorry.
Hey! I am stuck with the same error, can you elaborate on what you did to solve this? Thanks in advance!
@arennuit: could you perhaps post an answer which describes what the actual cause was of your problem? Even if it doesn't contain the fix it would already be better than leaving it as a comment.