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: import of systems not related to Morse #157

Open Farges opened 11 years ago

Farges commented 11 years ago

In the generated file 'Rmax.py' there are the following imports:

import RMaxControlSystem
import AvionicSystem
import CameraSystem
import RmaxHardwareArchitecture
import RMaxSoftwareArchitecture
import Camera
import Obc

All those systems are either composite systems or middleware components. They should not be considered.