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

Revision history [back]

You have the package cloned into your workspace. The error message is saying, that the message file for python cannot be found. This file is auto-generated once you compile your Workspace.

I guess you just have to call a catkin_make (or catkin build, whatever build command you use), and if this compiles successfully, you are good to go...