rotationDataSet
Lexicon: eco.wonderland.workcell.device.data.defs
Type: object
Properties
Section titled “Properties”Type: int32
Required
Number of entry elements for the observation.
Type: [ entry ]
Type: binary32
Rotation about X axis.
Type: binary32
Rotation about Y axis.
Type: binary32
Rotation about Z axis.
Referenced By
Section titled “Referenced By”- rotation
eco.wonderland.workcell.device.configuration.coordinate.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "count" ], "properties": { "count": { "type": "integer" }, "entry": { "type": "array", "items": { "type": "ref", "ref": "lex:eco.wonderland.workcell.observation.representation.defs#entry" } }, "a": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "b": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "c": { "type": "bytes", "minLength": 4, "maxLength": 4 } }}