class documentation

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method deserialize Undocumented
Method get_value Undocumented
Method is_property Undocumented
Method run Undocumented
Method serialize Undocumented
Instance Variable type Undocumented
Instance Variable value Undocumented
def __init__(self, type: StepType, value: StepValue = StepValue()):

Undocumented

def __repr__(self):

Undocumented

def deserialize(self, buffer: str):

Undocumented

def get_value(self) -> object:

Undocumented

def is_property(self) -> bool:

Undocumented

def run(self, robot: NiryoRosWrapper) -> GoalReport:

Undocumented

def serialize(self) -> str:

Undocumented

type =

Undocumented

value =

Undocumented