Sending Results
Overview of the Results API and MsgPack data serialization
The Results API
Primitive Type Results
self.setDataValue("hasResults", False)Final Results
from synapse.core.pipeline import pipelineResult
@pipelineResult
class MyPipelineResults:
fun: int
happiness: str
position: floatDefining Robot-Code Results Class
Last updated