ExecutionLevel

class compas_rrc.ExecutionLevel[source]

Bases: object

Defines the execution level of an instruction.

ROBOT = 0

Execute instruction on the robot task.

CONTROLLER = 10

Execute instruction on the controller task (only usable with custom instructions).

Methods

__init__()