Skip to content

Commit de8bca8

Browse files
Update navigation_pb2.pyi
1 parent 4aab811 commit de8bca8

File tree

1 file changed

+0
-65
lines changed

1 file changed

+0
-65
lines changed

src/viam/gen/service/navigation/v1/navigation_pb2.pyi

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,12 @@ class _ModeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeW
2727
MODE_UNSPECIFIED: _Mode.ValueType
2828
MODE_MANUAL: _Mode.ValueType
2929
MODE_WAYPOINT: _Mode.ValueType
30-
MODE_EXPLORE: _Mode.ValueType
3130

3231
class Mode(_Mode, metaclass=_ModeEnumTypeWrapper):
3332
...
3433
MODE_UNSPECIFIED: Mode.ValueType
3534
MODE_MANUAL: Mode.ValueType
3635
MODE_WAYPOINT: Mode.ValueType
37-
MODE_EXPLORE: Mode.ValueType
3836
global___Mode = Mode
3937

4038
@typing_extensions.final
@@ -309,66 +307,3 @@ class GetObstaclesResponse(google.protobuf.message.Message):
309307
def ClearField(self, field_name: typing_extensions.Literal['obstacles', b'obstacles']) -> None:
310308
...
311309
global___GetObstaclesResponse = GetObstaclesResponse
312-
313-
@typing_extensions.final
314-
class Path(google.protobuf.message.Message):
315-
"""A user provided destination and the set of geopoints that
316-
the robot is expected to take to get there
317-
"""
318-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
319-
DESTINATION_WAYPOINT_ID_FIELD_NUMBER: builtins.int
320-
GEOPOINTS_FIELD_NUMBER: builtins.int
321-
destination_waypoint_id: builtins.str
322-
'The id of the user specified waypoint'
323-
324-
@property
325-
def geopoints(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[common.v1.common_pb2.GeoPoint]:
326-
"""List of geopoints that the motion planner output to reach the destination
327-
The first geopoint is the starting position of the robot for that path
328-
"""
329-
330-
def __init__(self, *, destination_waypoint_id: builtins.str=..., geopoints: collections.abc.Iterable[common.v1.common_pb2.GeoPoint] | None=...) -> None:
331-
...
332-
333-
def ClearField(self, field_name: typing_extensions.Literal['destination_waypoint_id', b'destination_waypoint_id', 'geopoints', b'geopoints']) -> None:
334-
...
335-
global___Path = Path
336-
337-
@typing_extensions.final
338-
class GetPathsRequest(google.protobuf.message.Message):
339-
"""Returns all the paths known to the navigation service"""
340-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
341-
NAME_FIELD_NUMBER: builtins.int
342-
EXTRA_FIELD_NUMBER: builtins.int
343-
name: builtins.str
344-
'Name of the navigation service'
345-
346-
@property
347-
def extra(self) -> google.protobuf.struct_pb2.Struct:
348-
...
349-
350-
def __init__(self, *, name: builtins.str=..., extra: google.protobuf.struct_pb2.Struct | None=...) -> None:
351-
...
352-
353-
def HasField(self, field_name: typing_extensions.Literal['extra', b'extra']) -> builtins.bool:
354-
...
355-
356-
def ClearField(self, field_name: typing_extensions.Literal['extra', b'extra', 'name', b'name']) -> None:
357-
...
358-
global___GetPathsRequest = GetPathsRequest
359-
360-
@typing_extensions.final
361-
class GetPathsResponse(google.protobuf.message.Message):
362-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
363-
PATHS_FIELD_NUMBER: builtins.int
364-
365-
@property
366-
def paths(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Path]:
367-
...
368-
369-
def __init__(self, *, paths: collections.abc.Iterable[global___Path] | None=...) -> None:
370-
...
371-
372-
def ClearField(self, field_name: typing_extensions.Literal['paths', b'paths']) -> None:
373-
...
374-
global___GetPathsResponse = GetPathsResponse

0 commit comments

Comments
 (0)