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

I am trying to setup youbot and receive the below error

asked 2014-09-21 06:35:10 -0500

seggs gravatar image

CMake Error at /opt/ros/hydro/share/catkin/cmake/catkinConfig.cmake:75 (find_package): Could not find a configuration file for package pr2_msgs.

Set pr2_msgs_DIR to the directory containing a CMake configuration file for pr2_msgs. The file will have one of the following names:

pr2_msgsConfig.cmake
pr2_msgs-config.cmake

Call Stack (most recent call first): youbot_driver_ros_interface/CMakeLists.txt:5 (find_package)

-- Configuring incomplete, errors occurred! Invoking "cmake" failed

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-09-22 03:29:10 -0500

rastaxe gravatar image

The youbot_driver_ros_interface package depends on other packages. Probably you don't have the pr2_msgs package installed. You can install it with sudo apt-get install ros-hydro-pr2-msgs (use your ROS distro instead of hydro, if you are not using hydro).

edit flag offensive delete link more

Comments

Thanks man..it worked

seggs gravatar image seggs  ( 2014-09-22 14:29:22 -0500 )edit

Question Tools

Stats

Asked: 2014-09-21 06:35:10 -0500

Seen: 398 times

Last updated: Sep 22 '14