ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Does the package Camera_pose_calibration work in ros indigo? [closed]

asked 2017-11-22 10:04:33 -0500

simaopp gravatar image

updated 2017-11-22 10:05:18 -0500

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 (find_package): 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 "calibration_msgs" to CMAKE_PREFIX_PATH or set "calibration_msgs_DIR" to a directory containing one of the above files. If "calibration_msgs" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): camera_pose/camera_pose_calibration/CMakeLists.txt:7 (find_package)

-- Could not find the required component 'calibration_msgs'. 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 "calibration_msgs" with any of the following names:

calibration_msgsConfig.cmake
calibration_msgs-config.cmake

Add the installation prefix of "calibration_msgs" to CMAKE_PREFIX_PATH or set "calibration_msgs_DIR" to a directory containing one of the above files. If "calibration_msgs" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): camera_pose/camera_pose_calibration/CMakeLists.txt:7 (find_package)

-- 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

Does anyone know what is wrong?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2019-05-20 01:45:41.352553

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-11-22 10:14:21 -0500

simaopp gravatar image

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 <module> main() File "/opt/ros/indigo/share/catkin/cmake/interrogate_setup_dot_py.py", line 250, in main exec(fh.read(), {{}}, local_vars) File "<string>", line 4, in <module> 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

edit flag offensive delete link more

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.

gvdhoorn gravatar image gvdhoorn  ( 2017-11-22 10:34:25 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-11-22 10:04:33 -0500

Seen: 139 times

Last updated: Nov 22 '17