ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
rospkg.common.ResourceNotFound: python_msg_conversions
It looks like the python_msg_conversions
package isn't on the search path. Do you have it installed?
2 | No.2 Revision |
rospkg.common.ResourceNotFound: It looks like the python_msg_conversions
package isn't on the search path. Do you have it installed?
3 | No.3 Revision |
rospkg.common.ResourceNotFound: python_msg_conversions
It looks like the python_msg_conversions
package isn't on the search path. Do you have it installed?
Edit: just now noticed you're on Hydro. Is this a catkin package? The rospy tutorials (see Writing a Simple Publisher and Subscriber for instance) show that catkin packages should no longer use roslib.load_manifest(..)
.