ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Message definitions are found under a "package.msg.X" namespace, so:
import re_kinect_object_detector.msg
...
rospy.Subscriber("re_kinect/detection_results", re_kinect_object_detector.msg.DetectionResult, callback)