RobotML / RobotML-SDK

RobotML-SDK is an implementation of the Robot Modeling language. It is based upon Papyrus modeling tool (http://www.papyrus.org) which is itself based upon Eclipse framework (http://www.eclipse.org).
2 stars 1 forks source link

Morse generation: Syntax error #154

Open Farges opened 11 years ago

Farges commented 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):
Farges commented 11 years ago

Same thing in GPS_001.py