Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit 41fd31d

Browse files
Pyreach sync 20211215
1 parent 5eb3f1d commit 41fd31d

34 files changed

+1532
-966
lines changed

pyreach/common/proto_gen/logs_pb2.pyi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2638,6 +2638,7 @@ class MessageLastTimestamp(google.protobuf.message.Message):
26382638
global___MessageLastTimestamp = MessageLastTimestamp
26392639

26402640
class 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):
26912692
global___InferenceRequest = InferenceRequest
26922693

26932694
class 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):
33593361
global___Status = Status
33603362

33613363
class 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):
33773380
global___Position = Position
33783381

33793382
class 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):
33983402
global___Rotation = Rotation
33993403

34003404
class 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):
37273732
global___SessionInfo = SessionInfo
37283733

37293734
class 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):
37423748
global___ProtectiveStopState = ProtectiveStopState
37433749

37443750
class 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):
37573764
global___SafeguardStopState = SafeguardStopState
37583765

37593766
class 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

Comments
 (0)