bosdyn-api 4.0.3__py3-none-any.whl → 4.1.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 (44) hide show
  1. bosdyn/api/autowalk/walks_pb2.py +82 -70
  2. bosdyn/api/data_acquisition_store_pb2.py +88 -57
  3. bosdyn/api/data_acquisition_store_service_pb2.py +2 -2
  4. bosdyn/api/data_acquisition_store_service_pb2_grpc.py +35 -0
  5. bosdyn/api/estop_service_pb2_grpc.py +6 -3
  6. bosdyn/api/geometry_pb2.py +57 -37
  7. bosdyn/api/gps/registration_service_pb2_grpc.py +6 -6
  8. bosdyn/api/graph_nav/area_callback_data_pb2.py +4 -2
  9. bosdyn/api/graph_nav/area_callback_pb2.py +72 -69
  10. bosdyn/api/graph_nav/graph_nav_pb2.py +168 -133
  11. bosdyn/api/graph_nav/graph_nav_service_pb2.py +2 -2
  12. bosdyn/api/graph_nav/graph_nav_service_pb2_grpc.py +90 -11
  13. bosdyn/api/graph_nav/lost_detection_pb2.py +35 -0
  14. bosdyn/api/graph_nav/lost_detection_pb2_grpc.py +4 -0
  15. bosdyn/api/graph_nav/map_pb2.py +90 -65
  16. bosdyn/api/graph_nav/map_processing_pb2.py +53 -42
  17. bosdyn/api/graph_nav/recording_service_pb2_grpc.py +6 -6
  18. bosdyn/api/graph_nav/visual_features_pb2.py +129 -0
  19. bosdyn/api/graph_nav/visual_features_pb2_grpc.py +4 -0
  20. bosdyn/api/image_pb2.py +68 -24
  21. bosdyn/api/license_service_pb2_grpc.py +2 -2
  22. bosdyn/api/local_grid_pb2.py +18 -18
  23. bosdyn/api/log_status/log_status_service_pb2_grpc.py +3 -3
  24. bosdyn/api/mission/mission_pb2.py +72 -71
  25. bosdyn/api/mission/mission_service_pb2_grpc.py +16 -12
  26. bosdyn/api/mission/nodes_pb2.py +141 -109
  27. bosdyn/api/mission/util_pb2.py +26 -15
  28. bosdyn/api/network_compute_bridge_service_pb2_grpc.py +3 -3
  29. bosdyn/api/point_cloud_service_pb2_grpc.py +2 -2
  30. bosdyn/api/robot_state_pb2.py +121 -108
  31. bosdyn/api/robot_state_service_pb2_grpc.py +1 -1
  32. bosdyn/api/spot/choreography_params_pb2.py +115 -82
  33. bosdyn/api/spot/choreography_sequence_pb2.py +62 -62
  34. bosdyn/api/spot/choreography_service_pb2_grpc.py +2 -2
  35. bosdyn/api/spot/robot_command_pb2.py +29 -26
  36. bosdyn/api/spot/spot_check_pb2.py +1 -47
  37. bosdyn/api/spot/spot_check_service_pb2.py +2 -2
  38. bosdyn/api/spot/spot_check_service_pb2_grpc.py +0 -68
  39. bosdyn/api/spot_cam/service_pb2_grpc.py +3 -3
  40. bosdyn/api/world_object_pb2.py +40 -40
  41. {bosdyn_api-4.0.3.dist-info → bosdyn_api-4.1.0.dist-info}/METADATA +6 -6
  42. {bosdyn_api-4.0.3.dist-info → bosdyn_api-4.1.0.dist-info}/RECORD +44 -40
  43. {bosdyn_api-4.0.3.dist-info → bosdyn_api-4.1.0.dist-info}/WHEEL +0 -0
  44. {bosdyn_api-4.0.3.dist-info → bosdyn_api-4.1.0.dist-info}/top_level.txt +0 -0
@@ -15,7 +15,7 @@ _sym_db = _symbol_database.Default()
15
15
  from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
16
16
 
