Robotics StackExchange | Archived questions

Does the package Camera_pose_calibration work in ros indigo?

I have ubuntu 14.04 installed but i cannot build the package.

Doing catkin_make I got this error:

CMake Warning at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:76 (findpackage): Could not find a package configuration file provided by "calibrationmsgs" with any of the following names:

calibration_msgsConfig.cmake
calibration_msgs-config.cmake

Add the installation prefix of "calibrationmsgs" to CMAKEPREFIXPATH or set "calibrationmsgsDIR" to a directory containing one of the above files. If "calibrationmsgs" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): camerapose/cameraposecalibration/CMakeLists.txt:7 (findpackage)

-- Could not find the required component 'calibrationmsgs'. 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 (findpackage): Could not find a package configuration file provided by "calibration_msgs" with any of the following names:

calibration_msgsConfig.cmake
calibration_msgs-config.cmake

Add the installation prefix of "calibrationmsgs" to CMAKEPREFIXPATH or set "calibrationmsgsDIR" to a directory containing one of the above files. If "calibrationmsgs" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): camerapose/cameraposecalibration/CMakeLists.txt:7 (findpackage)

-- Configuring incomplete, errors occurred! See also "/home/simao/catkinws/build/CMakeFiles/CMakeOutput.log". See also "/home/simao/catkinws/build/CMakeFiles/CMakeError.log". make: *** [cmakecheckbuildsystem] Error 1 Invoking "make cmakecheckbuildsystem" failed

Does anyone know what is wrong?

Asked by simaopp on 2017-11-22 11:04:33 UTC

Comments

Answers

After having done: - sudo apt-get install ros-indigo-calibration-msgs -sudo apt install ros-indigo-image-cb-detector -sudo apt install ros-indigo-monocam-settler -sudo apt install ros-indigo-interval-intersection -sudo apt install ros-indigo-joint-states-settler

I have a different problem:

-- Boost version: 1.54.0 -- Found the following Boost libraries: -- system -- filesystem -- thread -- +++ processing catkin package: 'camera_pose_calibration' -- ==> add_subdirectory(camera_pose/camera_pose_calibration) -- Using these message generators: gencpp;genlisp;genpy Traceback (most recent call last): File "/opt/ros/indigo/share/catkin/cmake/interrogate_setup_dot_py.py", line 259, in main() File "/opt/ros/indigo/share/catkin/cmake/interrogate_setup_dot_py.py", line 250, in main exec(fh.read(), {{}}, local_vars) File "", line 4, in NameError: name 'os' is not defined CMake Error at /opt/ros/indigo/share/catkin/cmake/safe_execute_process.cmake:11 (message): execute_process(/home/simao/catkin_ws/build/catkin_generated/env_cached.sh "/usr/bin/python" "/opt/ros/indigo/share/catkin/cmake/interrogate_setup_dot_py.py" "camera_pose_calibration" "/home/simao/catkin_ws/src/camera_pose/camera_pose_calibration/setup.py" "/home/simao/catkin_ws/build/camera_pose/camera_pose_calibration/catkin_generated/setup_py_interrogation.cmake") returned error code 1 Call Stack (most recent call first): /opt/ros/indigo/share/catkin/cmake/catkin_python_setup.cmake:69 (safe_execute_process) camera_pose/camera_pose_calibration/CMakeLists.txt:58 (catkin_python_setup)

-- Configuring incomplete, errors occurred! See also "/home/simao/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/simao/catkin_ws/build/CMakeFiles/CMakeError.log". make: *** [cmake_check_build_system] Error 1 Invoking "make cmake_check_build_system" failed

Asked by simaopp on 2017-11-22 11:14:21 UTC

Comments

Please do not post answers unless you are answering your own question.

If you'd like to update us on your progress, please edit your original question using the edit button/link underneath your question text.

Asked by gvdhoorn on 2017-11-22 11:34:25 UTC