@@ -2638,6 +2638,7 @@ class MessageLastTimestamp(google.protobuf.message.Message):
26382638global___MessageLastTimestamp = MessageLastTimestamp
26392639
26402640class InferenceRequest (google .protobuf .message .Message ):
2641+ """InferenceRequest stores a request for inference from an oracle."""
26412642 DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
26422643 PREDICTION_TYPE_FIELD_NUMBER : builtins .int
26432644 REQUEST_TYPE_FIELD_NUMBER : builtins .int
@@ -2691,6 +2692,7 @@ class InferenceRequest(google.protobuf.message.Message):
26912692global___InferenceRequest = InferenceRequest
26922693
26932694class Prediction (google .protobuf .message .Message ):
2695+ """Prediction is an output from an oracle in response to an inference-request."""
26942696 DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
26952697 COLOR_FIELD_NUMBER : builtins .int
26962698 COLOR_SSOT_KEY_FIELD_NUMBER : builtins .int
@@ -3359,6 +3361,7 @@ class Status(google.protobuf.message.Message):
33593361global___Status = Status
33603362
33613363class Position (google .protobuf .message .Message ):
3364+ """Position stores a 3-dimensional position."""
33623365 DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
33633366 X_FIELD_NUMBER : builtins .int
33643367 Y_FIELD_NUMBER : builtins .int
@@ -3377,6 +3380,7 @@ class Position(google.protobuf.message.Message):
33773380global___Position = Position
33783381
33793382class Rotation (google .protobuf .message .Message ):
3383+ """Rotation stores a 3-dimensional rotation in a quaternion."""
33803384 DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
33813385 X_FIELD_NUMBER : builtins .int
33823386 Y_FIELD_NUMBER : builtins .int
@@ -3398,6 +3402,7 @@ class Rotation(google.protobuf.message.Message):
33983402global___Rotation = Rotation
33993403
34003404class Scale (google .protobuf .message .Message ):
3405+ """Scale stores a 3-dimensional scaling factor."""
34013406 DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
34023407 X_FIELD_NUMBER : builtins .int
34033408 Y_FIELD_NUMBER : builtins .int
@@ -3727,6 +3732,7 @@ class SessionInfo(google.protobuf.message.Message):
37273732global___SessionInfo = SessionInfo
37283733
37293734class ProtectiveStopState (google .protobuf .message .Message ):
3735+ """ProtectiveStopState represents the robot's protective stop state."""
37303736 DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
37313737 IS_PROTECTIVE_STOPPED_FIELD_NUMBER : builtins .int
37323738 SAFETY_MESSAGE_FIELD_NUMBER : builtins .int
@@ -3742,6 +3748,7 @@ class ProtectiveStopState(google.protobuf.message.Message):
37423748global___ProtectiveStopState = ProtectiveStopState
37433749
37443750class SafeguardStopState (google .protobuf .message .Message ):
3751+ """SafeguardStopState represents the robot's safeguard stop state."""
37453752 DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
37463753 IS_SAFEGUARD_STOPPED_FIELD_NUMBER : builtins .int
37473754 SAFETY_MESSAGE_FIELD_NUMBER : builtins .int
@@ -3757,6 +3764,7 @@ class SafeguardStopState(google.protobuf.message.Message):
37573764global___SafeguardStopState = SafeguardStopState
37583765
37593766class EmergencyStopState (google .protobuf .message .Message ):
3767+ """EmergencyStopState represents the robot's emergency stop state."""
37603768 DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
37613769 IS_EMERGENCY_STOPPED_FIELD_NUMBER : builtins .int
37623770 SAFETY_MESSAGE_FIELD_NUMBER : builtins .int
0 commit comments