Skip to content

Commit d5d15fb

Browse files
Automated Protos Update (#410)
Co-authored-by: viambot <[email protected]>
1 parent 5e89ba1 commit d5d15fb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/viam/gen/component/movementsensor/v1/movementsensor_pb2.pyi

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class GetCompassHeadingResponse(google.protobuf.message.Message):
125125
DESCRIPTOR: google.protobuf.descriptor.Descriptor
126126
VALUE_FIELD_NUMBER: builtins.int
127127
value: builtins.float
128-
'A number from 0-359 where\n 0 is North, 90 is East, 180 is South, and 270 is West\n '
128+
'A number from 0-359 in degrees where\n 0 is North, 90 is East, 180 is South, and 270 is West\n '
129129

130130
def __init__(self, *, value: builtins.float=...) -> None:
131131
...
@@ -163,7 +163,9 @@ class GetOrientationResponse(google.protobuf.message.Message):
163163

164164
@property
165165
def orientation(self) -> common.v1.common_pb2.Orientation:
166-
...
166+
"""Orientation is returned as an orientation message with
167+
OX OY OZ as unit-normalized components of the axis of the vector, and Theta in degrees
168+
"""
167169

168170
def __init__(self, *, orientation: common.v1.common_pb2.Orientation | None=...) -> None:
169171
...
@@ -205,7 +207,9 @@ class GetPositionResponse(google.protobuf.message.Message):
205207

206208
@property
207209
def coordinate(self) -> common.v1.common_pb2.GeoPoint:
208-
...
210+
"""Position is returned in a coordinate of latitute and longitude
211+
and an altidue in meters
212+
"""
209213
altitude_m: builtins.float
210214

211215
def __init__(self, *, coordinate: common.v1.common_pb2.GeoPoint | None=..., altitude_m: builtins.float=...) -> None:

0 commit comments

Comments
 (0)