-
Notifications
You must be signed in to change notification settings - Fork 2
Read me if you don't want to use reflection
varun7654 edited this page Jan 4, 2022
·
7 revisions
The scripting part of the app uses reflection in order to discover and invoke methods without having to do any configuration. This allows you to implement the robot side of the code and "forget it." You don't need manually add methods to be able to execute them. In the GUI you can simply type the class name and the method, and you can the requested method will be executed on the robot with no additional configuration.