AbstractThe program to which the instruction has been assigned.
AbstractexecuteExecutes the instruction.
The robot controller on which the instruction is to be executed.
The future that is resolved once the instruction has been executed.
AbstractlabelThe label for the instruction, as it is to be displayed in the inspector.
The unit settings for the inspector.
The label.
Base class for instructions that can be executed by a robot controller.
Remarks
It is not possible to create custom/scripted robot instructions. Instead, create a custom component that extends
See