can u help me how i can get robot _control class for the free course
Traceback (most recent call last):
File "method.py", line 1, in <module>
from robot_control_class import RobotControl
ImportError: cannot import name 'RobotControl' from 'robot_control_class'
I’m embarrassed to admit, but I’m still stuck with this same problem. I’ve copied and pasted the above script in the terminal and I’ve tried following a few youtube videos on how to set up a workspace, but I’m still unable to import RobotControl. I’m sure I’m messing up something very simple, but I can’t seem to figure it out.