Robot_control_class module problems

I can’t access the module “robot_control_class” because it “doesn’t exist”.
The code looks like this:

from robot_control_class import RobotControl

I am in the “Python 3 for Robotics” course, unit 2.

Hello @Jake_Dude ,

Have you completed Exercise 2.1 from Unit 2? In this exercise is where you setup the RobotControl class.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.