viam.gen.component.base.v1.base_pb2

@generated by mypy-protobuf. Do not edit manually! isort:skip_file

Module Contents

Classes

MoveStraightRequest

Abstract base class for protocol messages.

MoveStraightResponse

Abstract base class for protocol messages.

SpinRequest

Abstract base class for protocol messages.

SpinResponse

Abstract base class for protocol messages.

StopRequest

Abstract base class for protocol messages.

StopResponse

Abstract base class for protocol messages.

SetPowerRequest

Abstract base class for protocol messages.

SetPowerResponse

Abstract base class for protocol messages.

SetVelocityRequest

Abstract base class for protocol messages.

SetVelocityResponse

Abstract base class for protocol messages.

IsMovingRequest

Abstract base class for protocol messages.

IsMovingResponse

Abstract base class for protocol messages.

GetPropertiesRequest

Abstract base class for protocol messages.

GetPropertiesResponse

Abstract base class for protocol messages.

Attributes

DESCRIPTOR

global___MoveStraightRequest

global___MoveStraightResponse

global___SpinRequest

global___SpinResponse

global___StopRequest

global___StopResponse

global___SetPowerRequest

global___SetPowerResponse

global___SetVelocityRequest

global___SetVelocityResponse

global___IsMovingRequest

global___IsMovingResponse

global___GetPropertiesRequest

global___GetPropertiesResponse

