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

Revision history [back]

Try adding the following import statement after the 'import rospy' line:

 from roslib import message

--patrick