Open Farges opened 11 years ago
At line 4 of generated file CameraMain_002.py there is a syntax error:
def __init(self, myRobot)__:
should be:
def __init__(self, myRobot):
Same thing in GPS_001.py
At line 4 of generated file CameraMain_002.py there is a syntax error:
should be: