Hi folks, ROS noob here. For some reason I get an ImportError for actionlib with the following:
#!/usr/bin/env python
import cv
import roslib; roslib.load_manifest('robot_red')
import rospy
import actionlib
#rest of code...
which results in "ImportError: No module named actionlib" in the terminal. If anyone can describe what the problem might be I'll be eternally grateful. Thanks!
↧