17
17
 
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19\x62osdyn/api/geometry.proto\x12\nbosdyn.api\x1a\x1egoogle/protobuf/wrappers.proto\"\x1c\n\x04Vec2\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\"\'\n\x04Vec3\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\x12\t\n\x01z\x18\x03 \x01(\x01\"<\n\x15\x43ylindricalCoordinate\x12\t\n\x01r\x18\x01 \x01(\x01\x12\r\n\x05theta\x18\x02 \x01(\x01\x12\t\n\x01z\x18\x03 \x01(\x01\"8\n\nQuaternion\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\x12\t\n\x01z\x18\x03 \x01(\x01\x12\t\n\x01w\x18\x04 \x01(\x01\"J\n\x05Plane\x12\x1f\n\x05point\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12 \n\x06normal\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"7\n\x04Quad\x12!\n\x04pose\x18\x01 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\x12\x0c\n\x04size\x18\x02 \x01(\x01\"L\n\x03Ray\x12 \n\x06origin\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12#\n\tdirection\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"<\n\x07SE2Pose\x12\"\n\x08position\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec2\x12\r\n\x05\x61ngle\x18\x02 \x01(\x01\"@\n\x0bSE2Velocity\x12 \n\x06linear\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec2\x12\x0f\n\x07\x61ngular\x18\x02 \x01(\x01\"f\n\x10SE2VelocityLimit\x12(\n\x07max_vel\x18\x01 \x01(\x0b\x32\x17.bosdyn.api.SE2Velocity\x12(\n\x07min_vel\x18\x02 \x01(\x0b\x32\x17.bosdyn.api.SE2Velocity\"W\n\x07SE3Pose\x12\"\n\x08position\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12(\n\x08rotation\x18\x02 \x01(\x0b\x32\x16.bosdyn.api.Quaternion\"R\n\x0bSE3Velocity\x12 \n\x06linear\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12!\n\x07\x61ngular\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"K\n\x06Wrench\x12\x1f\n\x05\x66orce\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12 \n\x06torque\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"\xaf\x02\n\x11\x46rameTreeSnapshot\x12Y\n\x18\x63hild_to_parent_edge_map\x18\x01 \x03(\x0b\x32\x37.bosdyn.api.FrameTreeSnapshot.ChildToParentEdgeMapEntry\x1aX\n\nParentEdge\x12\x19\n\x11parent_frame_name\x18\x01 \x01(\t\x12/\n\x12parent_tform_child\x18\x02 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\x1a\x65\n\x19\x43hildToParentEdgeMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x37\n\x05value\x18\x02 \x01(\x0b\x32(.bosdyn.api.FrameTreeSnapshot.ParentEdge:\x02\x38\x01\"&\n\x04\x42ox2\x12\x1e\n\x04size\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec2\"u\n\rBox2WithFrame\x12\x1d\n\x03\x62ox\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Box2\x12\x12\n\nframe_name\x18\x02 \x01(\t\x12\x31\n\x14\x66rame_name_tform_box\x18\x03 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\"&\n\x04\x42ox3\x12\x1e\n\x04size\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"u\n\rBox3WithFrame\x12\x1d\n\x03\x62ox\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Box3\x12\x12\n\nframe_name\x18\x02 \x01(\t\x12\x31\n\x14\x66rame_name_tform_box\x18\x03 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\"4\n\x06Matrix\x12\x0c\n\x04rows\x18\x01 \x01(\x05\x12\x0c\n\x04\x63ols\x18\x02 \x01(\x05\x12\x0e\n\x06values\x18\x03 \x03(\x01\"5\n\x07Matrixf\x12\x0c\n\x04rows\x18\x01 \x01(\x05\x12\x0c\n\x04\x63ols\x18\x02 \x01(\x05\x12\x0e\n\x06values\x18\x03 \x03(\x02\"9\n\x0bMatrixInt64\x12\x0c\n\x04rows\x18\x01 \x01(\x05\x12\x0c\n\x04\x63ols\x18\x02 \x01(\x05\x12\x0e\n\x06values\x18\x03 \x03(\x03\"9\n\x0bMatrixInt32\x12\x0c\n\x04rows\x18\x01 \x01(\x05\x12\x0c\n\x04\x63ols\x18\x02 \x01(\x05\x12\x0e\n\x06values\x18\x03 \x03(\x05\"\x18\n\x06Vector\x12\x0e\n\x06values\x18\x01 \x03(\x01\"\x81\x02\n\rSE3Covariance\x12\"\n\x06matrix\x18\x01 \x01(\x0b\x32\x12.bosdyn.api.Matrix\x12\x18\n\x0cyaw_variance\x18\x02 \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_xx\x18\x03 \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_xy\x18\x04 \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_xz\x18\x05 \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_yx\x18\x06 \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_yy\x18\x07 \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_yz\x18\x08 \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_zx\x18\t \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_zy\x18\n \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_zz\x18\x0b \x01(\x01\x42\x02\x18\x01\",\n\x08PolyLine\x12 \n\x06points\x18\x01 \x03(\x0b\x32\x10.bosdyn.api.Vec2\"-\n\x07Polygon\x12\"\n\x08vertexes\x18\x01 \x03(\x0b\x32\x10.bosdyn.api.Vec2\"h\n\x15PolygonWithExclusions\x12&\n\tinclusion\x18\x05 \x01(\x0b\x32\x13.bosdyn.api.Polygon\x12\'\n\nexclusions\x18\x06 \x03(\x0b\x32\x13.bosdyn.api.Polygon\"=\n\x06\x43ircle\x12#\n\tcenter_pt\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec2\x12\x0e\n\x06radius\x18\x02 \x01(\x01\"`\n\x04\x41rea\x12&\n\x07polygon\x18\x01 \x01(\x0b\x32\x13.bosdyn.api.PolygonH\x00\x12$\n\x06\x63ircle\x18\x02 \x01(\x0b\x32\x12.bosdyn.api.CircleH\x00\x42\n\n\x08geometry\"5\n\x06Volume\x12\x1f\n\x03\x62ox\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3H\x00\x42\n\n\x08geometry\"&\n\x06\x42ounds\x12\r\n\x05lower\x18\x01 \x01(\x01\x12\r\n\x05upper\x18\x02 \x01(\x01\"]\n\tVec2Value\x12\'\n\x01x\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\'\n\x01y\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\x86\x01\n\tVec3Value\x12\'\n\x01x\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\'\n\x01y\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\'\n\x01z\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValueB\x1b\x42\rGeometryProtoZ\nbosdyn/apib\x06proto3')
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19\x62osdyn/api/geometry.proto\x12\nbosdyn.api\x1a\x1egoogle/protobuf/wrappers.proto\"\x1c\n\x04Vec2\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\"\'\n\x04Vec3\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\x12\t\n\x01z\x18\x03 \x01(\x01\"<\n\x15\x43ylindricalCoordinate\x12\t\n\x01r\x18\x01 \x01(\x01\x12\r\n\x05theta\x18\x02 \x01(\x01\x12\t\n\x01z\x18\x03 \x01(\x01\"8\n\nQuaternion\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\x12\t\n\x01z\x18\x03 \x01(\x01\x12\t\n\x01w\x18\x04 \x01(\x01\"J\n\x05Plane\x12\x1f\n\x05point\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12 \n\x06normal\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"7\n\x04Quad\x12!\n\x04pose\x18\x01 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\x12\x0c\n\x04size\x18\x02 \x01(\x01\"L\n\x03Ray\x12 \n\x06origin\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12#\n\tdirection\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"<\n\x07SE2Pose\x12\"\n\x08position\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec2\x12\r\n\x05\x61ngle\x18\x02 \x01(\x01\"@\n\x0bSE2Velocity\x12 \n\x06linear\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec2\x12\x0f\n\x07\x61ngular\x18\x02 \x01(\x01\"f\n\x10SE2VelocityLimit\x12(\n\x07max_vel\x18\x01 \x01(\x0b\x32\x17.bosdyn.api.SE2Velocity\x12(\n\x07min_vel\x18\x02 \x01(\x0b\x32\x17.bosdyn.api.SE2Velocity\"W\n\x07SE3Pose\x12\"\n\x08position\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12(\n\x08rotation\x18\x02 \x01(\x0b\x32\x16.bosdyn.api.Quaternion\"R\n\x0bSE3Velocity\x12 \n\x06linear\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12!\n\x07\x61ngular\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"K\n\x06Wrench\x12\x1f\n\x05\x66orce\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12 \n\x06torque\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"\xaf\x02\n\x11\x46rameTreeSnapshot\x12Y\n\x18\x63hild_to_parent_edge_map\x18\x01 \x03(\x0b\x32\x37.bosdyn.api.FrameTreeSnapshot.ChildToParentEdgeMapEntry\x1aX\n\nParentEdge\x12\x19\n\x11parent_frame_name\x18\x01 \x01(\t\x12/\n\x12parent_tform_child\x18\x02 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\x1a\x65\n\x19\x43hildToParentEdgeMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x37\n\x05value\x18\x02 \x01(\x0b\x32(.bosdyn.api.FrameTreeSnapshot.ParentEdge:\x02\x38\x01\"&\n\x04\x42ox2\x12\x1e\n\x04size\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec2\"<\n\x0cOrientedBox2\x12\x1d\n\x03\x62ox\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Box2\x12\r\n\x05\x61ngle\x18\x02 \x01(\x02\"u\n\rBox2WithFrame\x12\x1d\n\x03\x62ox\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Box2\x12\x12\n\nframe_name\x18\x02 \x01(\t\x12\x31\n\x14\x66rame_name_tform_box\x18\x03 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\"&\n\x04\x42ox3\x12\x1e\n\x04size\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"u\n\rBox3WithFrame\x12\x1d\n\x03\x62ox\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Box3\x12\x12\n\nframe_name\x18\x02 \x01(\t\x12\x31\n\x14\x66rame_name_tform_box\x18\x03 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\"4\n\x06Matrix\x12\x0c\n\x04rows\x18\x01 \x01(\x05\x12\x0c\n\x04\x63ols\x18\x02 \x01(\x05\x12\x0e\n\x06values\x18\x03 \x03(\x01\"5\n\x07Matrixf\x12\x0c\n\x04rows\x18\x01 \x01(\x05\x12\x0c\n\x04\x63ols\x18\x02 \x01(\x05\x12\x0e\n\x06values\x18\x03 \x03(\x02\"9\n\x0bMatrixInt64\x12\x0c\n\x04rows\x18\x01 \x01(\x05\x12\x0c\n\x04\x63ols\x18\x02 \x01(\x05\x12\x0e\n\x06values\x18\x03 \x03(\x03\"9\n\x0bMatrixInt32\x12\x0c\n\x04rows\x18\x01 \x01(\x05\x12\x0c\n\x04\x63ols\x18\x02 \x01(\x05\x12\x0e\n\x06values\x18\x03 \x03(\x05\"\x18\n\x06Vector\x12\x0e\n\x06values\x18\x01 \x03(\x01\"\x81\x02\n\rSE3Covariance\x12\"\n\x06matrix\x18\x01 \x01(\x0b\x32\x12.bosdyn.api.Matrix\x12\x18\n\x0cyaw_variance\x18\x02 \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_xx\x18\x03 \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_xy\x18\x04 \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_xz\x18\x05 \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_yx\x18\x06 \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_yy\x18\x07 \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_yz\x18\x08 \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_zx\x18\t \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_zy\x18\n \x01(\x01\x42\x02\x18\x01\x12\x12\n\x06\x63ov_zz\x18\x0b \x01(\x01\x42\x02\x18\x01\",\n\x08PolyLine\x12 \n\x06points\x18\x01 \x03(\x0b\x32\x10.bosdyn.api.Vec2\"-\n\x07Polygon\x12\"\n\x08vertexes\x18\x01 \x03(\x0b\x32\x10.bosdyn.api.Vec2\"h\n\x15PolygonWithExclusions\x12&\n\tinclusion\x18\x05 \x01(\x0b\x32\x13.bosdyn.api.Polygon\x12\'\n\nexclusions\x18\x06 \x03(\x0b\x32\x13.bosdyn.api.Polygon\"=\n\x06\x43ircle\x12#\n\tcenter_pt\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec2\x12\x0e\n\x06radius\x18\x02 \x01(\x01\"\x7f\n\x0f\x43ircleWithFrame\x12\"\n\x06\x63ircle\x18\x01 \x01(\x0b\x32\x12.bosdyn.api.Circle\x12\x12\n\nframe_name\x18\x02 \x01(\t\x12\x34\n\x17\x66rame_name_tform_circle\x18\x03 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\"`\n\x04\x41rea\x12&\n\x07polygon\x18\x01 \x01(\x0b\x32\x13.bosdyn.api.PolygonH\x00\x12$\n\x06\x63ircle\x18\x02 \x01(\x0b\x32\x12.bosdyn.api.CircleH\x00\x42\n\n\x08geometry\"5\n\x06Volume\x12\x1f\n\x03\x62ox\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3H\x00\x42\n\n\x08geometry\"&\n\x06\x42ounds\x12\r\n\x05lower\x18\x01 \x01(\x01\x12\r\n\x05upper\x18\x02 \x01(\x01\"]\n\tVec2Value\x12\'\n\x01x\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\'\n\x01y\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\x86\x01\n\tVec3Value\x12\'\n\x01x\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\'\n\x01y\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\'\n\x01z\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValueB\x1b\x42\rGeometryProtoZ\nbosdyn/apib\x06proto3')
19
19
 
20
20
 
21
21
 
@@ -36,6 +36,7 @@ _FRAMETREESNAPSHOT = DESCRIPTOR.message_types_by_name['FrameTreeSnapshot']
36
36
  _FRAMETREESNAPSHOT_PARENTEDGE = _FRAMETREESNAPSHOT.nested_types_by_name['ParentEdge']
37
37
  _FRAMETREESNAPSHOT_CHILDTOPARENTEDGEMAPENTRY = _FRAMETREESNAPSHOT.nested_types_by_name['ChildToParentEdgeMapEntry']
38
38
  _BOX2 = DESCRIPTOR.message_types_by_name['Box2']
39
+ _ORIENTEDBOX2 = DESCRIPTOR.message_types_by_name['OrientedBox2']
39
40
  _BOX2WITHFRAME = DESCRIPTOR.message_types_by_name['Box2WithFrame']
40
41
  _BOX3 = DESCRIPTOR.message_types_by_name['Box3']
41
42
  _BOX3WITHFRAME = DESCRIPTOR.message_types_by_name['Box3WithFrame']
@@ -49,6 +50,7 @@ _POLYLINE = DESCRIPTOR.message_types_by_name['PolyLine']
49
50
  _POLYGON = DESCRIPTOR.message_types_by_name['Polygon']
50
51
  _POLYGONWITHEXCLUSIONS = DESCRIPTOR.message_types_by_name['PolygonWithExclusions']
51
52
  _CIRCLE = DESCRIPTOR.message_types_by_name['Circle']
53
+ _CIRCLEWITHFRAME = DESCRIPTOR.message_types_by_name['CircleWithFrame']
52
54
  _AREA = DESCRIPTOR.message_types_by_name['Area']
53
55
  _VOLUME = DESCRIPTOR.message_types_by_name['Volume']
54
56
  _BOUNDS = DESCRIPTOR.message_types_by_name['Bounds']
@@ -175,6 +177,13 @@ Box2 = _reflection.GeneratedProtocolMessageType('Box2', (_message.Message,), {
175
177
  })
176
178
  _sym_db.RegisterMessage(Box2)
177
179
 
180
+ OrientedBox2 = _reflection.GeneratedProtocolMessageType('OrientedBox2', (_message.Message,), {
181
+ 'DESCRIPTOR' : _ORIENTEDBOX2,
182
+ '__module__' : 'bosdyn.api.geometry_pb2'
183
+ # @@protoc_insertion_point(class_scope:bosdyn.api.OrientedBox2)
184
+ })
185
+ _sym_db.RegisterMessage(OrientedBox2)
186
+
178
187
  Box2WithFrame = _reflection.GeneratedProtocolMessageType('Box2WithFrame', (_message.Message,), {
179
188
  'DESCRIPTOR' : _BOX2WITHFRAME,
180
189
  '__module__' : 'bosdyn.api.geometry_pb2'
@@ -266,6 +275,13 @@ Circle = _reflection.GeneratedProtocolMessageType('Circle', (_message.Message,),
266
275
  })
267
276
  _sym_db.RegisterMessage(Circle)
268
277
 
278
+ CircleWithFrame = _reflection.GeneratedProtocolMessageType('CircleWithFrame', (_message.Message,), {
279
+ 'DESCRIPTOR' : _CIRCLEWITHFRAME,
280
+ '__module__' : 'bosdyn.api.geometry_pb2'
281
+ # @@protoc_insertion_point(class_scope:bosdyn.api.CircleWithFrame)
282
+ })
283
+ _sym_db.RegisterMessage(CircleWithFrame)
284
+
269
285
  Area = _reflection.GeneratedProtocolMessageType('Area', (_message.Message,), {
270
286
  'DESCRIPTOR' : _AREA,
271
287
  '__module__' : 'bosdyn.api.geometry_pb2'
@@ -361,40 +377,44 @@ if _descriptor._USE_C_DESCRIPTORS == False:
361
377
  _FRAMETREESNAPSHOT_CHILDTOPARENTEDGEMAPENTRY._serialized_end=1261
362
378
  _BOX2._serialized_start=1263
363
379
  _BOX2._serialized_end=1301
364
- _BOX2WITHFRAME._serialized_start=1303
365
- _BOX2WITHFRAME._serialized_end=1420
366
- _BOX3._serialized_start=1422
367
- _BOX3._serialized_end=1460
368
- _BOX3WITHFRAME._serialized_start=1462
369
- _BOX3WITHFRAME._serialized_end=1579
370
- _MATRIX._serialized_start=1581
371
- _MATRIX._serialized_end=1633
372
- _MATRIXF._serialized_start=1635
373
- _MATRIXF._serialized_end=1688
374
- _MATRIXINT64._serialized_start=1690
375
- _MATRIXINT64._serialized_end=1747
376
- _MATRIXINT32._serialized_start=1749
377
- _MATRIXINT32._serialized_end=1806
378
- _VECTOR._serialized_start=1808
379
- _VECTOR._serialized_end=1832
380
- _SE3COVARIANCE._serialized_start=1835
381
- _SE3COVARIANCE._serialized_end=2092
382
- _POLYLINE._serialized_start=2094
383
- _POLYLINE._serialized_end=2138
384
- _POLYGON._serialized_start=2140
385
- _POLYGON._serialized_end=2185
386
- _POLYGONWITHEXCLUSIONS._serialized_start=2187
387
- _POLYGONWITHEXCLUSIONS._serialized_end=2291
388
- _CIRCLE._serialized_start=2293
389
- _CIRCLE._serialized_end=2354
390
- _AREA._serialized_start=2356
391
- _AREA._serialized_end=2452
392
- _VOLUME._serialized_start=2454
393
- _VOLUME._serialized_end=2507
394
- _BOUNDS._serialized_start=2509
395
- _BOUNDS._serialized_end=2547
396
- _VEC2VALUE._serialized_start=2549
397
- _VEC2VALUE._serialized_end=2642
398
- _VEC3VALUE._serialized_start=2645
399
- _VEC3VALUE._serialized_end=2779
380
+ _ORIENTEDBOX2._serialized_start=1303
381
+ _ORIENTEDBOX2._serialized_end=1363
382
+ _BOX2WITHFRAME._serialized_start=1365
383
+ _BOX2WITHFRAME._serialized_end=1482
384
+ _BOX3._serialized_start=1484
385
+ _BOX3._serialized_end=1522
386
+ _BOX3WITHFRAME._serialized_start=1524
387
+ _BOX3WITHFRAME._serialized_end=1641
388
+ _MATRIX._serialized_start=1643
389
+ _MATRIX._serialized_end=1695
390
+ _MATRIXF._serialized_start=1697
391
+ _MATRIXF._serialized_end=1750
392
+ _MATRIXINT64._serialized_start=1752
393
+ _MATRIXINT64._serialized_end=1809
394
+ _MATRIXINT32._serialized_start=1811
395
+ _MATRIXINT32._serialized_end=1868
396
+ _VECTOR._serialized_start=1870
397
+ _VECTOR._serialized_end=1894
398
+ _SE3COVARIANCE._serialized_start=1897
399
+ _SE3COVARIANCE._serialized_end=2154
400
+ _POLYLINE._serialized_start=2156
401
+ _POLYLINE._serialized_end=2200
402
+ _POLYGON._serialized_start=2202
403
+ _POLYGON._serialized_end=2247
404
+ _POLYGONWITHEXCLUSIONS._serialized_start=2249
405
+ _POLYGONWITHEXCLUSIONS._serialized_end=2353
406
+ _CIRCLE._serialized_start=2355
407
+ _CIRCLE._serialized_end=2416
408
+ _CIRCLEWITHFRAME._serialized_start=2418
409
+ _CIRCLEWITHFRAME._serialized_end=2545
410
+ _AREA._serialized_start=2547
411
+ _AREA._serialized_end=2643
412
+ _VOLUME._serialized_start=2645
413
+ _VOLUME._serialized_end=2698
414
+ _BOUNDS._serialized_start=2700
415
+ _BOUNDS._serialized_end=2738
416
+ _VEC2VALUE._serialized_start=2740
417
+ _VEC2VALUE._serialized_end=2833
418
+ _VEC3VALUE._serialized_start=2836
419
+ _VEC3VALUE._serialized_end=2970
400
420
  # @@protoc_insertion_point(module_scope)
@@ -8,8 +8,8 @@ from bosdyn.api.gps import registration_pb2 as bosdyn_dot_api_dot_gps_dot_regist
8
8
  class RegistrationServiceStub(object):
9
9
  """
10
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.
11
+ It calculates where the robot is in the world, and the transforms from
12
+ the robots internal frames to the world frame.
13
13
  """
14
14
 
15
15
  def __init__(self, channel):
@@ -33,8 +33,8 @@ class RegistrationServiceStub(object):
33
33
  class RegistrationServiceServicer(object):
34
34
  """
35
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.
36
+ It calculates where the robot is in the world, and the transforms from
37
+ the robots internal frames to the world frame.
38
38
  """
39
39
 
40
40
  def GetLocation(self, request, context):
@@ -72,8 +72,8 @@ def add_RegistrationServiceServicer_to_server(servicer, server):
72
72
  class RegistrationService(object):
73
73
  """
74
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.
75
+ It calculates where the robot is in the world, and the transforms from
76
+ the robots internal frames to the world frame.
77
77
  """
78
78
 
79
79
  @staticmethod
@@ -16,7 +16,7 @@ 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\"\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')
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\"\xe7\x01\n\x10\x41reaCallbackData\x12)\n\x0b\x63onfig_data\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x30\n\rcustom_params\x18\x02 \x01(\x0b\x32\x15.bosdyn.api.DictParamB\x02\x18\x01\x12\x35\n\nparameters\x18\x04 \x01(\x0b\x32!.bosdyn.api.CustomParamCollection\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
 
@@ -40,8 +40,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
40
40
 
41
41
  DESCRIPTOR._options = None
42
42
  DESCRIPTOR._serialized_options = b'B\025AreaCallbackDataProto'
43
+ _AREACALLBACKDATA.fields_by_name['custom_params']._options = None
44
+ _AREACALLBACKDATA.fields_by_name['custom_params']._serialized_options = b'\030\001'
43
45
  _AREACALLBACKMAPCONFIG._serialized_start=138
44
46
  _AREACALLBACKMAPCONFIG._serialized_end=161
45
47
  _AREACALLBACKDATA._serialized_start=164
46
- _AREACALLBACKDATA._serialized_end=336
48
+ _AREACALLBACKDATA._serialized_end=395
47
49
  # @@protoc_insertion_point(module_scope)
@@ -12,6 +12,7 @@ from google.protobuf import symbol_database as _symbol_database
12
12
  _sym_db = _symbol_database.Default()
13
13
 
14
14
 
15
+ from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
15
16
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
16
17
  from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
17
18
  from bosdyn.api import header_pb2 as bosdyn_dot_api_dot_header__pb2
@@ -21,7 +22,7 @@ from bosdyn.api.graph_nav import area_callback_data_pb2 as bosdyn_dot_api_dot_gr
21
22
  from bosdyn.api.graph_nav import nav_pb2 as bosdyn_dot_api_dot_graph__nav_dot_nav__pb2
22
23
 
23
24
 
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')
25
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(bosdyn/api/graph_nav/area_callback.proto\x12\x14\x62osdyn.api.graph_nav\x1a\x19google/protobuf/any.proto\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\"\x87\x01\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\x12\x1e\n\x16starting_inside_region\x18\x04 \x01(\x08\"\xc9\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\x41\n\rrecorded_data\x18\x05 \x01(\x0b\x32&.bosdyn.api.graph_nav.AreaCallbackDataB\x02\x18\x01\x12,\n\rcustom_params\x18\x06 \x01(\x0b\x32\x15.bosdyn.api.DictParam\x12)\n\x0b\x63onfig_data\x18\x07 \x01(\x0b\x32\x14.google.protobuf.Any\"\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')
25
26
 
26
27
 
27
28
 
@@ -207,72 +208,74 @@ if _descriptor._USE_C_DESCRIPTORS == False:
207
208
 
208
209
  DESCRIPTOR._options = None
209
210
  DESCRIPTOR._serialized_options = b'B\021AreaCallbackProto'
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
211
+ _BEGINCALLBACKREQUEST.fields_by_name['recorded_data']._options = None
212
+ _BEGINCALLBACKREQUEST.fields_by_name['recorded_data']._serialized_options = b'\030\001'
213
+ _AREACALLBACKERROR._serialized_start=327
214
+ _AREACALLBACKERROR._serialized_end=824
215
+ _AREACALLBACKERROR_CALLERROR._serialized_start=716
216
+ _AREACALLBACKERROR_CALLERROR._serialized_end=806
217
+ _AREACALLBACKINFORMATIONREQUEST._serialized_start=826
218
+ _AREACALLBACKINFORMATIONREQUEST._serialized_end=901
219
+ _STOPCONFIGURATION._serialized_start=904
220
+ _STOPCONFIGURATION._serialized_end=1366
221
+ _STOPCONFIGURATION_FACEDIRECTION._serialized_start=1191
222
+ _STOPCONFIGURATION_FACEDIRECTION._serialized_end=1366
223
+ _AREACALLBACKINFORMATION._serialized_start=1369
224
+ _AREACALLBACKINFORMATION._serialized_end=2104
225
+ _AREACALLBACKINFORMATION_BLOCKAGE._serialized_start=1852
226
+ _AREACALLBACKINFORMATION_BLOCKAGE._serialized_end=1923
227
+ _AREACALLBACKINFORMATION_IMPAIRMENT._serialized_start=1925
228
+ _AREACALLBACKINFORMATION_IMPAIRMENT._serialized_end=2004
229
+ _AREACALLBACKINFORMATION_ENTITYWAITING._serialized_start=2006
230
+ _AREACALLBACKINFORMATION_ENTITYWAITING._serialized_end=2104
231
+ _AREACALLBACKINFORMATIONRESPONSE._serialized_start=2107
232
+ _AREACALLBACKINFORMATIONRESPONSE._serialized_end=2245
233
+ _REGIONINFORMATION._serialized_start=2248
234
+ _REGIONINFORMATION._serialized_end=2383
235
+ _BEGINCALLBACKREQUEST._serialized_start=2386
236
+ _BEGINCALLBACKREQUEST._serialized_end=2715
237
+ _BEGINCALLBACKRESPONSE._serialized_start=2718
238
+ _BEGINCALLBACKRESPONSE._serialized_end=3072
239
+ _BEGINCALLBACKRESPONSE_STATUS._serialized_start=2934
240
+ _BEGINCALLBACKRESPONSE_STATUS._serialized_end=3072
241
+ _BEGINCONTROLREQUEST._serialized_start=3074
242
+ _BEGINCONTROLREQUEST._serialized_end=3193
243
+ _BEGINCONTROLRESPONSE._serialized_start=3196
244
+ _BEGINCONTROLRESPONSE._serialized_end=3521
245
+ _BEGINCONTROLRESPONSE_STATUS._serialized_start=3387
246
+ _BEGINCONTROLRESPONSE_STATUS._serialized_end=3521
247
+ _UPDATECALLBACKREQUEST._serialized_start=3524
248
+ _UPDATECALLBACKREQUEST._serialized_end=3826
249
+ _UPDATECALLBACKREQUEST_STAGE._serialized_start=3724
250
+ _UPDATECALLBACKREQUEST_STAGE._serialized_end=3826
251
+ _UPDATECALLBACKRESPONSE._serialized_start=3829
252
+ _UPDATECALLBACKRESPONSE._serialized_end=5177
253
+ _UPDATECALLBACKRESPONSE_UPDATELOCALIZATION._serialized_start=4274
254
+ _UPDATECALLBACKRESPONSE_UPDATELOCALIZATION._serialized_end=4467
255
+ _UPDATECALLBACKRESPONSE_UPDATELOCALIZATION_LOCALIZATIONCHANGE._serialized_start=4396
256
+ _UPDATECALLBACKRESPONSE_UPDATELOCALIZATION_LOCALIZATIONCHANGE._serialized_end=4467
257
+ _UPDATECALLBACKRESPONSE_NAVPOLICY._serialized_start=4470
258
+ _UPDATECALLBACKRESPONSE_NAVPOLICY._serialized_end=4790
259
+ _UPDATECALLBACKRESPONSE_NAVPOLICY_OPTION._serialized_start=4704
260
+ _UPDATECALLBACKRESPONSE_NAVPOLICY_OPTION._serialized_end=4790
261
+ _UPDATECALLBACKRESPONSE_ERROR._serialized_start=4793
262
+ _UPDATECALLBACKRESPONSE_ERROR._serialized_end=5048
263
+ _UPDATECALLBACKRESPONSE_ERROR_ERRORTYPE._serialized_start=4934
264
+ _UPDATECALLBACKRESPONSE_ERROR_ERRORTYPE._serialized_end=5048
265
+ _UPDATECALLBACKRESPONSE_COMPLETE._serialized_start=5050
266
+ _UPDATECALLBACKRESPONSE_COMPLETE._serialized_end=5060
267
+ _UPDATECALLBACKRESPONSE_STATUS._serialized_start=5062
268
+ _UPDATECALLBACKRESPONSE_STATUS._serialized_end=5165
269
+ _ENDCALLBACKREQUEST._serialized_start=5179
270
+ _ENDCALLBACKREQUEST._serialized_end=5262
271
+ _ENDCALLBACKRESPONSE._serialized_start=5265
272
+ _ENDCALLBACKRESPONSE._serialized_end=5509
273
+ _ENDCALLBACKRESPONSE_STATUS._serialized_start=5398
274
+ _ENDCALLBACKRESPONSE_STATUS._serialized_end=5509
275
+ _ROUTECHANGEREQUEST._serialized_start=5512
276
+ _ROUTECHANGEREQUEST._serialized_end=5694
277
+ _ROUTECHANGERESPONSE._serialized_start=5697
278
+ _ROUTECHANGERESPONSE._serialized_end=5904
279
+ _ROUTECHANGERESPONSE_STATUS._serialized_start=3387
280
+ _ROUTECHANGERESPONSE_STATUS._serialized_end=3461
278
281
  # @@protoc_insertion_point(module_scope)