roslib - Phyton
Hello!
I create a Phyton project within the ar_pose package. I tried to import roslib to my Phyton program with
import roslib; roslib.load_manifest('ar_pose')
,but get the answer that he could not found the module roslib.
Is roslib a own package which I have to download?
Thanks!
(ROS electric)