viam.gen.component.base.v1.base_pb2.DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
class viam.gen.component.base.v1.base_pb2.MoveStraightRequest(*, name: str = ..., distance_mm: int = ..., mm_per_sec: float = ..., extra: google.protobuf.struct_pb2.Struct | None = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

property extra: google.protobuf.struct_pb2.Struct

Additional arguments to the method

name: str

Name of a base

distance_mm: int

Desired travel distance in millimeters

mm_per_sec: float

Desired travel velocity in millimeters/second

HasField(field_name: Literal[extra, b'extra']) bool

Checks if a certain field is set for the message.

For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor, ValueError will be raised.

Parameters:

field_name (str) – The name of the field to check for presence.

Returns:

Whether a value has been set for the named field.

Return type:

bool

Raises:

ValueError – if the field_name is not a member of this message.

viam.gen.component.base.v1.base_pb2.global___MoveStraightRequest
class viam.gen.component.base.v1.base_pb2.MoveStraightResponse

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

viam.gen.component.base.v1.base_pb2.global___MoveStraightResponse
class viam.gen.component.base.v1.base_pb2.SpinRequest(*, name: str = ..., angle_deg: float = ..., degs_per_sec: float = ..., extra: google.protobuf.struct_pb2.Struct | None = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

property extra: google.protobuf.struct_pb2.Struct

Additional arguments to the method

name: str

Name of a base

angle_deg: float

Desired angle

degs_per_sec: float

Desired angular velocity

HasField(field_name: Literal[extra, b'extra']) bool

Checks if a certain field is set for the message.

For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor, ValueError will be raised.

Parameters:

field_name (str) – The name of the field to check for presence.

Returns:

Whether a value has been set for the named field.

Return type:

bool

Raises:

ValueError – if the field_name is not a member of this message.

viam.gen.component.base.v1.base_pb2.global___SpinRequest
class viam.gen.component.base.v1.base_pb2.SpinResponse

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

viam.gen.component.base.v1.base_pb2.global___SpinResponse
class viam.gen.component.base.v1.base_pb2.StopRequest(*, name: str = ..., extra: google.protobuf.struct_pb2.Struct | None = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

property extra: google.protobuf.struct_pb2.Struct

Additional arguments to the method

name: str

Name of a base

HasField(field_name: Literal[extra, b'extra']) bool

Checks if a certain field is set for the message.

For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor, ValueError will be raised.

Parameters:

field_name (str) – The name of the field to check for presence.

Returns:

Whether a value has been set for the named field.

Return type:

bool

Raises:

ValueError – if the field_name is not a member of this message.

viam.gen.component.base.v1.base_pb2.global___StopRequest
class viam.gen.component.base.v1.base_pb2.StopResponse

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

viam.gen.component.base.v1.base_pb2.global___StopResponse
class viam.gen.component.base.v1.base_pb2.SetPowerRequest(*, name: str = ..., linear: viam.gen.common.v1.common_pb2.Vector3 | None = ..., angular: viam.gen.common.v1.common_pb2.Vector3 | None = ..., extra: google.protobuf.struct_pb2.Struct | None = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

property linear: viam.gen.common.v1.common_pb2.Vector3

Desired linear power percentage as -1 -> 1

property angular: viam.gen.common.v1.common_pb2.Vector3

Desired angular power percentage % as -1 -> 1

property extra: google.protobuf.struct_pb2.Struct

Additional arguments to the method

name: str

Name of a base

HasField(field_name: Literal[angular, b'angular', extra, b'extra', linear, b'linear']) bool

Checks if a certain field is set for the message.

For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor, ValueError will be raised.

Parameters:

field_name (str) – The name of the field to check for presence.

Returns:

Whether a value has been set for the named field.

Return type:

bool

Raises:

ValueError – if the field_name is not a member of this message.

viam.gen.component.base.v1.base_pb2.global___SetPowerRequest
class viam.gen.component.base.v1.base_pb2.SetPowerResponse

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

viam.gen.component.base.v1.base_pb2.global___SetPowerResponse
class viam.gen.component.base.v1.base_pb2.SetVelocityRequest(*, name: str = ..., linear: viam.gen.common.v1.common_pb2.Vector3 | None = ..., angular: viam.gen.common.v1.common_pb2.Vector3 | None = ..., extra: google.protobuf.struct_pb2.Struct | None = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

property linear: viam.gen.common.v1.common_pb2.Vector3

Desired linear velocity in mm per second

property angular: viam.gen.common.v1.common_pb2.Vector3

Desired angular velocity in degrees per second

property extra: google.protobuf.struct_pb2.Struct

Additional arguments to the method

name: str

Name of a base

HasField(field_name: Literal[angular, b'angular', extra, b'extra', linear, b'linear']) bool

Checks if a certain field is set for the message.

For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor, ValueError will be raised.

Parameters:

field_name (str) – The name of the field to check for presence.

Returns:

Whether a value has been set for the named field.

Return type:

bool

Raises:

ValueError – if the field_name is not a member of this message.

viam.gen.component.base.v1.base_pb2.global___SetVelocityRequest
class viam.gen.component.base.v1.base_pb2.SetVelocityResponse

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

viam.gen.component.base.v1.base_pb2.global___SetVelocityResponse
class viam.gen.component.base.v1.base_pb2.IsMovingRequest(*, name: str = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

name: str
viam.gen.component.base.v1.base_pb2.global___IsMovingRequest
class viam.gen.component.base.v1.base_pb2.IsMovingResponse(*, is_moving: bool = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

is_moving: bool
viam.gen.component.base.v1.base_pb2.global___IsMovingResponse
class viam.gen.component.base.v1.base_pb2.GetPropertiesRequest(*, name: str = ..., extra: google.protobuf.struct_pb2.Struct | None = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

property extra: google.protobuf.struct_pb2.Struct
name: str

Name of the base

HasField(field_name: Literal[extra, b'extra']) bool

Checks if a certain field is set for the message.

For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor, ValueError will be raised.

Parameters:

field_name (str) – The name of the field to check for presence.

Returns:

Whether a value has been set for the named field.

Return type:

bool

Raises:

ValueError – if the field_name is not a member of this message.

viam.gen.component.base.v1.base_pb2.global___GetPropertiesRequest
class viam.gen.component.base.v1.base_pb2.GetPropertiesResponse(*, width_meters: float = ..., turning_radius_meters: float = ..., wheel_circumference_meters: float = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

width_meters: float
turning_radius_meters: float
wheel_circumference_meters: float
viam.gen.component.base.v1.base_pb2.global___GetPropertiesResponse