bosdyn-api 3.3.2__py3-none-any.whl → 4.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. bosdyn/api/arm_command_pb2.py +45 -45
  2. bosdyn/api/auth_pb2.py +7 -9
  3. bosdyn/api/autowalk/autowalk_pb2.py +20 -18
  4. bosdyn/api/autowalk/walks_pb2.py +92 -67
  5. bosdyn/api/basic_command_pb2.py +180 -117
  6. bosdyn/api/data_acquisition_pb2.py +113 -65
  7. bosdyn/api/data_acquisition_plugin_service_pb2.py +2 -2
  8. bosdyn/api/data_acquisition_plugin_service_pb2_grpc.py +35 -0
  9. bosdyn/api/data_acquisition_service_pb2.py +2 -2
  10. bosdyn/api/data_acquisition_service_pb2_grpc.py +38 -3
  11. bosdyn/api/data_acquisition_store_pb2.py +107 -37
  12. bosdyn/api/data_acquisition_store_service_pb2.py +4 -3
  13. bosdyn/api/data_acquisition_store_service_pb2_grpc.py +79 -0
  14. bosdyn/api/full_body_command_pb2.py +5 -5
  15. bosdyn/api/gps/__init__.py +1 -0
  16. bosdyn/api/gps/aggregator_pb2.py +47 -0
  17. bosdyn/api/gps/aggregator_service_pb2.py +29 -0
  18. bosdyn/api/gps/aggregator_service_pb2_grpc.py +90 -0
  19. bosdyn/api/gps/gps_pb2.py +110 -0
  20. bosdyn/api/gps/gps_pb2_grpc.py +4 -0
  21. bosdyn/api/gps/registration_pb2.py +95 -0
  22. bosdyn/api/gps/registration_pb2_grpc.py +4 -0
  23. bosdyn/api/gps/registration_service_pb2.py +29 -0
  24. bosdyn/api/gps/registration_service_pb2_grpc.py +111 -0
  25. bosdyn/api/graph_nav/area_callback_data_pb2.py +13 -3
  26. bosdyn/api/graph_nav/area_callback_pb2.py +99 -53
  27. bosdyn/api/graph_nav/area_callback_service_pb2.py +2 -2
  28. bosdyn/api/graph_nav/area_callback_service_pb2_grpc.py +45 -10
  29. bosdyn/api/graph_nav/gps_pb2.py +40 -0
  30. bosdyn/api/graph_nav/gps_pb2_grpc.py +4 -0
  31. bosdyn/api/graph_nav/graph_nav_pb2.py +145 -129
  32. bosdyn/api/graph_nav/map_pb2.py +73 -65
  33. bosdyn/api/graph_nav/map_processing_pb2.py +28 -14
  34. bosdyn/api/graph_nav/nav_pb2.py +24 -3
  35. bosdyn/api/metrics_logging/__init__.py +1 -0
  36. bosdyn/api/metrics_logging/absolute_metrics_pb2.py +38 -0
  37. bosdyn/api/metrics_logging/absolute_metrics_pb2_grpc.py +4 -0
  38. bosdyn/api/metrics_logging/metrics_logging_robot_pb2.py +89 -0
  39. bosdyn/api/metrics_logging/metrics_logging_robot_pb2_grpc.py +4 -0
  40. bosdyn/api/metrics_logging/metrics_logging_robot_service_pb2.py +29 -0
  41. bosdyn/api/metrics_logging/metrics_logging_robot_service_pb2_grpc.py +132 -0
  42. bosdyn/api/metrics_logging/signed_proto_pb2.py +35 -0
  43. bosdyn/api/metrics_logging/signed_proto_pb2_grpc.py +4 -0
  44. bosdyn/api/mission/mission_pb2.py +72 -71
  45. bosdyn/api/mission/nodes_pb2.py +147 -101
  46. bosdyn/api/network_compute_bridge_pb2.py +19 -16
  47. bosdyn/api/power_pb2.py +29 -3
  48. bosdyn/api/power_service_pb2.py +2 -2
  49. bosdyn/api/power_service_pb2_grpc.py +34 -0
  50. bosdyn/api/robot_command_pb2.py +45 -35
  51. bosdyn/api/robot_command_service_pb2.py +4 -1
  52. bosdyn/api/robot_command_service_pb2_grpc.py +72 -1
  53. bosdyn/api/robot_state_pb2.py +174 -92
  54. bosdyn/api/robot_state_service_pb2.py +4 -1
  55. bosdyn/api/robot_state_service_pb2_grpc.py +71 -3
  56. bosdyn/api/signals_pb2.py +101 -0
  57. bosdyn/api/signals_pb2_grpc.py +4 -0
  58. bosdyn/api/sparse_features_pb2.py +10 -7
  59. bosdyn/api/spot/choreography_params_pb2.py +562 -0
  60. bosdyn/api/spot/choreography_params_pb2_grpc.py +4 -0
  61. bosdyn/api/spot/choreography_sequence_pb2.py +650 -0
  62. bosdyn/api/spot/choreography_sequence_pb2_grpc.py +4 -0
  63. bosdyn/api/spot/choreography_service_pb2.py +29 -0
  64. bosdyn/api/spot/choreography_service_pb2_grpc.py +579 -0
  65. bosdyn/api/spot/robot_command_pb2.py +4 -3
  66. bosdyn/api/spot/spot_check_pb2.py +100 -84
  67. bosdyn/api/spot/spot_check_service_pb2.py +2 -2
  68. bosdyn/api/spot/spot_check_service_pb2_grpc.py +68 -0
  69. bosdyn/api/stairs_pb2.py +22 -20
  70. bosdyn/api/world_object_pb2.py +66 -55
  71. {bosdyn_api-3.3.2.dist-info → bosdyn_api-4.0.0.dist-info}/METADATA +4 -4
  72. {bosdyn_api-3.3.2.dist-info → bosdyn_api-4.0.0.dist-info}/RECORD +75 -49
  73. {bosdyn_api-3.3.2.dist-info → bosdyn_api-4.0.0.dist-info}/WHEEL +1 -1
  74. bosdyn/api/log_annotation_pb2.py +0 -102
  75. bosdyn/api/log_annotation_service_pb2.py +0 -29
  76. bosdyn/api/log_annotation_service_pb2_grpc.py +0 -76
  77. /bosdyn/api/{log_annotation_pb2_grpc.py → gps/aggregator_pb2_grpc.py} +0 -0
  78. {bosdyn_api-3.3.2.dist-info → bosdyn_api-4.0.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,110 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: bosdyn/api/gps/gps.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import descriptor_pool as _descriptor_pool
7
+ from google.protobuf import message as _message
8
+ from google.protobuf import reflection as _reflection
9
+ from google.protobuf import symbol_database as _symbol_database
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from bosdyn.api import geometry_pb2 as bosdyn_dot_api_dot_geometry__pb2
16
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
17
+ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
18
+
19
+
20
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18\x62osdyn/api/gps/gps.proto\x12\x0e\x62osdyn.api.gps\x1a\x19\x62osdyn/api/geometry.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\":\n\x03LLH\x12\x10\n\x08latitude\x18\x01 \x01(\x01\x12\x11\n\tlongitude\x18\x02 \x01(\x01\x12\x0e\n\x06height\x18\x03 \x01(\x01\"\xfe\t\n\x0cGpsDataPoint\x12 \n\x03llh\x18\x01 \x01(\x0b\x32\x13.bosdyn.api.gps.LLH\x12\x1e\n\x04\x65\x63\x65\x66\x18\r \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12)\n\x03yaw\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12-\n\x07heading\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x37\n\x08\x61\x63\x63uracy\x18\x04 \x01(\x0b\x32%.bosdyn.api.gps.GpsDataPoint.Accuracy\x12:\n\nsatellites\x18\x05 \x03(\x0b\x32&.bosdyn.api.gps.GpsDataPoint.Satellite\x12\x32\n\x04mode\x18\x06 \x01(\x0b\x32$.bosdyn.api.gps.GpsDataPoint.FixMode\x12\x31\n\rtimestamp_gps\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x06\x66ilter\x18\x08 \x01(\x0e\x32#.bosdyn.api.gps.GpsDataPoint.Filter\x12\x34\n\x10timestamp_client\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0ftimestamp_robot\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x0e\x62ody_tform_gps\x18\x0c \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\x1a\x30\n\x08\x41\x63\x63uracy\x12\x12\n\nhorizontal\x18\x01 \x01(\x01\x12\x10\n\x08vertical\x18\x02 \x01(\x01\x1a\xda\x02\n\tSatellite\x12\x0b\n\x03prn\x18\x01 \x01(\r\x12\x11\n\televation\x18\x02 \x01(\x02\x12\x0f\n\x07\x61zimuth\x18\x03 \x01(\x02\x12\x0b\n\x03snr\x18\x04 \x01(\x02\x12K\n\rconstellation\x18\x05 \x01(\x0e\x32\x34.bosdyn.api.gps.GpsDataPoint.Satellite.Constellation\"\xc1\x01\n\rConstellation\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x0c\n\x08GPS_L1CA\x10\x01\x12\x0c\n\x08GPS_L2CM\x10\x02\x12\r\n\tSBAS_L1CA\x10\x03\x12\x10\n\x0cGLONASS_L1CA\x10\x04\x12\x10\n\x0cGLONASS_L2CA\x10\x05\x12\x0b\n\x07GPS_L1P\x10\x06\x12\x0b\n\x07GPS_L2P\x10\x07\x12\x0b\n\x07\x42\x44S2_B1\x10\x08\x12\x0b\n\x07\x42\x44S2_B2\x10\t\x12\x0f\n\x0bGALILEO_E1B\x10\n\x12\x0f\n\x0bGALILEO_E7I\x10\x0b\x1a\xd5\x01\n\x07\x46ixMode\x12\x38\n\x05value\x18\x01 \x01(\x0e\x32).bosdyn.api.gps.GpsDataPoint.FixMode.Mode\"\x8f\x01\n\x04Mode\x12\x0b\n\x07Invalid\x10\x00\x12\x07\n\x03SPP\x10\x01\x12\t\n\x05\x44GNSS\x10\x02\x12\x07\n\x03PPS\x10\x03\x12\r\n\tFIXED_RTK\x10\x04\x12\r\n\tFLOAT_RTK\x10\x05\x12\x12\n\x0e\x44\x45\x41\x44_RECKONING\x10\x06\x12\x12\n\x0e\x46IXED_POSITION\x10\x07\x12\r\n\tSIMULATED\x10\x08\x12\x08\n\x04SBAS\x10\t\"B\n\x06\x46ilter\x12\x12\n\x0e\x46ILTER_UNKNOWN\x10\x00\x12\x0f\n\x0b\x46ILTER_NONE\x10\x01\x12\x13\n\x0f\x46ILTER_DURO_INS\x10\x02\"\x19\n\tGpsDevice\x12\x0c\n\x04name\x18\x01 \x01(\t\"s\n\x14LocationAndGpsDevice\x12\x30\n\ndata_point\x18\x01 \x01(\x0b\x32\x1c.bosdyn.api.gps.GpsDataPoint\x12)\n\x06\x64\x65vice\x18\x02 \x01(\x0b\x32\x19.bosdyn.api.gps.GpsDeviceB\x0f\x42\rLocationProtob\x06proto3')
21
+
22
+
23
+
24
+ _LLH = DESCRIPTOR.message_types_by_name['LLH']
25
+ _GPSDATAPOINT = DESCRIPTOR.message_types_by_name['GpsDataPoint']
26
+ _GPSDATAPOINT_ACCURACY = _GPSDATAPOINT.nested_types_by_name['Accuracy']
27
+ _GPSDATAPOINT_SATELLITE = _GPSDATAPOINT.nested_types_by_name['Satellite']
28
+ _GPSDATAPOINT_FIXMODE = _GPSDATAPOINT.nested_types_by_name['FixMode']
29
+ _GPSDEVICE = DESCRIPTOR.message_types_by_name['GpsDevice']
30
+ _LOCATIONANDGPSDEVICE = DESCRIPTOR.message_types_by_name['LocationAndGpsDevice']
31
+ _GPSDATAPOINT_SATELLITE_CONSTELLATION = _GPSDATAPOINT_SATELLITE.enum_types_by_name['Constellation']
32
+ _GPSDATAPOINT_FIXMODE_MODE = _GPSDATAPOINT_FIXMODE.enum_types_by_name['Mode']
33
+ _GPSDATAPOINT_FILTER = _GPSDATAPOINT.enum_types_by_name['Filter']
34
+ LLH = _reflection.GeneratedProtocolMessageType('LLH', (_message.Message,), {
35
+ 'DESCRIPTOR' : _LLH,
36
+ '__module__' : 'bosdyn.api.gps.gps_pb2'
37
+ # @@protoc_insertion_point(class_scope:bosdyn.api.gps.LLH)
38
+ })
39
+ _sym_db.RegisterMessage(LLH)
40
+
41
+ GpsDataPoint = _reflection.GeneratedProtocolMessageType('GpsDataPoint', (_message.Message,), {
42
+
43
+ 'Accuracy' : _reflection.GeneratedProtocolMessageType('Accuracy', (_message.Message,), {
44
+ 'DESCRIPTOR' : _GPSDATAPOINT_ACCURACY,
45
+ '__module__' : 'bosdyn.api.gps.gps_pb2'
46
+ # @@protoc_insertion_point(class_scope:bosdyn.api.gps.GpsDataPoint.Accuracy)
47
+ })
48
+ ,
49
+
50
+ 'Satellite' : _reflection.GeneratedProtocolMessageType('Satellite', (_message.Message,), {
51
+ 'DESCRIPTOR' : _GPSDATAPOINT_SATELLITE,
52
+ '__module__' : 'bosdyn.api.gps.gps_pb2'
53
+ # @@protoc_insertion_point(class_scope:bosdyn.api.gps.GpsDataPoint.Satellite)
54
+ })
55
+ ,
56
+
57
+ 'FixMode' : _reflection.GeneratedProtocolMessageType('FixMode', (_message.Message,), {
58
+ 'DESCRIPTOR' : _GPSDATAPOINT_FIXMODE,
59
+ '__module__' : 'bosdyn.api.gps.gps_pb2'
60
+ # @@protoc_insertion_point(class_scope:bosdyn.api.gps.GpsDataPoint.FixMode)
61
+ })
62
+ ,
63
+ 'DESCRIPTOR' : _GPSDATAPOINT,
64
+ '__module__' : 'bosdyn.api.gps.gps_pb2'
65
+ # @@protoc_insertion_point(class_scope:bosdyn.api.gps.GpsDataPoint)
66
+ })
67
+ _sym_db.RegisterMessage(GpsDataPoint)
68
+ _sym_db.RegisterMessage(GpsDataPoint.Accuracy)
69
+ _sym_db.RegisterMessage(GpsDataPoint.Satellite)
70
+ _sym_db.RegisterMessage(GpsDataPoint.FixMode)
71
+
72
+ GpsDevice = _reflection.GeneratedProtocolMessageType('GpsDevice', (_message.Message,), {
73
+ 'DESCRIPTOR' : _GPSDEVICE,
74
+ '__module__' : 'bosdyn.api.gps.gps_pb2'
75
+ # @@protoc_insertion_point(class_scope:bosdyn.api.gps.GpsDevice)
76
+ })
77
+ _sym_db.RegisterMessage(GpsDevice)
78
+
79
+ LocationAndGpsDevice = _reflection.GeneratedProtocolMessageType('LocationAndGpsDevice', (_message.Message,), {
80
+ 'DESCRIPTOR' : _LOCATIONANDGPSDEVICE,
81
+ '__module__' : 'bosdyn.api.gps.gps_pb2'
82
+ # @@protoc_insertion_point(class_scope:bosdyn.api.gps.LocationAndGpsDevice)
83
+ })
84
+ _sym_db.RegisterMessage(LocationAndGpsDevice)
85
+
86
+ if _descriptor._USE_C_DESCRIPTORS == False:
87
+
88
+ DESCRIPTOR._options = None
89
+ DESCRIPTOR._serialized_options = b'B\rLocationProto'
90
+ _LLH._serialized_start=136
91
+ _LLH._serialized_end=194
92
+ _GPSDATAPOINT._serialized_start=197
93
+ _GPSDATAPOINT._serialized_end=1475
94
+ _GPSDATAPOINT_ACCURACY._serialized_start=794
95
+ _GPSDATAPOINT_ACCURACY._serialized_end=842
96
+ _GPSDATAPOINT_SATELLITE._serialized_start=845
97
+ _GPSDATAPOINT_SATELLITE._serialized_end=1191
98
+ _GPSDATAPOINT_SATELLITE_CONSTELLATION._serialized_start=998
99
+ _GPSDATAPOINT_SATELLITE_CONSTELLATION._serialized_end=1191
100
+ _GPSDATAPOINT_FIXMODE._serialized_start=1194
101
+ _GPSDATAPOINT_FIXMODE._serialized_end=1407
102
+ _GPSDATAPOINT_FIXMODE_MODE._serialized_start=1264
103
+ _GPSDATAPOINT_FIXMODE_MODE._serialized_end=1407
104
+ _GPSDATAPOINT_FILTER._serialized_start=1409
105
+ _GPSDATAPOINT_FILTER._serialized_end=1475
106
+ _GPSDEVICE._serialized_start=1477
107
+ _GPSDEVICE._serialized_end=1502
108
+ _LOCATIONANDGPSDEVICE._serialized_start=1504
109
+ _LOCATIONANDGPSDEVICE._serialized_end=1619
110
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,4 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
@@ -0,0 +1,95 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: bosdyn/api/gps/registration.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import descriptor_pool as _descriptor_pool
7
+ from google.protobuf import message as _message
8
+ from google.protobuf import reflection as _reflection
9
+ from google.protobuf import symbol_database as _symbol_database
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from bosdyn.api import geometry_pb2 as bosdyn_dot_api_dot_geometry__pb2
16
+ from bosdyn.api.gps import gps_pb2 as bosdyn_dot_api_dot_gps_dot_gps__pb2
17
+ from bosdyn.api import header_pb2 as bosdyn_dot_api_dot_header__pb2
18
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
19
+
20
+
21
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!bosdyn/api/gps/registration.proto\x12\x0e\x62osdyn.api.gps\x1a\x19\x62osdyn/api/geometry.proto\x1a\x18\x62osdyn/api/gps/gps.proto\x1a\x17\x62osdyn/api/header.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xca\x01\n\x08GpsState\x12\x31\n\x0blatest_data\x18\x02 \x01(\x0b\x32\x1c.bosdyn.api.gps.GpsDataPoint\x12-\n\ngps_device\x18\x03 \x01(\x0b\x32\x19.bosdyn.api.gps.GpsDevice\x12%\n\x0b\x65\x63\x65\x66_p_body\x18\x04 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12\x35\n\x0fhistorical_data\x18\x05 \x03(\x0b\x32\x1c.bosdyn.api.gps.GpsDataPoint\"\x8a\x03\n\x0cRegistration\x12\x33\n\x06status\x18\x01 \x01(\x0e\x32#.bosdyn.api.gps.Registration.Status\x12-\n\ttimestamp\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x13transforms_snapshot\x18\x05 \x01(\x0b\x32\x1d.bosdyn.api.FrameTreeSnapshot\x12\x30\n\x13robot_body_location\x18\x06 \x01(\x0b\x32\x13.bosdyn.api.gps.LLH\x12,\n\ngps_states\x18\x07 \x03(\x0b\x32\x18.bosdyn.api.gps.GpsState\"n\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x14\n\x10STATUS_NEED_DATA\x10\x02\x12\x19\n\x15STATUS_NEED_MORE_DATA\x10\x03\x12\x10\n\x0cSTATUS_STALE\x10\x04J\x04\x08\x02\x10\x03J\x04\x08\x03\x10\x04\"?\n\x12GetLocationRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"\xf6\x01\n\x13GetLocationResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12:\n\x06status\x18\x02 \x01(\x0e\x32*.bosdyn.api.gps.GetLocationResponse.Status\x12\x32\n\x0cregistration\x18\x03 \x01(\x0b\x32\x1c.bosdyn.api.gps.Registration\"C\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x16\n\x12STATUS_NEED_DEVICE\x10\x02\"E\n\x18ResetRegistrationRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"G\n\x19ResetRegistrationResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeaderB\x13\x42\x11RegistrationProtob\x06proto3')
22
+
23
+
24
+
25
+ _GPSSTATE = DESCRIPTOR.message_types_by_name['GpsState']
26
+ _REGISTRATION = DESCRIPTOR.message_types_by_name['Registration']
27
+ _GETLOCATIONREQUEST = DESCRIPTOR.message_types_by_name['GetLocationRequest']
28
+ _GETLOCATIONRESPONSE = DESCRIPTOR.message_types_by_name['GetLocationResponse']
29
+ _RESETREGISTRATIONREQUEST = DESCRIPTOR.message_types_by_name['ResetRegistrationRequest']
30
+ _RESETREGISTRATIONRESPONSE = DESCRIPTOR.message_types_by_name['ResetRegistrationResponse']
31
+ _REGISTRATION_STATUS = _REGISTRATION.enum_types_by_name['Status']
32
+ _GETLOCATIONRESPONSE_STATUS = _GETLOCATIONRESPONSE.enum_types_by_name['Status']
33
+ GpsState = _reflection.GeneratedProtocolMessageType('GpsState', (_message.Message,), {
34
+ 'DESCRIPTOR' : _GPSSTATE,
35
+ '__module__' : 'bosdyn.api.gps.registration_pb2'
36
+ # @@protoc_insertion_point(class_scope:bosdyn.api.gps.GpsState)
37
+ })
38
+ _sym_db.RegisterMessage(GpsState)
39
+
40
+ Registration = _reflection.GeneratedProtocolMessageType('Registration', (_message.Message,), {
41
+ 'DESCRIPTOR' : _REGISTRATION,
42
+ '__module__' : 'bosdyn.api.gps.registration_pb2'
43
+ # @@protoc_insertion_point(class_scope:bosdyn.api.gps.Registration)
44
+ })
45
+ _sym_db.RegisterMessage(Registration)
46
+
47
+ GetLocationRequest = _reflection.GeneratedProtocolMessageType('GetLocationRequest', (_message.Message,), {
48
+ 'DESCRIPTOR' : _GETLOCATIONREQUEST,
49
+ '__module__' : 'bosdyn.api.gps.registration_pb2'
50
+ # @@protoc_insertion_point(class_scope:bosdyn.api.gps.GetLocationRequest)
51
+ })
52
+ _sym_db.RegisterMessage(GetLocationRequest)
53
+
54
+ GetLocationResponse = _reflection.GeneratedProtocolMessageType('GetLocationResponse', (_message.Message,), {
55
+ 'DESCRIPTOR' : _GETLOCATIONRESPONSE,
56
+ '__module__' : 'bosdyn.api.gps.registration_pb2'
57
+ # @@protoc_insertion_point(class_scope:bosdyn.api.gps.GetLocationResponse)
58
+ })
59
+ _sym_db.RegisterMessage(GetLocationResponse)
60
+
61
+ ResetRegistrationRequest = _reflection.GeneratedProtocolMessageType('ResetRegistrationRequest', (_message.Message,), {
62
+ 'DESCRIPTOR' : _RESETREGISTRATIONREQUEST,
63
+ '__module__' : 'bosdyn.api.gps.registration_pb2'
64
+ # @@protoc_insertion_point(class_scope:bosdyn.api.gps.ResetRegistrationRequest)
65
+ })
66
+ _sym_db.RegisterMessage(ResetRegistrationRequest)
67
+
68
+ ResetRegistrationResponse = _reflection.GeneratedProtocolMessageType('ResetRegistrationResponse', (_message.Message,), {
69
+ 'DESCRIPTOR' : _RESETREGISTRATIONRESPONSE,
70
+ '__module__' : 'bosdyn.api.gps.registration_pb2'
71
+ # @@protoc_insertion_point(class_scope:bosdyn.api.gps.ResetRegistrationResponse)
72
+ })
73
+ _sym_db.RegisterMessage(ResetRegistrationResponse)
74
+
75
+ if _descriptor._USE_C_DESCRIPTORS == False:
76
+
77
+ DESCRIPTOR._options = None
78
+ DESCRIPTOR._serialized_options = b'B\021RegistrationProto'
79
+ _GPSSTATE._serialized_start=165
80
+ _GPSSTATE._serialized_end=367
81
+ _REGISTRATION._serialized_start=370
82
+ _REGISTRATION._serialized_end=764
83
+ _REGISTRATION_STATUS._serialized_start=642
84
+ _REGISTRATION_STATUS._serialized_end=752
85
+ _GETLOCATIONREQUEST._serialized_start=766
86
+ _GETLOCATIONREQUEST._serialized_end=829
87
+ _GETLOCATIONRESPONSE._serialized_start=832
88
+ _GETLOCATIONRESPONSE._serialized_end=1078
89
+ _GETLOCATIONRESPONSE_STATUS._serialized_start=1011
90
+ _GETLOCATIONRESPONSE_STATUS._serialized_end=1078
91
+ _RESETREGISTRATIONREQUEST._serialized_start=1080
92
+ _RESETREGISTRATIONREQUEST._serialized_end=1149
93
+ _RESETREGISTRATIONRESPONSE._serialized_start=1151
94
+ _RESETREGISTRATIONRESPONSE._serialized_end=1222
95
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,4 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
@@ -0,0 +1,29 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: bosdyn/api/gps/registration_service.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import descriptor_pool as _descriptor_pool
7
+ from google.protobuf import message as _message
8
+ from google.protobuf import reflection as _reflection
9
+ from google.protobuf import symbol_database as _symbol_database
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from bosdyn.api.gps import registration_pb2 as bosdyn_dot_api_dot_gps_dot_registration__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)bosdyn/api/gps/registration_service.proto\x12\x0e\x62osdyn.api.gps\x1a!bosdyn/api/gps/registration.proto2\xdb\x01\n\x13RegistrationService\x12X\n\x0bGetLocation\x12\".bosdyn.api.gps.GetLocationRequest\x1a#.bosdyn.api.gps.GetLocationResponse\"\x00\x12j\n\x11ResetRegistration\x12(.bosdyn.api.gps.ResetRegistrationRequest\x1a).bosdyn.api.gps.ResetRegistrationResponse\"\x00\x42\x1a\x42\x18RegistrationServiceProtob\x06proto3')
19
+
20
+
21
+
22
+ _REGISTRATIONSERVICE = DESCRIPTOR.services_by_name['RegistrationService']
23
+ if _descriptor._USE_C_DESCRIPTORS == False:
24
+
25
+ DESCRIPTOR._options = None
26
+ DESCRIPTOR._serialized_options = b'B\030RegistrationServiceProto'
27
+ _REGISTRATIONSERVICE._serialized_start=97
28
+ _REGISTRATIONSERVICE._serialized_end=316
29
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,111 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
5
+ from bosdyn.api.gps import registration_pb2 as bosdyn_dot_api_dot_gps_dot_registration__pb2
6
+
7
+
8
+ class RegistrationServiceStub(object):
9
+ """
10
+ The RegistrationService consumes data sent to the Gps/AggregatorService.
11
+ It calculates where the robot is in the world, and the transfroms from
12
+ the robots internal frames to the world frame.
13
+ """
14
+
15
+ def __init__(self, channel):
16
+ """Constructor.
17
+
18
+ Args:
19
+ channel: A grpc.Channel.
20
+ """
21
+ self.GetLocation = channel.unary_unary(
22
+ '/bosdyn.api.gps.RegistrationService/GetLocation',
23
+ request_serializer=bosdyn_dot_api_dot_gps_dot_registration__pb2.GetLocationRequest.SerializeToString,
24
+ response_deserializer=bosdyn_dot_api_dot_gps_dot_registration__pb2.GetLocationResponse.FromString,
25
+ )
26
+ self.ResetRegistration = channel.unary_unary(
27
+ '/bosdyn.api.gps.RegistrationService/ResetRegistration',
28
+ request_serializer=bosdyn_dot_api_dot_gps_dot_registration__pb2.ResetRegistrationRequest.SerializeToString,
29
+ response_deserializer=bosdyn_dot_api_dot_gps_dot_registration__pb2.ResetRegistrationResponse.FromString,
30
+ )
31
+
32
+
33
+ class RegistrationServiceServicer(object):
34
+ """
35
+ The RegistrationService consumes data sent to the Gps/AggregatorService.
36
+ It calculates where the robot is in the world, and the transfroms from
37
+ the robots internal frames to the world frame.
38
+ """
39
+
40
+ def GetLocation(self, request, context):
41
+ """Missing associated documentation comment in .proto file."""
42
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
43
+ context.set_details('Method not implemented!')
44
+ raise NotImplementedError('Method not implemented!')
45
+
46
+ def ResetRegistration(self, request, context):
47
+ """Missing associated documentation comment in .proto file."""
48
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
49
+ context.set_details('Method not implemented!')
50
+ raise NotImplementedError('Method not implemented!')
51
+
52
+
53
+ def add_RegistrationServiceServicer_to_server(servicer, server):
54
+ rpc_method_handlers = {
55
+ 'GetLocation': grpc.unary_unary_rpc_method_handler(
56
+ servicer.GetLocation,
57
+ request_deserializer=bosdyn_dot_api_dot_gps_dot_registration__pb2.GetLocationRequest.FromString,
58
+ response_serializer=bosdyn_dot_api_dot_gps_dot_registration__pb2.GetLocationResponse.SerializeToString,
59
+ ),
60
+ 'ResetRegistration': grpc.unary_unary_rpc_method_handler(
61
+ servicer.ResetRegistration,
62
+ request_deserializer=bosdyn_dot_api_dot_gps_dot_registration__pb2.ResetRegistrationRequest.FromString,
63
+ response_serializer=bosdyn_dot_api_dot_gps_dot_registration__pb2.ResetRegistrationResponse.SerializeToString,
64
+ ),
65
+ }
66
+ generic_handler = grpc.method_handlers_generic_handler(
67
+ 'bosdyn.api.gps.RegistrationService', rpc_method_handlers)
68
+ server.add_generic_rpc_handlers((generic_handler,))
69
+
70
+
71
+ # This class is part of an EXPERIMENTAL API.
72
+ class RegistrationService(object):
73
+ """
74
+ The RegistrationService consumes data sent to the Gps/AggregatorService.
75
+ It calculates where the robot is in the world, and the transfroms from
76
+ the robots internal frames to the world frame.
77
+ """
78
+
79
+ @staticmethod
80
+ def GetLocation(request,
81
+ target,
82
+ options=(),
83
+ channel_credentials=None,
84
+ call_credentials=None,
85
+ insecure=False,
86
+ compression=None,
87
+ wait_for_ready=None,
88
+ timeout=None,
89
+ metadata=None):
90
+ return grpc.experimental.unary_unary(request, target, '/bosdyn.api.gps.RegistrationService/GetLocation',
91
+ bosdyn_dot_api_dot_gps_dot_registration__pb2.GetLocationRequest.SerializeToString,
92
+ bosdyn_dot_api_dot_gps_dot_registration__pb2.GetLocationResponse.FromString,
93
+ options, channel_credentials,
94
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
95
+
96
+ @staticmethod
97
+ def ResetRegistration(request,
98
+ target,
99
+ options=(),
100
+ channel_credentials=None,
101
+ call_credentials=None,
102
+ insecure=False,
103
+ compression=None,
104
+ wait_for_ready=None,
105
+ timeout=None,
106
+ metadata=None):
107
+ return grpc.experimental.unary_unary(request, target, '/bosdyn.api.gps.RegistrationService/ResetRegistration',
108
+ bosdyn_dot_api_dot_gps_dot_registration__pb2.ResetRegistrationRequest.SerializeToString,
109
+ bosdyn_dot_api_dot_gps_dot_registration__pb2.ResetRegistrationResponse.FromString,
110
+ options, channel_credentials,
111
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@@ -16,11 +16,19 @@ from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
16
16
  from bosdyn.api import service_customization_pb2 as bosdyn_dot_api_dot_service__customization__pb2
17
17
 
18
18
 
19
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-bosdyn/api/graph_nav/area_callback_data.proto\x12\x14\x62osdyn.api.graph_nav\x1a\x19google/protobuf/any.proto\x1a&bosdyn/api/service_customization.proto\"k\n\x10\x41reaCallbackData\x12)\n\x0b\x63onfig_data\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12,\n\rcustom_params\x18\x02 \x01(\x0b\x32\x15.bosdyn.api.DictParamB\x17\x42\x15\x41reaCallbackDataProtob\x06proto3')
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-bosdyn/api/graph_nav/area_callback_data.proto\x12\x14\x62osdyn.api.graph_nav\x1a\x19google/protobuf/any.proto\x1a&bosdyn/api/service_customization.proto\"\x17\n\x15\x41reaCallbackMapConfig\"\xac\x01\n\x10\x41reaCallbackData\x12)\n\x0b\x63onfig_data\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12,\n\rcustom_params\x18\x02 \x01(\x0b\x32\x15.bosdyn.api.DictParam\x12?\n\nmap_config\x18\x03 \x01(\x0b\x32+.bosdyn.api.graph_nav.AreaCallbackMapConfigB\x17\x42\x15\x41reaCallbackDataProtob\x06proto3')
20
20
 
21
21
 
22
22
 
23
+ _AREACALLBACKMAPCONFIG = DESCRIPTOR.message_types_by_name['AreaCallbackMapConfig']
23
24
  _AREACALLBACKDATA = DESCRIPTOR.message_types_by_name['AreaCallbackData']
25
+ AreaCallbackMapConfig = _reflection.GeneratedProtocolMessageType('AreaCallbackMapConfig', (_message.Message,), {
26
+ 'DESCRIPTOR' : _AREACALLBACKMAPCONFIG,
27
+ '__module__' : 'bosdyn.api.graph_nav.area_callback_data_pb2'
28
+ # @@protoc_insertion_point(class_scope:bosdyn.api.graph_nav.AreaCallbackMapConfig)
29
+ })
30
+ _sym_db.RegisterMessage(AreaCallbackMapConfig)
31
+
24
32
  AreaCallbackData = _reflection.GeneratedProtocolMessageType('AreaCallbackData', (_message.Message,), {
25
33
  'DESCRIPTOR' : _AREACALLBACKDATA,
26
34
  '__module__' : 'bosdyn.api.graph_nav.area_callback_data_pb2'
@@ -32,6 +40,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
32
40
 
33
41
  DESCRIPTOR._options = None
34
42
  DESCRIPTOR._serialized_options = b'B\025AreaCallbackDataProto'
35
- _AREACALLBACKDATA._serialized_start=138
36
- _AREACALLBACKDATA._serialized_end=245
43
+ _AREACALLBACKMAPCONFIG._serialized_start=138
44
+ _AREACALLBACKMAPCONFIG._serialized_end=161
45
+ _AREACALLBACKDATA._serialized_start=164
46
+ _AREACALLBACKDATA._serialized_end=336
37
47
  # @@protoc_insertion_point(module_scope)
@@ -13,6 +13,7 @@ _sym_db = _symbol_database.Default()
13
13
 
14
14
 
15
15
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
16
+ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
16
17
  from bosdyn.api import header_pb2 as bosdyn_dot_api_dot_header__pb2
17
18
  from bosdyn.api import lease_pb2 as bosdyn_dot_api_dot_lease__pb2
18
19
  from bosdyn.api import service_customization_pb2 as bosdyn_dot_api_dot_service__customization__pb2
@@ -20,12 +21,13 @@ from bosdyn.api.graph_nav import area_callback_data_pb2 as bosdyn_dot_api_dot_gr
20
21
  from bosdyn.api.graph_nav import nav_pb2 as bosdyn_dot_api_dot_graph__nav_dot_nav__pb2
21
22
 
22
23
 
23
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(bosdyn/api/graph_nav/area_callback.proto\x12\x14\x62osdyn.api.graph_nav\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x17\x62osdyn/api/header.proto\x1a\x16\x62osdyn/api/lease.proto\x1a&bosdyn/api/service_customization.proto\x1a-bosdyn/api/graph_nav/area_callback_data.proto\x1a\x1e\x62osdyn/api/graph_nav/nav.proto\"\xf1\x03\n\x11\x41reaCallbackError\x12\x14\n\x0cservice_name\x18\x01 \x01(\t\x12@\n\x05\x65rror\x18\x02 \x01(\x0e\x32\x31.bosdyn.api.graph_nav.AreaCallbackError.CallError\x12\x45\n\x0e\x62\x65gin_callback\x18\x03 \x01(\x0b\x32+.bosdyn.api.graph_nav.BeginCallbackResponseH\x00\x12\x43\n\rbegin_control\x18\x04 \x01(\x0b\x32*.bosdyn.api.graph_nav.BeginControlResponseH\x00\x12G\n\x0fupdate_callback\x18\x05 \x01(\x0b\x32,.bosdyn.api.graph_nav.UpdateCallbackResponseH\x00\x12\x41\n\x0c\x65nd_callback\x18\x06 \x01(\x0b\x32).bosdyn.api.graph_nav.EndCallbackResponseH\x00\"Z\n\tCallError\x12\x11\n\rERROR_UNKNOWN\x10\x00\x12\x13\n\x0f\x45RROR_TRANSPORT\x10\x01\x12\x12\n\x0e\x45RROR_RESPONSE\x10\x02\x12\x11\n\rERROR_SERVICE\x10\x03\x42\x10\n\x0eresponse_error\"K\n\x1e\x41reaCallbackInformationRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"n\n\x17\x41reaCallbackInformation\x12 \n\x18required_lease_resources\x18\x01 \x03(\t\x12\x31\n\rcustom_params\x18\x04 \x01(\x0b\x32\x1a.bosdyn.api.DictParam.Spec\"\x8a\x01\n\x1f\x41reaCallbackInformationResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12;\n\x04info\x18\x02 \x01(\x0b\x32-.bosdyn.api.graph_nav.AreaCallbackInformation\"g\n\x11RegionInformation\x12\x11\n\tregion_id\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12*\n\x05route\x18\x03 \x01(\x0b\x32\x1b.bosdyn.api.graph_nav.Route\"\x9a\x02\n\x14\x42\x65ginCallbackRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12<\n\x0bregion_info\x18\x04 \x01(\x0b\x32\'.bosdyn.api.graph_nav.RegionInformation\x12,\n\x08\x65nd_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12=\n\rrecorded_data\x18\x05 \x01(\x0b\x32&.bosdyn.api.graph_nav.AreaCallbackData\x12,\n\rcustom_params\x18\x06 \x01(\x0b\x32\x15.bosdyn.api.DictParam\"\xe2\x02\n\x15\x42\x65ginCallbackResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x42\n\x06status\x18\x02 \x01(\x0e\x32\x32.bosdyn.api.graph_nav.BeginCallbackResponse.Status\x12\x12\n\ncommand_id\x18\x03 \x01(\r\x12\x38\n\x12\x63ustom_param_error\x18\x04 \x01(\x0b\x32\x1c.bosdyn.api.CustomParamError\"\x8a\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12 \n\x1cSTATUS_INVALID_CONFIGURATION\x10\x02\x12\x1b\n\x17STATUS_EXPIRED_END_TIME\x10\x03\x12\x1e\n\x1aSTATUS_CUSTOM_PARAMS_ERROR\x10\x08\"w\n\x13\x42\x65ginControlRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12!\n\x06leases\x18\x02 \x03(\x0b\x32\x11.bosdyn.api.Lease\x12\x12\n\ncommand_id\x18\x03 \x01(\r\"\xc5\x02\n\x14\x42\x65ginControlResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x35\n\x11lease_use_results\x18\x02 \x03(\x0b\x32\x1a.bosdyn.api.LeaseUseResult\x12\x41\n\x06status\x18\x03 \x01(\x0e\x32\x31.bosdyn.api.graph_nav.BeginControlResponse.Status\"\x86\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1d\n\x19STATUS_INVALID_COMMAND_ID\x10\x02\x12\"\n\x1eSTATUS_MISSING_LEASE_RESOURCES\x10\x03\x12\x16\n\x12STATUS_LEASE_ERROR\x10\x04\"\xae\x02\n\x15UpdateCallbackRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x12\n\ncommand_id\x18\x02 \x01(\r\x12,\n\x08\x65nd_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12@\n\x05stage\x18\x04 \x01(\x0e\x32\x31.bosdyn.api.graph_nav.UpdateCallbackRequest.Stage\"f\n\x05Stage\x12\x11\n\rSTAGE_UNKNOWN\x10\x00\x12\x12\n\x0eSTAGE_TO_START\x10\x01\x12\x12\n\x0eSTAGE_AT_START\x10\x02\x12\x10\n\x0cSTAGE_TO_END\x10\x03\x12\x10\n\x0cSTAGE_AT_END\x10\x04\"\x87\n\n\x16UpdateCallbackResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x43\n\x06status\x18\x02 \x01(\x0e\x32\x33.bosdyn.api.graph_nav.UpdateCallbackResponse.Status\x12H\n\x06policy\x18\x03 \x01(\x0b\x32\x36.bosdyn.api.graph_nav.UpdateCallbackResponse.NavPolicyH\x00\x12\x43\n\x05\x65rror\x18\x04 \x01(\x0b\x32\x32.bosdyn.api.graph_nav.UpdateCallbackResponse.ErrorH\x00\x12I\n\x08\x63omplete\x18\x05 \x01(\x0b\x32\x35.bosdyn.api.graph_nav.UpdateCallbackResponse.CompleteH\x00\x12U\n\x0clocalization\x18\x06 \x01(\x0b\x32?.bosdyn.api.graph_nav.UpdateCallbackResponse.UpdateLocalization\x1a\xc1\x01\n\x12UpdateLocalization\x12\x62\n\x06\x63hange\x18\x01 \x01(\x0e\x32R.bosdyn.api.graph_nav.UpdateCallbackResponse.UpdateLocalization.LocalizationChange\"G\n\x12LocalizationChange\x12\x18\n\x14LOCALIZATION_UNKNOWN\x10\x00\x12\x17\n\x13LOCALIZATION_AT_END\x10\x01\x1a\x83\x02\n\tNavPolicy\x12O\n\x08\x61t_start\x18\x01 \x01(\x0e\x32=.bosdyn.api.graph_nav.UpdateCallbackResponse.NavPolicy.Option\x12M\n\x06\x61t_end\x18\x02 \x01(\x0e\x32=.bosdyn.api.graph_nav.UpdateCallbackResponse.NavPolicy.Option\"V\n\x06Option\x12\x12\n\x0eOPTION_UNKNOWN\x10\x00\x12\x13\n\x0fOPTION_CONTINUE\x10\x01\x12\x0f\n\x0bOPTION_STOP\x10\x02\x12\x12\n\x0eOPTION_CONTROL\x10\x03\x1a\xff\x01\n\x05\x45rror\x12K\n\x05\x65rror\x18\x01 \x01(\x0e\x32<.bosdyn.api.graph_nav.UpdateCallbackResponse.Error.ErrorType\x12\x35\n\x11lease_use_results\x18\x02 \x03(\x0b\x32\x1a.bosdyn.api.LeaseUseResult\"r\n\tErrorType\x12\x11\n\rERROR_UNKNOWN\x10\x00\x12\x11\n\rERROR_BLOCKED\x10\x01\x12\x19\n\x15\x45RROR_CALLBACK_FAILED\x10\x02\x12\x0f\n\x0b\x45RROR_LEASE\x10\x03\x12\x13\n\x0f\x45RROR_TIMED_OUT\x10\x04\x1a\n\n\x08\x43omplete\"g\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1d\n\x19STATUS_INVALID_COMMAND_ID\x10\x02\x12\x1b\n\x17STATUS_EXPIRED_END_TIME\x10\x03\x42\n\n\x08response\"S\n\x12\x45ndCallbackRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x12\n\ncommand_id\x18\x02 \x01(\r\"\xf4\x01\n\x13\x45ndCallbackResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12@\n\x06status\x18\x02 \x01(\x0e\x32\x30.bosdyn.api.graph_nav.EndCallbackResponse.Status\"o\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1d\n\x19STATUS_INVALID_COMMAND_ID\x10\x02\x12#\n\x1fSTATUS_SHUTDOWN_CALLBACK_FAILED\x10\x03\x42\x13\x42\x11\x41reaCallbackProtob\x06proto3')
24
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(bosdyn/api/graph_nav/area_callback.proto\x12\x14\x62osdyn.api.graph_nav\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x17\x62osdyn/api/header.proto\x1a\x16\x62osdyn/api/lease.proto\x1a&bosdyn/api/service_customization.proto\x1a-bosdyn/api/graph_nav/area_callback_data.proto\x1a\x1e\x62osdyn/api/graph_nav/nav.proto\"\xf1\x03\n\x11\x41reaCallbackError\x12\x14\n\x0cservice_name\x18\x01 \x01(\t\x12@\n\x05\x65rror\x18\x02 \x01(\x0e\x32\x31.bosdyn.api.graph_nav.AreaCallbackError.CallError\x12\x45\n\x0e\x62\x65gin_callback\x18\x03 \x01(\x0b\x32+.bosdyn.api.graph_nav.BeginCallbackResponseH\x00\x12\x43\n\rbegin_control\x18\x04 \x01(\x0b\x32*.bosdyn.api.graph_nav.BeginControlResponseH\x00\x12G\n\x0fupdate_callback\x18\x05 \x01(\x0b\x32,.bosdyn.api.graph_nav.UpdateCallbackResponseH\x00\x12\x41\n\x0c\x65nd_callback\x18\x06 \x01(\x0b\x32).bosdyn.api.graph_nav.EndCallbackResponseH\x00\"Z\n\tCallError\x12\x11\n\rERROR_UNKNOWN\x10\x00\x12\x13\n\x0f\x45RROR_TRANSPORT\x10\x01\x12\x12\n\x0e\x45RROR_RESPONSE\x10\x02\x12\x11\n\rERROR_SERVICE\x10\x03\x42\x10\n\x0eresponse_error\"K\n\x1e\x41reaCallbackInformationRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"\xce\x03\n\x11StopConfiguration\x12M\n\x0e\x66\x61\x63\x65_direction\x18\x03 \x01(\x0e\x32\x35.bosdyn.api.graph_nav.StopConfiguration.FaceDirection\x12\x1e\n\x16\x66\x61\x63\x65_stairs_if_present\x18\x05 \x01(\x08\x12\x35\n\x0f\x66\x61\x63\x65_yaw_offset\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x32\n\x0cmax_distance\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12-\n\x07max_yaw\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\xaf\x01\n\rFaceDirection\x12\x1a\n\x16\x46\x41\x43\x45_DIRECTION_UNKNOWN\x10\x00\x12\x1e\n\x1a\x46\x41\x43\x45_DIRECTION_ALONG_ROUTE\x10\x01\x12!\n\x1d\x46\x41\x43\x45_DIRECTION_WAYPOINT_EXACT\x10\x02\x12 \n\x1c\x46\x41\x43\x45_DIRECTION_WAYPOINT_AUTO\x10\x03\x12\x1d\n\x19\x46\x41\x43\x45_DIRECTION_REGION_END\x10\x04\"\xdf\x05\n\x17\x41reaCallbackInformation\x12 \n\x18required_lease_resources\x18\x01 \x03(\t\x12\x31\n\rcustom_params\x18\x04 \x01(\x0b\x32\x1a.bosdyn.api.DictParam.Spec\x12H\n\x08\x62lockage\x18\x05 \x01(\x0e\x32\x36.bosdyn.api.graph_nav.AreaCallbackInformation.Blockage\x12R\n\x10impairment_check\x18\x06 \x01(\x0e\x32\x38.bosdyn.api.graph_nav.AreaCallbackInformation.Impairment\x12S\n\x0e\x65ntity_waiting\x18\x07 \x01(\x0e\x32;.bosdyn.api.graph_nav.AreaCallbackInformation.EntityWaiting\x12=\n\x0c\x64\x65\x66\x61ult_stop\x18\x08 \x01(\x0b\x32\'.bosdyn.api.graph_nav.StopConfiguration\x12?\n\nmap_config\x18\t \x01(\x0b\x32+.bosdyn.api.graph_nav.AreaCallbackMapConfig\"G\n\x08\x42lockage\x12\x14\n\x10\x42LOCKAGE_UNKNOWN\x10\x00\x12\x11\n\rBLOCKAGE_SKIP\x10\x01\x12\x12\n\x0e\x42LOCKAGE_CHECK\x10\x02\"O\n\nImpairment\x12\x16\n\x12IMPAIRMENT_UNKNOWN\x10\x00\x12\x13\n\x0fIMPAIRMENT_SKIP\x10\x01\x12\x14\n\x10IMPAIRMENT_CHECK\x10\x02\"b\n\rEntityWaiting\x12\x1a\n\x16\x45NTITY_WAITING_UNKNOWN\x10\x00\x12\x1a\n\x16\x45NTITY_WAITING_DISABLE\x10\x01\x12\x19\n\x15\x45NTITY_WAITING_ENABLE\x10\x02\"\x8a\x01\n\x1f\x41reaCallbackInformationResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12;\n\x04info\x18\x02 \x01(\x0b\x32-.bosdyn.api.graph_nav.AreaCallbackInformation\"g\n\x11RegionInformation\x12\x11\n\tregion_id\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12*\n\x05route\x18\x03 \x01(\x0b\x32\x1b.bosdyn.api.graph_nav.Route\"\x9a\x02\n\x14\x42\x65ginCallbackRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12<\n\x0bregion_info\x18\x04 \x01(\x0b\x32\'.bosdyn.api.graph_nav.RegionInformation\x12,\n\x08\x65nd_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12=\n\rrecorded_data\x18\x05 \x01(\x0b\x32&.bosdyn.api.graph_nav.AreaCallbackData\x12,\n\rcustom_params\x18\x06 \x01(\x0b\x32\x15.bosdyn.api.DictParam\"\xe2\x02\n\x15\x42\x65ginCallbackResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x42\n\x06status\x18\x02 \x01(\x0e\x32\x32.bosdyn.api.graph_nav.BeginCallbackResponse.Status\x12\x12\n\ncommand_id\x18\x03 \x01(\r\x12\x38\n\x12\x63ustom_param_error\x18\x04 \x01(\x0b\x32\x1c.bosdyn.api.CustomParamError\"\x8a\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12 \n\x1cSTATUS_INVALID_CONFIGURATION\x10\x02\x12\x1b\n\x17STATUS_EXPIRED_END_TIME\x10\x03\x12\x1e\n\x1aSTATUS_CUSTOM_PARAMS_ERROR\x10\x08\"w\n\x13\x42\x65ginControlRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12!\n\x06leases\x18\x02 \x03(\x0b\x32\x11.bosdyn.api.Lease\x12\x12\n\ncommand_id\x18\x03 \x01(\r\"\xc5\x02\n\x14\x42\x65ginControlResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x35\n\x11lease_use_results\x18\x02 \x03(\x0b\x32\x1a.bosdyn.api.LeaseUseResult\x12\x41\n\x06status\x18\x03 \x01(\x0e\x32\x31.bosdyn.api.graph_nav.BeginControlResponse.Status\"\x86\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1d\n\x19STATUS_INVALID_COMMAND_ID\x10\x02\x12\"\n\x1eSTATUS_MISSING_LEASE_RESOURCES\x10\x03\x12\x16\n\x12STATUS_LEASE_ERROR\x10\x04\"\xae\x02\n\x15UpdateCallbackRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x12\n\ncommand_id\x18\x02 \x01(\r\x12,\n\x08\x65nd_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12@\n\x05stage\x18\x04 \x01(\x0e\x32\x31.bosdyn.api.graph_nav.UpdateCallbackRequest.Stage\"f\n\x05Stage\x12\x11\n\rSTAGE_UNKNOWN\x10\x00\x12\x12\n\x0eSTAGE_TO_START\x10\x01\x12\x12\n\x0eSTAGE_AT_START\x10\x02\x12\x10\n\x0cSTAGE_TO_END\x10\x03\x12\x10\n\x0cSTAGE_AT_END\x10\x04\"\xc4\n\n\x16UpdateCallbackResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x43\n\x06status\x18\x02 \x01(\x0e\x32\x33.bosdyn.api.graph_nav.UpdateCallbackResponse.Status\x12H\n\x06policy\x18\x03 \x01(\x0b\x32\x36.bosdyn.api.graph_nav.UpdateCallbackResponse.NavPolicyH\x00\x12\x43\n\x05\x65rror\x18\x04 \x01(\x0b\x32\x32.bosdyn.api.graph_nav.UpdateCallbackResponse.ErrorH\x00\x12I\n\x08\x63omplete\x18\x05 \x01(\x0b\x32\x35.bosdyn.api.graph_nav.UpdateCallbackResponse.CompleteH\x00\x12U\n\x0clocalization\x18\x06 \x01(\x0b\x32?.bosdyn.api.graph_nav.UpdateCallbackResponse.UpdateLocalization\x1a\xc1\x01\n\x12UpdateLocalization\x12\x62\n\x06\x63hange\x18\x01 \x01(\x0e\x32R.bosdyn.api.graph_nav.UpdateCallbackResponse.UpdateLocalization.LocalizationChange\"G\n\x12LocalizationChange\x12\x18\n\x14LOCALIZATION_UNKNOWN\x10\x00\x12\x17\n\x13LOCALIZATION_AT_END\x10\x01\x1a\xc0\x02\n\tNavPolicy\x12O\n\x08\x61t_start\x18\x01 \x01(\x0e\x32=.bosdyn.api.graph_nav.UpdateCallbackResponse.NavPolicy.Option\x12M\n\x06\x61t_end\x18\x02 \x01(\x0e\x32=.bosdyn.api.graph_nav.UpdateCallbackResponse.NavPolicy.Option\x12;\n\nend_config\x18\x04 \x01(\x0b\x32\'.bosdyn.api.graph_nav.StopConfiguration\"V\n\x06Option\x12\x12\n\x0eOPTION_UNKNOWN\x10\x00\x12\x13\n\x0fOPTION_CONTINUE\x10\x01\x12\x0f\n\x0bOPTION_STOP\x10\x02\x12\x12\n\x0eOPTION_CONTROL\x10\x03\x1a\xff\x01\n\x05\x45rror\x12K\n\x05\x65rror\x18\x01 \x01(\x0e\x32<.bosdyn.api.graph_nav.UpdateCallbackResponse.Error.ErrorType\x12\x35\n\x11lease_use_results\x18\x02 \x03(\x0b\x32\x1a.bosdyn.api.LeaseUseResult\"r\n\tErrorType\x12\x11\n\rERROR_UNKNOWN\x10\x00\x12\x11\n\rERROR_BLOCKED\x10\x01\x12\x19\n\x15\x45RROR_CALLBACK_FAILED\x10\x02\x12\x0f\n\x0b\x45RROR_LEASE\x10\x03\x12\x13\n\x0f\x45RROR_TIMED_OUT\x10\x04\x1a\n\n\x08\x43omplete\"g\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1d\n\x19STATUS_INVALID_COMMAND_ID\x10\x02\x12\x1b\n\x17STATUS_EXPIRED_END_TIME\x10\x03\x42\n\n\x08response\"S\n\x12\x45ndCallbackRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x12\n\ncommand_id\x18\x02 \x01(\r\"\xf4\x01\n\x13\x45ndCallbackResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12@\n\x06status\x18\x02 \x01(\x0e\x32\x30.bosdyn.api.graph_nav.EndCallbackResponse.Status\"o\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1d\n\x19STATUS_INVALID_COMMAND_ID\x10\x02\x12#\n\x1fSTATUS_SHUTDOWN_CALLBACK_FAILED\x10\x03\"\xb6\x01\n\x12RouteChangeRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x12\n\ncommand_id\x18\x02 \x01(\r\x12*\n\x05route\x18\x03 \x01(\x0b\x32\x1b.bosdyn.api.graph_nav.Route\x12\x35\n\x10unfinished_route\x18\x04 \x01(\x0b\x32\x1b.bosdyn.api.graph_nav.Route\"\xcf\x01\n\x13RouteChangeResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12@\n\x06status\x18\x02 \x01(\x0e\x32\x30.bosdyn.api.graph_nav.RouteChangeResponse.Status\"J\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1d\n\x19STATUS_INVALID_COMMAND_ID\x10\x02\x42\x13\x42\x11\x41reaCallbackProtob\x06proto3')
24
25
 
25
26
 
26
27
 
27
28
  _AREACALLBACKERROR = DESCRIPTOR.message_types_by_name['AreaCallbackError']
28
29
  _AREACALLBACKINFORMATIONREQUEST = DESCRIPTOR.message_types_by_name['AreaCallbackInformationRequest']
30
+ _STOPCONFIGURATION = DESCRIPTOR.message_types_by_name['StopConfiguration']
29
31
  _AREACALLBACKINFORMATION = DESCRIPTOR.message_types_by_name['AreaCallbackInformation']
30
32
  _AREACALLBACKINFORMATIONRESPONSE = DESCRIPTOR.message_types_by_name['AreaCallbackInformationResponse']
31
33
  _REGIONINFORMATION = DESCRIPTOR.message_types_by_name['RegionInformation']
@@ -41,7 +43,13 @@ _UPDATECALLBACKRESPONSE_ERROR = _UPDATECALLBACKRESPONSE.nested_types_by_name['Er
41
43
  _UPDATECALLBACKRESPONSE_COMPLETE = _UPDATECALLBACKRESPONSE.nested_types_by_name['Complete']
42
44
  _ENDCALLBACKREQUEST = DESCRIPTOR.message_types_by_name['EndCallbackRequest']
43
45
  _ENDCALLBACKRESPONSE = DESCRIPTOR.message_types_by_name['EndCallbackResponse']
46
+ _ROUTECHANGEREQUEST = DESCRIPTOR.message_types_by_name['RouteChangeRequest']
47
+ _ROUTECHANGERESPONSE = DESCRIPTOR.message_types_by_name['RouteChangeResponse']
44
48
  _AREACALLBACKERROR_CALLERROR = _AREACALLBACKERROR.enum_types_by_name['CallError']
49
+ _STOPCONFIGURATION_FACEDIRECTION = _STOPCONFIGURATION.enum_types_by_name['FaceDirection']
50
+ _AREACALLBACKINFORMATION_BLOCKAGE = _AREACALLBACKINFORMATION.enum_types_by_name['Blockage']
51
+ _AREACALLBACKINFORMATION_IMPAIRMENT = _AREACALLBACKINFORMATION.enum_types_by_name['Impairment']
52
+ _AREACALLBACKINFORMATION_ENTITYWAITING = _AREACALLBACKINFORMATION.enum_types_by_name['EntityWaiting']
45
53
  _BEGINCALLBACKRESPONSE_STATUS = _BEGINCALLBACKRESPONSE.enum_types_by_name['Status']
46
54
  _BEGINCONTROLRESPONSE_STATUS = _BEGINCONTROLRESPONSE.enum_types_by_name['Status']
47
55
  _UPDATECALLBACKREQUEST_STAGE = _UPDATECALLBACKREQUEST.enum_types_by_name['Stage']
@@ -50,6 +58,7 @@ _UPDATECALLBACKRESPONSE_NAVPOLICY_OPTION = _UPDATECALLBACKRESPONSE_NAVPOLICY.enu
50
58
  _UPDATECALLBACKRESPONSE_ERROR_ERRORTYPE = _UPDATECALLBACKRESPONSE_ERROR.enum_types_by_name['ErrorType']
51
59
  _UPDATECALLBACKRESPONSE_STATUS = _UPDATECALLBACKRESPONSE.enum_types_by_name['Status']
52
60
  _ENDCALLBACKRESPONSE_STATUS = _ENDCALLBACKRESPONSE.enum_types_by_name['Status']
61
+ _ROUTECHANGERESPONSE_STATUS = _ROUTECHANGERESPONSE.enum_types_by_name['Status']
53
62
  AreaCallbackError = _reflection.GeneratedProtocolMessageType('AreaCallbackError', (_message.Message,), {
54
63
  'DESCRIPTOR' : _AREACALLBACKERROR,
55
64
  '__module__' : 'bosdyn.api.graph_nav.area_callback_pb2'
@@ -64,6 +73,13 @@ AreaCallbackInformationRequest = _reflection.GeneratedProtocolMessageType('AreaC
64
73
  })
65
74
  _sym_db.RegisterMessage(AreaCallbackInformationRequest)
66
75
 
76
+ StopConfiguration = _reflection.GeneratedProtocolMessageType('StopConfiguration', (_message.Message,), {
77
+ 'DESCRIPTOR' : _STOPCONFIGURATION,
78
+ '__module__' : 'bosdyn.api.graph_nav.area_callback_pb2'
79
+ # @@protoc_insertion_point(class_scope:bosdyn.api.graph_nav.StopConfiguration)
80
+ })
81
+ _sym_db.RegisterMessage(StopConfiguration)
82
+
67
83
  AreaCallbackInformation = _reflection.GeneratedProtocolMessageType('AreaCallbackInformation', (_message.Message,), {
68
84
  'DESCRIPTOR' : _AREACALLBACKINFORMATION,
69
85
  '__module__' : 'bosdyn.api.graph_nav.area_callback_pb2'
@@ -173,60 +189,90 @@ EndCallbackResponse = _reflection.GeneratedProtocolMessageType('EndCallbackRespo
173
189
  })
174
190
  _sym_db.RegisterMessage(EndCallbackResponse)
175
191
 
192
+ RouteChangeRequest = _reflection.GeneratedProtocolMessageType('RouteChangeRequest', (_message.Message,), {
193
+ 'DESCRIPTOR' : _ROUTECHANGEREQUEST,
194
+ '__module__' : 'bosdyn.api.graph_nav.area_callback_pb2'
195
+ # @@protoc_insertion_point(class_scope:bosdyn.api.graph_nav.RouteChangeRequest)
196
+ })
197
+ _sym_db.RegisterMessage(RouteChangeRequest)
198
+
199
+ RouteChangeResponse = _reflection.GeneratedProtocolMessageType('RouteChangeResponse', (_message.Message,), {
200
+ 'DESCRIPTOR' : _ROUTECHANGERESPONSE,
201
+ '__module__' : 'bosdyn.api.graph_nav.area_callback_pb2'
202
+ # @@protoc_insertion_point(class_scope:bosdyn.api.graph_nav.RouteChangeResponse)
203
+ })
204
+ _sym_db.RegisterMessage(RouteChangeResponse)
205
+
176
206
  if _descriptor._USE_C_DESCRIPTORS == False:
177
207
 
178
208
  DESCRIPTOR._options = None
179
209
  DESCRIPTOR._serialized_options = b'B\021AreaCallbackProto'
180
- _AREACALLBACKERROR._serialized_start=268
181
- _AREACALLBACKERROR._serialized_end=765
182
- _AREACALLBACKERROR_CALLERROR._serialized_start=657
183
- _AREACALLBACKERROR_CALLERROR._serialized_end=747
184
- _AREACALLBACKINFORMATIONREQUEST._serialized_start=767
185
- _AREACALLBACKINFORMATIONREQUEST._serialized_end=842
186
- _AREACALLBACKINFORMATION._serialized_start=844
187
- _AREACALLBACKINFORMATION._serialized_end=954
188
- _AREACALLBACKINFORMATIONRESPONSE._serialized_start=957
189
- _AREACALLBACKINFORMATIONRESPONSE._serialized_end=1095
190
- _REGIONINFORMATION._serialized_start=1097
191
- _REGIONINFORMATION._serialized_end=1200
192
- _BEGINCALLBACKREQUEST._serialized_start=1203
193
- _BEGINCALLBACKREQUEST._serialized_end=1485
194
- _BEGINCALLBACKRESPONSE._serialized_start=1488
195
- _BEGINCALLBACKRESPONSE._serialized_end=1842
196
- _BEGINCALLBACKRESPONSE_STATUS._serialized_start=1704
197
- _BEGINCALLBACKRESPONSE_STATUS._serialized_end=1842
198
- _BEGINCONTROLREQUEST._serialized_start=1844
199
- _BEGINCONTROLREQUEST._serialized_end=1963
200
- _BEGINCONTROLRESPONSE._serialized_start=1966
201
- _BEGINCONTROLRESPONSE._serialized_end=2291
202
- _BEGINCONTROLRESPONSE_STATUS._serialized_start=2157
203
- _BEGINCONTROLRESPONSE_STATUS._serialized_end=2291
204
- _UPDATECALLBACKREQUEST._serialized_start=2294
205
- _UPDATECALLBACKREQUEST._serialized_end=2596
206
- _UPDATECALLBACKREQUEST_STAGE._serialized_start=2494
207
- _UPDATECALLBACKREQUEST_STAGE._serialized_end=2596
208
- _UPDATECALLBACKRESPONSE._serialized_start=2599
209
- _UPDATECALLBACKRESPONSE._serialized_end=3886
210
- _UPDATECALLBACKRESPONSE_UPDATELOCALIZATION._serialized_start=3044
211
- _UPDATECALLBACKRESPONSE_UPDATELOCALIZATION._serialized_end=3237
212
- _UPDATECALLBACKRESPONSE_UPDATELOCALIZATION_LOCALIZATIONCHANGE._serialized_start=3166
213
- _UPDATECALLBACKRESPONSE_UPDATELOCALIZATION_LOCALIZATIONCHANGE._serialized_end=3237
214
- _UPDATECALLBACKRESPONSE_NAVPOLICY._serialized_start=3240
215
- _UPDATECALLBACKRESPONSE_NAVPOLICY._serialized_end=3499
216
- _UPDATECALLBACKRESPONSE_NAVPOLICY_OPTION._serialized_start=3413
217
- _UPDATECALLBACKRESPONSE_NAVPOLICY_OPTION._serialized_end=3499
218
- _UPDATECALLBACKRESPONSE_ERROR._serialized_start=3502
219
- _UPDATECALLBACKRESPONSE_ERROR._serialized_end=3757
220
- _UPDATECALLBACKRESPONSE_ERROR_ERRORTYPE._serialized_start=3643
221
- _UPDATECALLBACKRESPONSE_ERROR_ERRORTYPE._serialized_end=3757
222
- _UPDATECALLBACKRESPONSE_COMPLETE._serialized_start=3759
223
- _UPDATECALLBACKRESPONSE_COMPLETE._serialized_end=3769
224
- _UPDATECALLBACKRESPONSE_STATUS._serialized_start=3771
225
- _UPDATECALLBACKRESPONSE_STATUS._serialized_end=3874
226
- _ENDCALLBACKREQUEST._serialized_start=3888
227
- _ENDCALLBACKREQUEST._serialized_end=3971
228
- _ENDCALLBACKRESPONSE._serialized_start=3974
229
- _ENDCALLBACKRESPONSE._serialized_end=4218
230
- _ENDCALLBACKRESPONSE_STATUS._serialized_start=4107
231
- _ENDCALLBACKRESPONSE_STATUS._serialized_end=4218
210
+ _AREACALLBACKERROR._serialized_start=300
211
+ _AREACALLBACKERROR._serialized_end=797
212
+ _AREACALLBACKERROR_CALLERROR._serialized_start=689
213
+ _AREACALLBACKERROR_CALLERROR._serialized_end=779
214
+ _AREACALLBACKINFORMATIONREQUEST._serialized_start=799
215
+ _AREACALLBACKINFORMATIONREQUEST._serialized_end=874
216
+ _STOPCONFIGURATION._serialized_start=877
217
+ _STOPCONFIGURATION._serialized_end=1339
218
+ _STOPCONFIGURATION_FACEDIRECTION._serialized_start=1164
219
+ _STOPCONFIGURATION_FACEDIRECTION._serialized_end=1339
220
+ _AREACALLBACKINFORMATION._serialized_start=1342
221
+ _AREACALLBACKINFORMATION._serialized_end=2077
222
+ _AREACALLBACKINFORMATION_BLOCKAGE._serialized_start=1825
223
+ _AREACALLBACKINFORMATION_BLOCKAGE._serialized_end=1896
224
+ _AREACALLBACKINFORMATION_IMPAIRMENT._serialized_start=1898
225
+ _AREACALLBACKINFORMATION_IMPAIRMENT._serialized_end=1977
226
+ _AREACALLBACKINFORMATION_ENTITYWAITING._serialized_start=1979
227
+ _AREACALLBACKINFORMATION_ENTITYWAITING._serialized_end=2077
228
+ _AREACALLBACKINFORMATIONRESPONSE._serialized_start=2080
229
+ _AREACALLBACKINFORMATIONRESPONSE._serialized_end=2218
230
+ _REGIONINFORMATION._serialized_start=2220
231
+ _REGIONINFORMATION._serialized_end=2323
232
+ _BEGINCALLBACKREQUEST._serialized_start=2326
233
+ _BEGINCALLBACKREQUEST._serialized_end=2608
234
+ _BEGINCALLBACKRESPONSE._serialized_start=2611
235
+ _BEGINCALLBACKRESPONSE._serialized_end=2965
236
+ _BEGINCALLBACKRESPONSE_STATUS._serialized_start=2827
237
+ _BEGINCALLBACKRESPONSE_STATUS._serialized_end=2965
238
+ _BEGINCONTROLREQUEST._serialized_start=2967
239
+ _BEGINCONTROLREQUEST._serialized_end=3086
240
+ _BEGINCONTROLRESPONSE._serialized_start=3089
241
+ _BEGINCONTROLRESPONSE._serialized_end=3414
242
+ _BEGINCONTROLRESPONSE_STATUS._serialized_start=3280
243
+ _BEGINCONTROLRESPONSE_STATUS._serialized_end=3414
244
+ _UPDATECALLBACKREQUEST._serialized_start=3417
245
+ _UPDATECALLBACKREQUEST._serialized_end=3719
246
+ _UPDATECALLBACKREQUEST_STAGE._serialized_start=3617
247
+ _UPDATECALLBACKREQUEST_STAGE._serialized_end=3719
248
+ _UPDATECALLBACKRESPONSE._serialized_start=3722
249
+ _UPDATECALLBACKRESPONSE._serialized_end=5070
250
+ _UPDATECALLBACKRESPONSE_UPDATELOCALIZATION._serialized_start=4167
251
+ _UPDATECALLBACKRESPONSE_UPDATELOCALIZATION._serialized_end=4360
252
+ _UPDATECALLBACKRESPONSE_UPDATELOCALIZATION_LOCALIZATIONCHANGE._serialized_start=4289
253
+ _UPDATECALLBACKRESPONSE_UPDATELOCALIZATION_LOCALIZATIONCHANGE._serialized_end=4360
254
+ _UPDATECALLBACKRESPONSE_NAVPOLICY._serialized_start=4363
255
+ _UPDATECALLBACKRESPONSE_NAVPOLICY._serialized_end=4683
256
+ _UPDATECALLBACKRESPONSE_NAVPOLICY_OPTION._serialized_start=4597
257
+ _UPDATECALLBACKRESPONSE_NAVPOLICY_OPTION._serialized_end=4683
258
+ _UPDATECALLBACKRESPONSE_ERROR._serialized_start=4686
259
+ _UPDATECALLBACKRESPONSE_ERROR._serialized_end=4941
260
+ _UPDATECALLBACKRESPONSE_ERROR_ERRORTYPE._serialized_start=4827
261
+ _UPDATECALLBACKRESPONSE_ERROR_ERRORTYPE._serialized_end=4941
262
+ _UPDATECALLBACKRESPONSE_COMPLETE._serialized_start=4943
263
+ _UPDATECALLBACKRESPONSE_COMPLETE._serialized_end=4953
264
+ _UPDATECALLBACKRESPONSE_STATUS._serialized_start=4955
265
+ _UPDATECALLBACKRESPONSE_STATUS._serialized_end=5058
266
+ _ENDCALLBACKREQUEST._serialized_start=5072
267
+ _ENDCALLBACKREQUEST._serialized_end=5155
268
+ _ENDCALLBACKRESPONSE._serialized_start=5158
269
+ _ENDCALLBACKRESPONSE._serialized_end=5402
270
+ _ENDCALLBACKRESPONSE_STATUS._serialized_start=5291
271
+ _ENDCALLBACKRESPONSE_STATUS._serialized_end=5402
272
+ _ROUTECHANGEREQUEST._serialized_start=5405
273
+ _ROUTECHANGEREQUEST._serialized_end=5587
274
+ _ROUTECHANGERESPONSE._serialized_start=5590
275
+ _ROUTECHANGERESPONSE._serialized_end=5797
276
+ _ROUTECHANGERESPONSE_STATUS._serialized_start=3280
277
+ _ROUTECHANGERESPONSE_STATUS._serialized_end=3354
232
278
  # @@protoc_insertion_point(module_scope)