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

Missing Package pr2_mechanism_msgs in pr2_mechanism stack

asked 2012-11-23 18:39:13 -0500

liangfok gravatar image

updated 2014-11-22 17:05:04 -0500

ngrennan gravatar image

I'm running ROS Fuerte and Ubuntu 12.04. I downloaded the stack "pr2_mechanism" using the mercurial repository listed here. The command I executed was:

$ hg clone https://kforge.ros.org/pr2mechanism/hg pr2_mechanism

When I try to compile package "pr2_mechanism_diagnostics" within this stack, I get the following error:

Failed to invoke /opt/ros/fuerte/bin/rospack deps-manifests pr2_mechanism_diagnostics [rospack] Error: package/stack pr2_mechanism_diagnostics depends on non-existent package pr2_mechanism_msgs

The package "pr2_mechanism_msgs" should be in the stack "pr2_mechanism" since it appears in the repository's web interface. However, the package is not included when I clone this repository using the command above. The only packages included are:

  1. pr2_controller_interface
  2. pr2_controller_manager
  3. pr2_hardware_interface
  4. pr2_mechanism_diagnostics
  5. pr2_mechanism_model
  6. realtime_tools

Why is pr2_mechanism_msgs missing?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2012-11-23 20:02:23 -0500

Lorenz gravatar image

Why are you installing from source? Just take the debian package:

sudo apt-get install ros-fuerte-pr2-mechanism
edit flag offensive delete link more

Comments

Thanks. I did not know there was a pre-built debian package available.

liangfok gravatar image liangfok  ( 2012-11-24 04:06:21 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2012-11-23 18:39:13 -0500

Seen: 339 times

Last updated: Nov 23 '12