You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michal Staniaszek edited this page Jul 23, 2020
·
2 revisions
The robotSystem object, initialised in the director startup, is an object which is used to represent a robot which is being displayed and controlled by the director. This object is constructed in robotsystem.py using a factory object which calls user-specified functions which set fields in the object for information about its configuration, and initialise other objects which are used to send or receive data for that robot. This object can then be passed around in custom components to initialise them.