@@ -27,14 +27,12 @@ class _ModeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeW
27
27
MODE_UNSPECIFIED : _Mode .ValueType
28
28
MODE_MANUAL : _Mode .ValueType
29
29
MODE_WAYPOINT : _Mode .ValueType
30
- MODE_EXPLORE : _Mode .ValueType
31
30
32
31
class Mode (_Mode , metaclass = _ModeEnumTypeWrapper ):
33
32
...
34
33
MODE_UNSPECIFIED : Mode .ValueType
35
34
MODE_MANUAL : Mode .ValueType
36
35
MODE_WAYPOINT : Mode .ValueType
37
- MODE_EXPLORE : Mode .ValueType
38
36
global___Mode = Mode
39
37
40
38
@typing_extensions .final
@@ -309,66 +307,3 @@ class GetObstaclesResponse(google.protobuf.message.Message):
309
307
def ClearField (self , field_name : typing_extensions .Literal ['obstacles' , b'obstacles' ]) -> None :
310
308
...
311
309
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