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
@@ -133,7 +133,7 @@ class ChoreographyServiceServicer(object):
133
133
  raise NotImplementedError('Method not implemented!')
134
134
 
135
135
  def DeleteSequence(self, request, context):
136
- """Delete a retained choreography sequence from the collection of user uploaded
136
+ """Delete a retained choreography sequence from the collection of user uploaded
137
137
  choreography sequences.
138
138
  """
139
139
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
@@ -141,7 +141,7 @@ class ChoreographyServiceServicer(object):
141
141
  raise NotImplementedError('Method not implemented!')
142
142
 
143
143
  def SaveSequence(self, request, context):
144
- """Save a user uploaded choreography sequence to the robots collection of
144
+ """Save a user uploaded choreography sequence to the robots collection of
145
145
  retained choreography sequences.
146
146
  """
147
147
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
@@ -18,7 +18,7 @@ from bosdyn.api import trajectory_pb2 as bosdyn_dot_api_dot_trajectory__pb2
18
18
  from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
19
19
 
20
20
 
21
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#bosdyn/api/spot/robot_command.proto\x12\x0f\x62osdyn.api.spot\x1a\x19\x62osdyn/api/geometry.proto\x1a\x1b\x62osdyn/api/trajectory.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\xa5\x06\n\x0eMobilityParams\x12/\n\tvel_limit\x18\x01 \x01(\x0b\x32\x1c.bosdyn.api.SE2VelocityLimit\x12\x38\n\x0c\x62ody_control\x18\x02 \x01(\x0b\x32\".bosdyn.api.spot.BodyControlParams\x12\x38\n\x0flocomotion_hint\x18\x03 \x01(\x0e\x32\x1f.bosdyn.api.spot.LocomotionHint\x12\x16\n\nstair_hint\x18\x04 \x01(\x08\x42\x02\x18\x01\x12?\n\x0bstairs_mode\x18\x11 \x01(\x0e\x32*.bosdyn.api.spot.MobilityParams.StairsMode\x12!\n\x19\x61llow_degraded_perception\x18\x05 \x01(\x08\x12\x38\n\x0fobstacle_params\x18\x06 \x01(\x0b\x32\x1f.bosdyn.api.spot.ObstacleParams\x12\x32\n\x0cswing_height\x18\x07 \x01(\x0e\x32\x1c.bosdyn.api.spot.SwingHeight\x12\x36\n\x0eterrain_params\x18\x08 \x01(\x0b\x32\x1e.bosdyn.api.spot.TerrainParams\x12\x1e\n\x16\x64isallow_stair_tracker\x18\t \x01(\x08\x12(\n disable_stair_error_auto_descent\x18\x10 \x01(\x08\x12G\n\x15\x65xternal_force_params\x18\n \x01(\x0b\x32(.bosdyn.api.spot.BodyExternalForceParams\x12*\n\"disallow_non_stairs_pitch_limiting\x18\x0b \x01(\x08\x12\'\n\x1f\x64isable_nearmap_cliff_avoidance\x18\x0c \x01(\x08\"d\n\nStairsMode\x12\x17\n\x13STAIRS_MODE_UNKNOWN\x10\x00\x12\x13\n\x0fSTAIRS_MODE_OFF\x10\x01\x12\x12\n\x0eSTAIRS_MODE_ON\x10\x02\x12\x14\n\x10STAIRS_MODE_AUTO\x10\x03\"\xfa\x04\n\x11\x42odyControlParams\x12=\n\x18\x62\x61se_offset_rt_footprint\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.SE3TrajectoryH\x00\x12\x64\n\x1c\x62ody_assist_for_manipulation\x18\x03 \x01(\x0b\x32<.bosdyn.api.spot.BodyControlParams.BodyAssistForManipulationH\x00\x12@\n\tbody_pose\x18\x04 \x01(\x0b\x32+.bosdyn.api.spot.BodyControlParams.BodyPoseH\x00\x12L\n\x10rotation_setting\x18\x02 \x01(\x0e\x32\x32.bosdyn.api.spot.BodyControlParams.RotationSetting\x1a]\n\x19\x42odyAssistForManipulation\x12\x1e\n\x16\x65nable_body_yaw_assist\x18\x01 \x01(\x08\x12 \n\x18\x65nable_hip_height_assist\x18\x02 \x01(\x08\x1a[\n\x08\x42odyPose\x12\x17\n\x0froot_frame_name\x18\x01 \x01(\t\x12\x36\n\x13\x62\x61se_offset_rt_root\x18\x02 \x01(\x0b\x32\x19.bosdyn.api.SE3Trajectory\"k\n\x0fRotationSetting\x12\x1c\n\x18ROTATION_SETTING_UNKNOWN\x10\x00\x12\x1b\n\x17ROTATION_SETTING_OFFSET\x10\x01\x12\x1d\n\x19ROTATION_SETTING_ABSOLUTE\x10\x02\x42\x07\n\x05param\"\xa3\x02\n\x0eObstacleParams\x12.\n&disable_vision_foot_obstacle_avoidance\x18\x01 \x01(\x08\x12\x30\n(disable_vision_foot_constraint_avoidance\x18\x02 \x01(\x08\x12.\n&disable_vision_body_obstacle_avoidance\x18\x03 \x01(\x08\x12\"\n\x1aobstacle_avoidance_padding\x18\x04 \x01(\x01\x12\x30\n(disable_vision_foot_obstacle_body_assist\x18\x05 \x01(\x08\x12)\n!disable_vision_negative_obstacles\x18\x06 \x01(\x08\"\xca\x02\n\rTerrainParams\x12\x34\n\x0eground_mu_hint\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x1f\n\x13\x65nable_grated_floor\x18\x03 \x01(\x08\x42\x02\x18\x01\x12O\n\x14grated_surfaces_mode\x18\x04 \x01(\x0e\x32\x31.bosdyn.api.spot.TerrainParams.GratedSurfacesMode\"\x90\x01\n\x12GratedSurfacesMode\x12 \n\x1cGRATED_SURFACES_MODE_UNKNOWN\x10\x00\x12\x1c\n\x18GRATED_SURFACES_MODE_OFF\x10\x01\x12\x1b\n\x17GRATED_SURFACES_MODE_ON\x10\x02\x12\x1d\n\x19GRATED_SURFACES_MODE_AUTO\x10\x03\"\xbe\x02\n\x17\x42odyExternalForceParams\x12\x61\n\x18\x65xternal_force_indicator\x18\x01 \x01(\x0e\x32?.bosdyn.api.spot.BodyExternalForceParams.ExternalForceIndicator\x12\x12\n\nframe_name\x18\x04 \x01(\t\x12\x31\n\x17\x65xternal_force_override\x18\x03 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"s\n\x16\x45xternalForceIndicator\x12\x17\n\x13\x45XTERNAL_FORCE_NONE\x10\x00\x12\x1f\n\x1b\x45XTERNAL_FORCE_USE_ESTIMATE\x10\x01\x12\x1f\n\x1b\x45XTERNAL_FORCE_USE_OVERRIDE\x10\x02J\x04\x08\x02\x10\x03*\xff\x01\n\x0eLocomotionHint\x12\x10\n\x0cHINT_UNKNOWN\x10\x00\x12\r\n\tHINT_AUTO\x10\x01\x12\r\n\tHINT_TROT\x10\x02\x12\x1a\n\x16HINT_SPEED_SELECT_TROT\x10\x03\x12\x0e\n\nHINT_CRAWL\x10\x04\x12\x1b\n\x17HINT_SPEED_SELECT_CRAWL\x10\n\x12\x0e\n\nHINT_AMBLE\x10\x05\x12\x1b\n\x17HINT_SPEED_SELECT_AMBLE\x10\x06\x12\x0c\n\x08HINT_JOG\x10\x07\x12\x0c\n\x08HINT_HOP\x10\x08\x12\x12\n\x0eHINT_AUTO_TROT\x10\x03\x12\x13\n\x0fHINT_AUTO_AMBLE\x10\x06\x1a\x02\x10\x01*\x84\x01\n\x0bSwingHeight\x12\x18\n\x14SWING_HEIGHT_UNKNOWN\x10\x00\x12\x14\n\x10SWING_HEIGHT_LOW\x10\x01\x12\x17\n\x13SWING_HEIGHT_MEDIUM\x10\x02\x12\x15\n\x11SWING_HEIGHT_HIGH\x10\x03\x12\x15\n\x11SWING_HEIGHT_AUTO\x10\x04\x42\x13\x42\x11RobotCommandProtob\x06proto3')
21
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#bosdyn/api/spot/robot_command.proto\x12\x0f\x62osdyn.api.spot\x1a\x19\x62osdyn/api/geometry.proto\x1a\x1b\x62osdyn/api/trajectory.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\xae\x08\n\x0eMobilityParams\x12/\n\tvel_limit\x18\x01 \x01(\x0b\x32\x1c.bosdyn.api.SE2VelocityLimit\x12\x38\n\x0c\x62ody_control\x18\x02 \x01(\x0b\x32\".bosdyn.api.spot.BodyControlParams\x12\x38\n\x0flocomotion_hint\x18\x03 \x01(\x0e\x32\x1f.bosdyn.api.spot.LocomotionHint\x12\x16\n\nstair_hint\x18\x04 \x01(\x08\x42\x02\x18\x01\x12?\n\x0bstairs_mode\x18\x11 \x01(\x0e\x32*.bosdyn.api.spot.MobilityParams.StairsMode\x12!\n\x19\x61llow_degraded_perception\x18\x05 \x01(\x08\x12\x38\n\x0fobstacle_params\x18\x06 \x01(\x0b\x32\x1f.bosdyn.api.spot.ObstacleParams\x12\x32\n\x0cswing_height\x18\x07 \x01(\x0e\x32\x1c.bosdyn.api.spot.SwingHeight\x12\x36\n\x0eterrain_params\x18\x08 \x01(\x0b\x32\x1e.bosdyn.api.spot.TerrainParams\x12\x1e\n\x16\x64isallow_stair_tracker\x18\t \x01(\x08\x12(\n disable_stair_error_auto_descent\x18\x10 \x01(\x08\x12G\n\x15\x65xternal_force_params\x18\n \x01(\x0b\x32(.bosdyn.api.spot.BodyExternalForceParams\x12*\n\"disallow_non_stairs_pitch_limiting\x18\x0b \x01(\x08\x12\'\n\x1f\x64isable_nearmap_cliff_avoidance\x18\x0c \x01(\x08\x12R\n\x15hazard_detection_mode\x18\x12 \x01(\x0e\x32\x33.bosdyn.api.spot.MobilityParams.HazardDetectionMode\"\x80\x01\n\nStairsMode\x12\x17\n\x13STAIRS_MODE_UNKNOWN\x10\x00\x12\x13\n\x0fSTAIRS_MODE_OFF\x10\x01\x12\x12\n\x0eSTAIRS_MODE_ON\x10\x02\x12\x14\n\x10STAIRS_MODE_AUTO\x10\x03\x12\x1a\n\x16STAIRS_MODE_PROHIBITED\x10\x04\"\x95\x01\n\x13HazardDetectionMode\x12!\n\x1dHAZARD_DETECTION_MODE_UNKNOWN\x10\x00\x12\x1d\n\x19HAZARD_DETECTION_MODE_OFF\x10\x01\x12\x1c\n\x18HAZARD_DETECTION_MODE_ON\x10\x02\x12\x1e\n\x1aHAZARD_DETECTION_MODE_COST\x10\x03\"\xfa\x04\n\x11\x42odyControlParams\x12=\n\x18\x62\x61se_offset_rt_footprint\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.SE3TrajectoryH\x00\x12\x64\n\x1c\x62ody_assist_for_manipulation\x18\x03 \x01(\x0b\x32<.bosdyn.api.spot.BodyControlParams.BodyAssistForManipulationH\x00\x12@\n\tbody_pose\x18\x04 \x01(\x0b\x32+.bosdyn.api.spot.BodyControlParams.BodyPoseH\x00\x12L\n\x10rotation_setting\x18\x02 \x01(\x0e\x32\x32.bosdyn.api.spot.BodyControlParams.RotationSetting\x1a]\n\x19\x42odyAssistForManipulation\x12\x1e\n\x16\x65nable_body_yaw_assist\x18\x01 \x01(\x08\x12 \n\x18\x65nable_hip_height_assist\x18\x02 \x01(\x08\x1a[\n\x08\x42odyPose\x12\x17\n\x0froot_frame_name\x18\x01 \x01(\t\x12\x36\n\x13\x62\x61se_offset_rt_root\x18\x02 \x01(\x0b\x32\x19.bosdyn.api.SE3Trajectory\"k\n\x0fRotationSetting\x12\x1c\n\x18ROTATION_SETTING_UNKNOWN\x10\x00\x12\x1b\n\x17ROTATION_SETTING_OFFSET\x10\x01\x12\x1d\n\x19ROTATION_SETTING_ABSOLUTE\x10\x02\x42\x07\n\x05param\"\xa3\x02\n\x0eObstacleParams\x12.\n&disable_vision_foot_obstacle_avoidance\x18\x01 \x01(\x08\x12\x30\n(disable_vision_foot_constraint_avoidance\x18\x02 \x01(\x08\x12.\n&disable_vision_body_obstacle_avoidance\x18\x03 \x01(\x08\x12\"\n\x1aobstacle_avoidance_padding\x18\x04 \x01(\x01\x12\x30\n(disable_vision_foot_obstacle_body_assist\x18\x05 \x01(\x08\x12)\n!disable_vision_negative_obstacles\x18\x06 \x01(\x08\"\xca\x02\n\rTerrainParams\x12\x34\n\x0eground_mu_hint\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x1f\n\x13\x65nable_grated_floor\x18\x03 \x01(\x08\x42\x02\x18\x01\x12O\n\x14grated_surfaces_mode\x18\x04 \x01(\x0e\x32\x31.bosdyn.api.spot.TerrainParams.GratedSurfacesMode\"\x90\x01\n\x12GratedSurfacesMode\x12 \n\x1cGRATED_SURFACES_MODE_UNKNOWN\x10\x00\x12\x1c\n\x18GRATED_SURFACES_MODE_OFF\x10\x01\x12\x1b\n\x17GRATED_SURFACES_MODE_ON\x10\x02\x12\x1d\n\x19GRATED_SURFACES_MODE_AUTO\x10\x03\"\xbe\x02\n\x17\x42odyExternalForceParams\x12\x61\n\x18\x65xternal_force_indicator\x18\x01 \x01(\x0e\x32?.bosdyn.api.spot.BodyExternalForceParams.ExternalForceIndicator\x12\x12\n\nframe_name\x18\x04 \x01(\t\x12\x31\n\x17\x65xternal_force_override\x18\x03 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"s\n\x16\x45xternalForceIndicator\x12\x17\n\x13\x45XTERNAL_FORCE_NONE\x10\x00\x12\x1f\n\x1b\x45XTERNAL_FORCE_USE_ESTIMATE\x10\x01\x12\x1f\n\x1b\x45XTERNAL_FORCE_USE_OVERRIDE\x10\x02J\x04\x08\x02\x10\x03*\xff\x01\n\x0eLocomotionHint\x12\x10\n\x0cHINT_UNKNOWN\x10\x00\x12\r\n\tHINT_AUTO\x10\x01\x12\r\n\tHINT_TROT\x10\x02\x12\x1a\n\x16HINT_SPEED_SELECT_TROT\x10\x03\x12\x0e\n\nHINT_CRAWL\x10\x04\x12\x1b\n\x17HINT_SPEED_SELECT_CRAWL\x10\n\x12\x0e\n\nHINT_AMBLE\x10\x05\x12\x1b\n\x17HINT_SPEED_SELECT_AMBLE\x10\x06\x12\x0c\n\x08HINT_JOG\x10\x07\x12\x0c\n\x08HINT_HOP\x10\x08\x12\x12\n\x0eHINT_AUTO_TROT\x10\x03\x12\x13\n\x0fHINT_AUTO_AMBLE\x10\x06\x1a\x02\x10\x01*\x84\x01\n\x0bSwingHeight\x12\x18\n\x14SWING_HEIGHT_UNKNOWN\x10\x00\x12\x14\n\x10SWING_HEIGHT_LOW\x10\x01\x12\x17\n\x13SWING_HEIGHT_MEDIUM\x10\x02\x12\x15\n\x11SWING_HEIGHT_HIGH\x10\x03\x12\x15\n\x11SWING_HEIGHT_AUTO\x10\x04\x42\x13\x42\x11RobotCommandProtob\x06proto3')
22
22
 
23
23
  _LOCOMOTIONHINT = DESCRIPTOR.enum_types_by_name['LocomotionHint']
24
24
  LocomotionHint = enum_type_wrapper.EnumTypeWrapper(_LOCOMOTIONHINT)
@@ -51,6 +51,7 @@ _OBSTACLEPARAMS = DESCRIPTOR.message_types_by_name['ObstacleParams']
51
51
  _TERRAINPARAMS = DESCRIPTOR.message_types_by_name['TerrainParams']
52
52
  _BODYEXTERNALFORCEPARAMS = DESCRIPTOR.message_types_by_name['BodyExternalForceParams']
53
53
  _MOBILITYPARAMS_STAIRSMODE = _MOBILITYPARAMS.enum_types_by_name['StairsMode']
54
+ _MOBILITYPARAMS_HAZARDDETECTIONMODE = _MOBILITYPARAMS.enum_types_by_name['HazardDetectionMode']
54
55
  _BODYCONTROLPARAMS_ROTATIONSETTING = _BODYCONTROLPARAMS.enum_types_by_name['RotationSetting']
55
56
  _TERRAINPARAMS_GRATEDSURFACESMODE = _TERRAINPARAMS.enum_types_by_name['GratedSurfacesMode']
56
57
  _BODYEXTERNALFORCEPARAMS_EXTERNALFORCEINDICATOR = _BODYEXTERNALFORCEPARAMS.enum_types_by_name['ExternalForceIndicator']
@@ -115,30 +116,32 @@ if _descriptor._USE_C_DESCRIPTORS == False:
115
116
  _MOBILITYPARAMS.fields_by_name['stair_hint']._serialized_options = b'\030\001'
116
117
  _TERRAINPARAMS.fields_by_name['enable_grated_floor']._options = None
117
118
  _TERRAINPARAMS.fields_by_name['enable_grated_floor']._serialized_options = b'\030\001'
118
- _LOCOMOTIONHINT._serialized_start=2538
119
- _LOCOMOTIONHINT._serialized_end=2793
120
- _SWINGHEIGHT._serialized_start=2796
121
- _SWINGHEIGHT._serialized_end=2928
119
+ _LOCOMOTIONHINT._serialized_start=2803
120
+ _LOCOMOTIONHINT._serialized_end=3058
121
+ _SWINGHEIGHT._serialized_start=3061
122
+ _SWINGHEIGHT._serialized_end=3193
122
123
  _MOBILITYPARAMS._serialized_start=145
123
- _MOBILITYPARAMS._serialized_end=950
124
- _MOBILITYPARAMS_STAIRSMODE._serialized_start=850
125
- _MOBILITYPARAMS_STAIRSMODE._serialized_end=950
126
- _BODYCONTROLPARAMS._serialized_start=953
127
- _BODYCONTROLPARAMS._serialized_end=1587
128
- _BODYCONTROLPARAMS_BODYASSISTFORMANIPULATION._serialized_start=1283
129
- _BODYCONTROLPARAMS_BODYASSISTFORMANIPULATION._serialized_end=1376
130
- _BODYCONTROLPARAMS_BODYPOSE._serialized_start=1378
131
- _BODYCONTROLPARAMS_BODYPOSE._serialized_end=1469
132
- _BODYCONTROLPARAMS_ROTATIONSETTING._serialized_start=1471
133
- _BODYCONTROLPARAMS_ROTATIONSETTING._serialized_end=1578
134
- _OBSTACLEPARAMS._serialized_start=1590
135
- _OBSTACLEPARAMS._serialized_end=1881
136
- _TERRAINPARAMS._serialized_start=1884
137
- _TERRAINPARAMS._serialized_end=2214
138
- _TERRAINPARAMS_GRATEDSURFACESMODE._serialized_start=2070
139
- _TERRAINPARAMS_GRATEDSURFACESMODE._serialized_end=2214
140
- _BODYEXTERNALFORCEPARAMS._serialized_start=2217
141
- _BODYEXTERNALFORCEPARAMS._serialized_end=2535
142
- _BODYEXTERNALFORCEPARAMS_EXTERNALFORCEINDICATOR._serialized_start=2414
143
- _BODYEXTERNALFORCEPARAMS_EXTERNALFORCEINDICATOR._serialized_end=2529
124
+ _MOBILITYPARAMS._serialized_end=1215
125
+ _MOBILITYPARAMS_STAIRSMODE._serialized_start=935
126
+ _MOBILITYPARAMS_STAIRSMODE._serialized_end=1063
127
+ _MOBILITYPARAMS_HAZARDDETECTIONMODE._serialized_start=1066
128
+ _MOBILITYPARAMS_HAZARDDETECTIONMODE._serialized_end=1215
129
+ _BODYCONTROLPARAMS._serialized_start=1218
130
+ _BODYCONTROLPARAMS._serialized_end=1852
131
+ _BODYCONTROLPARAMS_BODYASSISTFORMANIPULATION._serialized_start=1548
132
+ _BODYCONTROLPARAMS_BODYASSISTFORMANIPULATION._serialized_end=1641
133
+ _BODYCONTROLPARAMS_BODYPOSE._serialized_start=1643
134
+ _BODYCONTROLPARAMS_BODYPOSE._serialized_end=1734
135
+ _BODYCONTROLPARAMS_ROTATIONSETTING._serialized_start=1736
136
+ _BODYCONTROLPARAMS_ROTATIONSETTING._serialized_end=1843
137
+ _OBSTACLEPARAMS._serialized_start=1855
138
+ _OBSTACLEPARAMS._serialized_end=2146
139
+ _TERRAINPARAMS._serialized_start=2149
140
+ _TERRAINPARAMS._serialized_end=2479
141
+ _TERRAINPARAMS_GRATEDSURFACESMODE._serialized_start=2335
142
+ _TERRAINPARAMS_GRATEDSURFACESMODE._serialized_end=2479
143
+ _BODYEXTERNALFORCEPARAMS._serialized_start=2482
144
+ _BODYEXTERNALFORCEPARAMS._serialized_end=2800
145
+ _BODYEXTERNALFORCEPARAMS_EXTERNALFORCEINDICATOR._serialized_start=2679
146
+ _BODYEXTERNALFORCEPARAMS_EXTERNALFORCEINDICATOR._serialized_end=2794
144
147
  # @@protoc_insertion_point(module_scope)
@@ -17,7 +17,7 @@ from bosdyn.api import lease_pb2 as bosdyn_dot_api_dot_lease__pb2
17
17
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
18
18
 
19
19
 
20
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n bosdyn/api/spot/spot_check.proto\x12\x0f\x62osdyn.api.spot\x1a\x17\x62osdyn/api/header.proto\x1a\x16\x62osdyn/api/lease.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x87\x02\n\x17SpotCheckCommandRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12 \n\x05lease\x18\x02 \x01(\x0b\x32\x11.bosdyn.api.Lease\x12\x41\n\x07\x63ommand\x18\x03 \x01(\x0e\x32\x30.bosdyn.api.spot.SpotCheckCommandRequest.Command\"\\\n\x07\x43ommand\x12\x13\n\x0f\x43OMMAND_UNKNOWN\x10\x00\x12\x11\n\rCOMMAND_START\x10\x01\x12\x11\n\rCOMMAND_ABORT\x10\x02\x12\x16\n\x12\x43OMMAND_REVERT_CAL\x10\x03\"\x8e\x02\n\x18SpotCheckCommandResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x34\n\x10lease_use_result\x18\x02 \x01(\x0b\x32\x1a.bosdyn.api.LeaseUseResult\x12@\n\x06status\x18\x03 \x01(\x0e\x32\x30.bosdyn.api.spot.SpotCheckCommandResponse.Status\x12\x0f\n\x07message\x18\x04 \x01(\t\"=\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x10\n\x0cSTATUS_ERROR\x10\x02\"E\n\x18SpotCheckFeedbackRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"\xf8\x0f\n\x19SpotCheckFeedbackResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12?\n\x05state\x18\x02 \x01(\x0e\x32\x30.bosdyn.api.spot.SpotCheckFeedbackResponse.State\x12\x46\n\x0clast_command\x18\x0c \x01(\x0e\x32\x30.bosdyn.api.spot.SpotCheckCommandRequest.Command\x12?\n\x05\x65rror\x18\x06 \x01(\x0e\x32\x30.bosdyn.api.spot.SpotCheckFeedbackResponse.Error\x12U\n\x0e\x63\x61mera_results\x18\x03 \x03(\x0b\x32=.bosdyn.api.spot.SpotCheckFeedbackResponse.CameraResultsEntry\x12Z\n\x11load_cell_results\x18\x04 \x03(\x0b\x32?.bosdyn.api.spot.SpotCheckFeedbackResponse.LoadCellResultsEntry\x12\x62\n\x15kinematic_cal_results\x18\x05 \x03(\x0b\x32\x43.bosdyn.api.spot.SpotCheckFeedbackResponse.KinematicCalResultsEntry\x12;\n\x0epayload_result\x18\x08 \x01(\x0b\x32#.bosdyn.api.spot.PayloadCheckResult\x12l\n\x1bhip_range_of_motion_results\x18\r \x03(\x0b\x32G.bosdyn.api.spot.SpotCheckFeedbackResponse.HipRangeOfMotionResultsEntry\x12\x10\n\x08progress\x18\x07 \x01(\x02\x12\x36\n\x12last_cal_timestamp\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a`\n\x12\x43\x61meraResultsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x39\n\x05value\x18\x02 \x01(\x0b\x32*.bosdyn.api.spot.DepthPlaneSpotCheckResult:\x02\x38\x01\x1a`\n\x14LoadCellResultsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x37\n\x05value\x18\x02 \x01(\x0b\x32(.bosdyn.api.spot.LoadCellSpotCheckResult:\x02\x38\x01\x1a\x66\n\x18KinematicCalResultsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x39\n\x05value\x18\x02 \x01(\x0b\x32*.bosdyn.api.spot.JointKinematicCheckResult:\x02\x38\x01\x1ag\n\x1cHipRangeOfMotionResultsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x36\n\x05value\x18\x02 \x01(\x0b\x32\'.bosdyn.api.spot.HipRangeOfMotionResult:\x02\x38\x01\"\xf6\x02\n\x05State\x12\x11\n\rSTATE_UNKNOWN\x10\x00\x12\x16\n\x12STATE_USER_ABORTED\x10\x01\x12\x12\n\x0eSTATE_STARTING\x10\x02\x12\x16\n\x12STATE_LOADCELL_CAL\x10\x03\x12\x15\n\x11STATE_ENDSTOP_CAL\x10\x04\x12\x16\n\x12STATE_CAMERA_CHECK\x10\x05\x12\x15\n\x11STATE_BODY_POSING\x10\x06\x12\x12\n\x0eSTATE_FINISHED\x10\x07\x12\x17\n\x13STATE_REVERTING_CAL\x10\x08\x12\x0f\n\x0bSTATE_ERROR\x10\t\x12\x1d\n\x19STATE_WAITING_FOR_COMMAND\x10\n\x12#\n\x1fSTATE_HIP_RANGE_OF_MOTION_CHECK\x10\x0b\x12\x15\n\x11STATE_GRIPPER_CAL\x10\x0c\x12\x1c\n\x18STATE_SIT_DOWN_AFTER_RUN\x10\r\x12\x19\n\x15STATE_ARM_JOINT_CHECK\x10\x0e\"\xca\x03\n\x05\x45rror\x12\x11\n\rERROR_UNKNOWN\x10\x00\x12\x0e\n\nERROR_NONE\x10\x01\x12!\n\x1d\x45RROR_UNEXPECTED_POWER_CHANGE\x10\x02\x12\x18\n\x14\x45RROR_INIT_IMU_CHECK\x10\x03\x12\x1a\n\x16\x45RROR_INIT_NOT_SITTING\x10\x04\x12\x1a\n\x16\x45RROR_LOADCELL_TIMEOUT\x10\x05\x12\x1a\n\x16\x45RROR_POWER_ON_FAILURE\x10\x06\x12\x19\n\x15\x45RROR_ENDSTOP_TIMEOUT\x10\x07\x12\x16\n\x12\x45RROR_FAILED_STAND\x10\x08\x12\x18\n\x14\x45RROR_CAMERA_TIMEOUT\x10\t\x12\x16\n\x12\x45RROR_GROUND_CHECK\x10\n\x12\x1b\n\x17\x45RROR_POWER_OFF_FAILURE\x10\x0b\x12\x18\n\x14\x45RROR_REVERT_FAILURE\x10\x0c\x12\x16\n\x12\x45RROR_FGKC_FAILURE\x10\r\x12\x1d\n\x19\x45RROR_GRIPPER_CAL_TIMEOUT\x10\x0e\x12\x1d\n\x19\x45RROR_ARM_CHECK_COLLISION\x10\x0f\x12\x1b\n\x17\x45RROR_ARM_CHECK_TIMEOUT\x10\x10\"\xc9\x01\n\x19\x44\x65pthPlaneSpotCheckResult\x12\x41\n\x06status\x18\x01 \x01(\x0e\x32\x31.bosdyn.api.spot.DepthPlaneSpotCheckResult.Status\x12\x16\n\x0eseverity_score\x18\x02 \x01(\x02\"Q\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x12\n\x0eSTATUS_WARNING\x10\x02\x12\x10\n\x0cSTATUS_ERROR\x10\x03\"\xad\x01\n\x12PayloadCheckResult\x12\x38\n\x05\x65rror\x18\x01 \x01(\x0e\x32).bosdyn.api.spot.PayloadCheckResult.Error\x12\x15\n\rextra_payload\x18\x02 \x01(\x02\"F\n\x05\x45rror\x12\x11\n\rERROR_UNKNOWN\x10\x00\x12\x0e\n\nERROR_NONE\x10\x01\x12\x1a\n\x16\x45RROR_MASS_DISCREPANCY\x10\x02\"\xc1\x01\n\x17LoadCellSpotCheckResult\x12=\n\x05\x65rror\x18\x02 \x01(\x0e\x32..bosdyn.api.spot.LoadCellSpotCheckResult.Error\x12\x0c\n\x04zero\x18\x03 \x01(\x02\x12\x10\n\x08old_zero\x18\x04 \x01(\x02\"G\n\x05\x45rror\x12\x11\n\rERROR_UNKNOWN\x10\x00\x12\x0e\n\nERROR_NONE\x10\x01\x12\x1b\n\x17\x45RROR_ZERO_OUT_OF_RANGE\x10\x02\"\xad\x02\n\x19JointKinematicCheckResult\x12?\n\x05\x65rror\x18\x02 \x01(\x0e\x32\x30.bosdyn.api.spot.JointKinematicCheckResult.Error\x12\x0e\n\x06offset\x18\x03 \x01(\x02\x12\x12\n\nold_offset\x18\x04 \x01(\x02\x12\x14\n\x0chealth_score\x18\x05 \x01(\x02\"\x94\x01\n\x05\x45rror\x12\x11\n\rERROR_UNKNOWN\x10\x00\x12\x0e\n\nERROR_NONE\x10\x01\x12\x15\n\x11\x45RROR_CLUTCH_SLIP\x10\x02\x12!\n\x1d\x45RROR_INVALID_RANGE_OF_MOTION\x10\x03\x12\x19\n\x15\x45RROR_ENCODER_SHIFTED\x10\x04\x12\x13\n\x0f\x45RROR_COLLISION\x10\x05\"\xce\x01\n\x15\x46ootHeightCheckResult\x12=\n\x06status\x18\x02 \x01(\x0e\x32-.bosdyn.api.spot.FootHeightCheckResult.Status\x12#\n\x1b\x66oot_height_error_from_mean\x18\x03 \x01(\x02\"Q\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x12\n\x0eSTATUS_WARNING\x10\x02\x12\x10\n\x0cSTATUS_ERROR\x10\x03\"\xc5\x01\n\x12LegPairCheckResult\x12:\n\x06status\x18\x02 \x01(\x0e\x32*.bosdyn.api.spot.LegPairCheckResult.Status\x12 \n\x18leg_pair_distance_change\x18\x03 \x01(\x02\"Q\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x12\n\x0eSTATUS_WARNING\x10\x02\x12\x10\n\x0cSTATUS_ERROR\x10\x03\"\xb0\x01\n\x16HipRangeOfMotionResult\x12<\n\x05\x65rror\x18\x01 \x01(\x0e\x32-.bosdyn.api.spot.HipRangeOfMotionResult.Error\x12\n\n\x02hx\x18\x02 \x03(\x02\x12\n\n\x02hy\x18\x03 \x03(\x02\"@\n\x05\x45rror\x12\x11\n\rERROR_UNKNOWN\x10\x00\x12\x0e\n\nERROR_NONE\x10\x01\x12\x14\n\x10\x45RROR_OBSTRUCTED\x10\x02\"\x80\x02\n\x1f\x43\x61meraCalibrationCommandRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12 \n\x05lease\x18\x02 \x01(\x0b\x32\x11.bosdyn.api.Lease\x12I\n\x07\x63ommand\x18\x03 \x01(\x0e\x32\x38.bosdyn.api.spot.CameraCalibrationCommandRequest.Command\"E\n\x07\x43ommand\x12\x13\n\x0f\x43OMMAND_UNKNOWN\x10\x00\x12\x11\n\rCOMMAND_START\x10\x01\x12\x12\n\x0e\x43OMMAND_CANCEL\x10\x02\"\x84\x01\n CameraCalibrationCommandResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x34\n\x10lease_use_result\x18\x02 \x01(\x0b\x32\x1a.bosdyn.api.LeaseUseResult\"M\n CameraCalibrationFeedbackRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"\xe5\x05\n!CameraCalibrationFeedbackResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12I\n\x06status\x18\x02 \x01(\x0e\x32\x39.bosdyn.api.spot.CameraCalibrationFeedbackResponse.Status\x12\x10\n\x08progress\x18\x03 \x01(\x02\"\xb6\x04\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x15\n\x11STATUS_PROCESSING\x10\x01\x12\x12\n\x0eSTATUS_SUCCESS\x10\x02\x12\x18\n\x14STATUS_USER_CANCELED\x10\x03\x12\x16\n\x12STATUS_POWER_ERROR\x10\x04\x12\x16\n\x12STATUS_LEASE_ERROR\x10\x05\x12\x1e\n\x1aSTATUS_ROBOT_COMMAND_ERROR\x10\x07\x12\x1c\n\x18STATUS_CALIBRATION_ERROR\x10\x08\x12\x19\n\x15STATUS_INTERNAL_ERROR\x10\t\x12\x1d\n\x19STATUS_CAMERA_FOCUS_ERROR\x10\x0e\x12\x1e\n\x1aSTATUS_TARGET_NOT_CENTERED\x10\x06\x12\x1d\n\x19STATUS_TARGET_NOT_IN_VIEW\x10\x0b\x12%\n!STATUS_TARGET_NOT_GRAVITY_ALIGNED\x10\x0c\x12\x1d\n\x19STATUS_TARGET_UPSIDE_DOWN\x10\r\x12\x14\n\x10STATUS_NEVER_RUN\x10\n\x12\x1e\n\x1aSTATUS_CAMERA_NOT_DETECTED\x10\x0f\x12!\n\x1dSTATUS_INTRINSIC_WRITE_FAILED\x10\x10\x12!\n\x1dSTATUS_EXTRINSIC_WRITE_FAILED\x10\x11\x12*\n&STATUS_CALIBRATION_VERIFICATION_FAILED\x10\x12\"\x8e\x02\n&GripperCameraCalibrationCommandRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12 \n\x05lease\x18\x02 \x01(\x0b\x32\x11.bosdyn.api.Lease\x12P\n\x07\x63ommand\x18\x03 \x01(\x0e\x32?.bosdyn.api.spot.GripperCameraCalibrationCommandRequest.Command\"E\n\x07\x43ommand\x12\x13\n\x0f\x43OMMAND_UNKNOWN\x10\x00\x12\x11\n\rCOMMAND_START\x10\x01\x12\x12\n\x0e\x43OMMAND_CANCEL\x10\x02\"\x8b\x01\n\'GripperCameraCalibrationCommandResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x34\n\x10lease_use_result\x18\x02 \x01(\x0b\x32\x1a.bosdyn.api.LeaseUseResult\"T\n\'GripperCameraCalibrationFeedbackRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"\x8b\x05\n(GripperCameraCalibrationFeedbackResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12P\n\x06status\x18\x02 \x01(\x0e\x32@.bosdyn.api.spot.GripperCameraCalibrationFeedbackResponse.Status\x12\x10\n\x08progress\x18\x03 \x01(\x02\x12\x34\n\x10lease_use_result\x18\x04 \x01(\x0b\x32\x1a.bosdyn.api.LeaseUseResult\"\x98\x03\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x15\n\x11STATUS_PROCESSING\x10\x01\x12\x12\n\x0eSTATUS_SUCCESS\x10\x02\x12\x14\n\x10STATUS_NEVER_RUN\x10\x03\x12\x18\n\x14STATUS_USER_CANCELED\x10\x04\x12\x16\n\x12STATUS_POWER_ERROR\x10\x05\x12\x16\n\x12STATUS_LEASE_ERROR\x10\x06\x12\x1c\n\x18STATUS_CALIBRATION_ERROR\x10\x08\x12\x1f\n\x1bSTATUS_INITIALIZATION_ERROR\x10\t\x12\x19\n\x15STATUS_INTERNAL_ERROR\x10\n\x12\x1e\n\x1aSTATUS_TARGET_NOT_CENTERED\x10\x0b\x12\x1d\n\x19STATUS_TARGET_NOT_IN_VIEW\x10\x0c\x12%\n!STATUS_TARGET_NOT_GRAVITY_ALIGNED\x10\r\x12\x1d\n\x19STATUS_TARGET_UPSIDE_DOWN\x10\x0e\x12\x10\n\x0cSTATUS_STUCK\x10\x0f\x42\x10\x42\x0eSpotCheckProtob\x06proto3')
20
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n bosdyn/api/spot/spot_check.proto\x12\x0f\x62osdyn.api.spot\x1a\x17\x62osdyn/api/header.proto\x1a\x16\x62osdyn/api/lease.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x87\x02\n\x17SpotCheckCommandRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12 \n\x05lease\x18\x02 \x01(\x0b\x32\x11.bosdyn.api.Lease\x12\x41\n\x07\x63ommand\x18\x03 \x01(\x0e\x32\x30.bosdyn.api.spot.SpotCheckCommandRequest.Command\"\\\n\x07\x43ommand\x12\x13\n\x0f\x43OMMAND_UNKNOWN\x10\x00\x12\x11\n\rCOMMAND_START\x10\x01\x12\x11\n\rCOMMAND_ABORT\x10\x02\x12\x16\n\x12\x43OMMAND_REVERT_CAL\x10\x03\"\x8e\x02\n\x18SpotCheckCommandResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x34\n\x10lease_use_result\x18\x02 \x01(\x0b\x32\x1a.bosdyn.api.LeaseUseResult\x12@\n\x06status\x18\x03 \x01(\x0e\x32\x30.bosdyn.api.spot.SpotCheckCommandResponse.Status\x12\x0f\n\x07message\x18\x04 \x01(\t\"=\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x10\n\x0cSTATUS_ERROR\x10\x02\"E\n\x18SpotCheckFeedbackRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"\xf8\x0f\n\x19SpotCheckFeedbackResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12?\n\x05state\x18\x02 \x01(\x0e\x32\x30.bosdyn.api.spot.SpotCheckFeedbackResponse.State\x12\x46\n\x0clast_command\x18\x0c \x01(\x0e\x32\x30.bosdyn.api.spot.SpotCheckCommandRequest.Command\x12?\n\x05\x65rror\x18\x06 \x01(\x0e\x32\x30.bosdyn.api.spot.SpotCheckFeedbackResponse.Error\x12U\n\x0e\x63\x61mera_results\x18\x03 \x03(\x0b\x32=.bosdyn.api.spot.SpotCheckFeedbackResponse.CameraResultsEntry\x12Z\n\x11load_cell_results\x18\x04 \x03(\x0b\x32?.bosdyn.api.spot.SpotCheckFeedbackResponse.LoadCellResultsEntry\x12\x62\n\x15kinematic_cal_results\x18\x05 \x03(\x0b\x32\x43.bosdyn.api.spot.SpotCheckFeedbackResponse.KinematicCalResultsEntry\x12;\n\x0epayload_result\x18\x08 \x01(\x0b\x32#.bosdyn.api.spot.PayloadCheckResult\x12l\n\x1bhip_range_of_motion_results\x18\r \x03(\x0b\x32G.bosdyn.api.spot.SpotCheckFeedbackResponse.HipRangeOfMotionResultsEntry\x12\x10\n\x08progress\x18\x07 \x01(\x02\x12\x36\n\x12last_cal_timestamp\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a`\n\x12\x43\x61meraResultsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x39\n\x05value\x18\x02 \x01(\x0b\x32*.bosdyn.api.spot.DepthPlaneSpotCheckResult:\x02\x38\x01\x1a`\n\x14LoadCellResultsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x37\n\x05value\x18\x02 \x01(\x0b\x32(.bosdyn.api.spot.LoadCellSpotCheckResult:\x02\x38\x01\x1a\x66\n\x18KinematicCalResultsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x39\n\x05value\x18\x02 \x01(\x0b\x32*.bosdyn.api.spot.JointKinematicCheckResult:\x02\x38\x01\x1ag\n\x1cHipRangeOfMotionResultsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x36\n\x05value\x18\x02 \x01(\x0b\x32\'.bosdyn.api.spot.HipRangeOfMotionResult:\x02\x38\x01\"\xf6\x02\n\x05State\x12\x11\n\rSTATE_UNKNOWN\x10\x00\x12\x16\n\x12STATE_USER_ABORTED\x10\x01\x12\x12\n\x0eSTATE_STARTING\x10\x02\x12\x16\n\x12STATE_LOADCELL_CAL\x10\x03\x12\x15\n\x11STATE_ENDSTOP_CAL\x10\x04\x12\x16\n\x12STATE_CAMERA_CHECK\x10\x05\x12\x15\n\x11STATE_BODY_POSING\x10\x06\x12\x12\n\x0eSTATE_FINISHED\x10\x07\x12\x17\n\x13STATE_REVERTING_CAL\x10\x08\x12\x0f\n\x0bSTATE_ERROR\x10\t\x12\x1d\n\x19STATE_WAITING_FOR_COMMAND\x10\n\x12#\n\x1fSTATE_HIP_RANGE_OF_MOTION_CHECK\x10\x0b\x12\x15\n\x11STATE_GRIPPER_CAL\x10\x0c\x12\x1c\n\x18STATE_SIT_DOWN_AFTER_RUN\x10\r\x12\x19\n\x15STATE_ARM_JOINT_CHECK\x10\x0e\"\xca\x03\n\x05\x45rror\x12\x11\n\rERROR_UNKNOWN\x10\x00\x12\x0e\n\nERROR_NONE\x10\x01\x12!\n\x1d\x45RROR_UNEXPECTED_POWER_CHANGE\x10\x02\x12\x18\n\x14\x45RROR_INIT_IMU_CHECK\x10\x03\x12\x1a\n\x16\x45RROR_INIT_NOT_SITTING\x10\x04\x12\x1a\n\x16\x45RROR_LOADCELL_TIMEOUT\x10\x05\x12\x1a\n\x16\x45RROR_POWER_ON_FAILURE\x10\x06\x12\x19\n\x15\x45RROR_ENDSTOP_TIMEOUT\x10\x07\x12\x16\n\x12\x45RROR_FAILED_STAND\x10\x08\x12\x18\n\x14\x45RROR_CAMERA_TIMEOUT\x10\t\x12\x16\n\x12\x45RROR_GROUND_CHECK\x10\n\x12\x1b\n\x17\x45RROR_POWER_OFF_FAILURE\x10\x0b\x12\x18\n\x14\x45RROR_REVERT_FAILURE\x10\x0c\x12\x16\n\x12\x45RROR_FGKC_FAILURE\x10\r\x12\x1d\n\x19\x45RROR_GRIPPER_CAL_TIMEOUT\x10\x0e\x12\x1d\n\x19\x45RROR_ARM_CHECK_COLLISION\x10\x0f\x12\x1b\n\x17\x45RROR_ARM_CHECK_TIMEOUT\x10\x10\"\xc9\x01\n\x19\x44\x65pthPlaneSpotCheckResult\x12\x41\n\x06status\x18\x01 \x01(\x0e\x32\x31.bosdyn.api.spot.DepthPlaneSpotCheckResult.Status\x12\x16\n\x0eseverity_score\x18\x02 \x01(\x02\"Q\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x12\n\x0eSTATUS_WARNING\x10\x02\x12\x10\n\x0cSTATUS_ERROR\x10\x03\"\xad\x01\n\x12PayloadCheckResult\x12\x38\n\x05\x65rror\x18\x01 \x01(\x0e\x32).bosdyn.api.spot.PayloadCheckResult.Error\x12\x15\n\rextra_payload\x18\x02 \x01(\x02\"F\n\x05\x45rror\x12\x11\n\rERROR_UNKNOWN\x10\x00\x12\x0e\n\nERROR_NONE\x10\x01\x12\x1a\n\x16\x45RROR_MASS_DISCREPANCY\x10\x02\"\xc1\x01\n\x17LoadCellSpotCheckResult\x12=\n\x05\x65rror\x18\x02 \x01(\x0e\x32..bosdyn.api.spot.LoadCellSpotCheckResult.Error\x12\x0c\n\x04zero\x18\x03 \x01(\x02\x12\x10\n\x08old_zero\x18\x04 \x01(\x02\"G\n\x05\x45rror\x12\x11\n\rERROR_UNKNOWN\x10\x00\x12\x0e\n\nERROR_NONE\x10\x01\x12\x1b\n\x17\x45RROR_ZERO_OUT_OF_RANGE\x10\x02\"\xad\x02\n\x19JointKinematicCheckResult\x12?\n\x05\x65rror\x18\x02 \x01(\x0e\x32\x30.bosdyn.api.spot.JointKinematicCheckResult.Error\x12\x0e\n\x06offset\x18\x03 \x01(\x02\x12\x12\n\nold_offset\x18\x04 \x01(\x02\x12\x14\n\x0chealth_score\x18\x05 \x01(\x02\"\x94\x01\n\x05\x45rror\x12\x11\n\rERROR_UNKNOWN\x10\x00\x12\x0e\n\nERROR_NONE\x10\x01\x12\x15\n\x11\x45RROR_CLUTCH_SLIP\x10\x02\x12!\n\x1d\x45RROR_INVALID_RANGE_OF_MOTION\x10\x03\x12\x19\n\x15\x45RROR_ENCODER_SHIFTED\x10\x04\x12\x13\n\x0f\x45RROR_COLLISION\x10\x05\"\xce\x01\n\x15\x46ootHeightCheckResult\x12=\n\x06status\x18\x02 \x01(\x0e\x32-.bosdyn.api.spot.FootHeightCheckResult.Status\x12#\n\x1b\x66oot_height_error_from_mean\x18\x03 \x01(\x02\"Q\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x12\n\x0eSTATUS_WARNING\x10\x02\x12\x10\n\x0cSTATUS_ERROR\x10\x03\"\xc5\x01\n\x12LegPairCheckResult\x12:\n\x06status\x18\x02 \x01(\x0e\x32*.bosdyn.api.spot.LegPairCheckResult.Status\x12 \n\x18leg_pair_distance_change\x18\x03 \x01(\x02\"Q\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x12\n\x0eSTATUS_WARNING\x10\x02\x12\x10\n\x0cSTATUS_ERROR\x10\x03\"\xb0\x01\n\x16HipRangeOfMotionResult\x12<\n\x05\x65rror\x18\x01 \x01(\x0e\x32-.bosdyn.api.spot.HipRangeOfMotionResult.Error\x12\n\n\x02hx\x18\x02 \x03(\x02\x12\n\n\x02hy\x18\x03 \x03(\x02\"@\n\x05\x45rror\x12\x11\n\rERROR_UNKNOWN\x10\x00\x12\x0e\n\nERROR_NONE\x10\x01\x12\x14\n\x10\x45RROR_OBSTRUCTED\x10\x02\"\x80\x02\n\x1f\x43\x61meraCalibrationCommandRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12 \n\x05lease\x18\x02 \x01(\x0b\x32\x11.bosdyn.api.Lease\x12I\n\x07\x63ommand\x18\x03 \x01(\x0e\x32\x38.bosdyn.api.spot.CameraCalibrationCommandRequest.Command\"E\n\x07\x43ommand\x12\x13\n\x0f\x43OMMAND_UNKNOWN\x10\x00\x12\x11\n\rCOMMAND_START\x10\x01\x12\x12\n\x0e\x43OMMAND_CANCEL\x10\x02\"\x84\x01\n CameraCalibrationCommandResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x34\n\x10lease_use_result\x18\x02 \x01(\x0b\x32\x1a.bosdyn.api.LeaseUseResult\"M\n CameraCalibrationFeedbackRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"\xe5\x05\n!CameraCalibrationFeedbackResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12I\n\x06status\x18\x02 \x01(\x0e\x32\x39.bosdyn.api.spot.CameraCalibrationFeedbackResponse.Status\x12\x10\n\x08progress\x18\x03 \x01(\x02\"\xb6\x04\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x15\n\x11STATUS_PROCESSING\x10\x01\x12\x12\n\x0eSTATUS_SUCCESS\x10\x02\x12\x18\n\x14STATUS_USER_CANCELED\x10\x03\x12\x16\n\x12STATUS_POWER_ERROR\x10\x04\x12\x16\n\x12STATUS_LEASE_ERROR\x10\x05\x12\x1e\n\x1aSTATUS_ROBOT_COMMAND_ERROR\x10\x07\x12\x1c\n\x18STATUS_CALIBRATION_ERROR\x10\x08\x12\x19\n\x15STATUS_INTERNAL_ERROR\x10\t\x12\x1d\n\x19STATUS_CAMERA_FOCUS_ERROR\x10\x0e\x12\x1e\n\x1aSTATUS_TARGET_NOT_CENTERED\x10\x06\x12\x1d\n\x19STATUS_TARGET_NOT_IN_VIEW\x10\x0b\x12%\n!STATUS_TARGET_NOT_GRAVITY_ALIGNED\x10\x0c\x12\x1d\n\x19STATUS_TARGET_UPSIDE_DOWN\x10\r\x12\x14\n\x10STATUS_NEVER_RUN\x10\n\x12\x1e\n\x1aSTATUS_CAMERA_NOT_DETECTED\x10\x0f\x12!\n\x1dSTATUS_INTRINSIC_WRITE_FAILED\x10\x10\x12!\n\x1dSTATUS_EXTRINSIC_WRITE_FAILED\x10\x11\x12*\n&STATUS_CALIBRATION_VERIFICATION_FAILED\x10\x12\x42\x10\x42\x0eSpotCheckProtob\x06proto3')
21
21
 
22
22
 
23
23
 
@@ -40,10 +40,6 @@ _CAMERACALIBRATIONCOMMANDREQUEST = DESCRIPTOR.message_types_by_name['CameraCalib
40
40
  _CAMERACALIBRATIONCOMMANDRESPONSE = DESCRIPTOR.message_types_by_name['CameraCalibrationCommandResponse']
41
41
  _CAMERACALIBRATIONFEEDBACKREQUEST = DESCRIPTOR.message_types_by_name['CameraCalibrationFeedbackRequest']
42
42
  _CAMERACALIBRATIONFEEDBACKRESPONSE = DESCRIPTOR.message_types_by_name['CameraCalibrationFeedbackResponse']
43
- _GRIPPERCAMERACALIBRATIONCOMMANDREQUEST = DESCRIPTOR.message_types_by_name['GripperCameraCalibrationCommandRequest']
44
- _GRIPPERCAMERACALIBRATIONCOMMANDRESPONSE = DESCRIPTOR.message_types_by_name['GripperCameraCalibrationCommandResponse']
45
- _GRIPPERCAMERACALIBRATIONFEEDBACKREQUEST = DESCRIPTOR.message_types_by_name['GripperCameraCalibrationFeedbackRequest']
46
- _GRIPPERCAMERACALIBRATIONFEEDBACKRESPONSE = DESCRIPTOR.message_types_by_name['GripperCameraCalibrationFeedbackResponse']
47
43
  _SPOTCHECKCOMMANDREQUEST_COMMAND = _SPOTCHECKCOMMANDREQUEST.enum_types_by_name['Command']
48
44
  _SPOTCHECKCOMMANDRESPONSE_STATUS = _SPOTCHECKCOMMANDRESPONSE.enum_types_by_name['Status']
49
45
  _SPOTCHECKFEEDBACKRESPONSE_STATE = _SPOTCHECKFEEDBACKRESPONSE.enum_types_by_name['State']
@@ -57,8 +53,6 @@ _LEGPAIRCHECKRESULT_STATUS = _LEGPAIRCHECKRESULT.enum_types_by_name['Status']
57
53
  _HIPRANGEOFMOTIONRESULT_ERROR = _HIPRANGEOFMOTIONRESULT.enum_types_by_name['Error']
58
54
  _CAMERACALIBRATIONCOMMANDREQUEST_COMMAND = _CAMERACALIBRATIONCOMMANDREQUEST.enum_types_by_name['Command']
59
55
  _CAMERACALIBRATIONFEEDBACKRESPONSE_STATUS = _CAMERACALIBRATIONFEEDBACKRESPONSE.enum_types_by_name['Status']
60
- _GRIPPERCAMERACALIBRATIONCOMMANDREQUEST_COMMAND = _GRIPPERCAMERACALIBRATIONCOMMANDREQUEST.enum_types_by_name['Command']
61
- _GRIPPERCAMERACALIBRATIONFEEDBACKRESPONSE_STATUS = _GRIPPERCAMERACALIBRATIONFEEDBACKRESPONSE.enum_types_by_name['Status']
62
56
  SpotCheckCommandRequest = _reflection.GeneratedProtocolMessageType('SpotCheckCommandRequest', (_message.Message,), {
63
57
  'DESCRIPTOR' : _SPOTCHECKCOMMANDREQUEST,
64
58
  '__module__' : 'bosdyn.api.spot.spot_check_pb2'
@@ -196,34 +190,6 @@ CameraCalibrationFeedbackResponse = _reflection.GeneratedProtocolMessageType('Ca
196
190
  })
197
191
  _sym_db.RegisterMessage(CameraCalibrationFeedbackResponse)
198
192
 
199
- GripperCameraCalibrationCommandRequest = _reflection.GeneratedProtocolMessageType('GripperCameraCalibrationCommandRequest', (_message.Message,), {
200
- 'DESCRIPTOR' : _GRIPPERCAMERACALIBRATIONCOMMANDREQUEST,
201
- '__module__' : 'bosdyn.api.spot.spot_check_pb2'
202
- # @@protoc_insertion_point(class_scope:bosdyn.api.spot.GripperCameraCalibrationCommandRequest)
203
- })
204
- _sym_db.RegisterMessage(GripperCameraCalibrationCommandRequest)
205
-
206
- GripperCameraCalibrationCommandResponse = _reflection.GeneratedProtocolMessageType('GripperCameraCalibrationCommandResponse', (_message.Message,), {
207
- 'DESCRIPTOR' : _GRIPPERCAMERACALIBRATIONCOMMANDRESPONSE,
208
- '__module__' : 'bosdyn.api.spot.spot_check_pb2'
209
- # @@protoc_insertion_point(class_scope:bosdyn.api.spot.GripperCameraCalibrationCommandResponse)
210
- })
211
- _sym_db.RegisterMessage(GripperCameraCalibrationCommandResponse)
212
-
213
- GripperCameraCalibrationFeedbackRequest = _reflection.GeneratedProtocolMessageType('GripperCameraCalibrationFeedbackRequest', (_message.Message,), {
214
- 'DESCRIPTOR' : _GRIPPERCAMERACALIBRATIONFEEDBACKREQUEST,
215
- '__module__' : 'bosdyn.api.spot.spot_check_pb2'
216
- # @@protoc_insertion_point(class_scope:bosdyn.api.spot.GripperCameraCalibrationFeedbackRequest)
217
- })
218
- _sym_db.RegisterMessage(GripperCameraCalibrationFeedbackRequest)
219
-
220
- GripperCameraCalibrationFeedbackResponse = _reflection.GeneratedProtocolMessageType('GripperCameraCalibrationFeedbackResponse', (_message.Message,), {
221
- 'DESCRIPTOR' : _GRIPPERCAMERACALIBRATIONFEEDBACKRESPONSE,
222
- '__module__' : 'bosdyn.api.spot.spot_check_pb2'
223
- # @@protoc_insertion_point(class_scope:bosdyn.api.spot.GripperCameraCalibrationFeedbackResponse)
224
- })
225
- _sym_db.RegisterMessage(GripperCameraCalibrationFeedbackResponse)
226
-
227
193
  if _descriptor._USE_C_DESCRIPTORS == False:
228
194
 
229
195
  DESCRIPTOR._options = None
@@ -300,16 +266,4 @@ if _descriptor._USE_C_DESCRIPTORS == False:
300
266
  _CAMERACALIBRATIONFEEDBACKRESPONSE._serialized_end=5471
301
267
  _CAMERACALIBRATIONFEEDBACKRESPONSE_STATUS._serialized_start=4905
302
268
  _CAMERACALIBRATIONFEEDBACKRESPONSE_STATUS._serialized_end=5471
303
- _GRIPPERCAMERACALIBRATIONCOMMANDREQUEST._serialized_start=5474
304
- _GRIPPERCAMERACALIBRATIONCOMMANDREQUEST._serialized_end=5744
305
- _GRIPPERCAMERACALIBRATIONCOMMANDREQUEST_COMMAND._serialized_start=4444
306
- _GRIPPERCAMERACALIBRATIONCOMMANDREQUEST_COMMAND._serialized_end=4513
307
- _GRIPPERCAMERACALIBRATIONCOMMANDRESPONSE._serialized_start=5747
308
- _GRIPPERCAMERACALIBRATIONCOMMANDRESPONSE._serialized_end=5886
309
- _GRIPPERCAMERACALIBRATIONFEEDBACKREQUEST._serialized_start=5888
310
- _GRIPPERCAMERACALIBRATIONFEEDBACKREQUEST._serialized_end=5972
311
- _GRIPPERCAMERACALIBRATIONFEEDBACKRESPONSE._serialized_start=5975
312
- _GRIPPERCAMERACALIBRATIONFEEDBACKRESPONSE._serialized_end=6626
313
- _GRIPPERCAMERACALIBRATIONFEEDBACKRESPONSE_STATUS._serialized_start=6218
314
- _GRIPPERCAMERACALIBRATIONFEEDBACKRESPONSE_STATUS._serialized_end=6626
315
269
  # @@protoc_insertion_point(module_scope)
@@ -15,7 +15,7 @@ _sym_db = _symbol_database.Default()
15
15
  from bosdyn.api.spot import spot_check_pb2 as bosdyn_dot_api_dot_spot_dot_spot__check__pb2
16
16
 
17
17
 
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(bosdyn/api/spot/spot_check_service.proto\x12\x0f\x62osdyn.api.spot\x1a bosdyn/api/spot/spot_check.proto2\xab\x06\n\x10SpotCheckService\x12i\n\x10SpotCheckCommand\x12(.bosdyn.api.spot.SpotCheckCommandRequest\x1a).bosdyn.api.spot.SpotCheckCommandResponse\"\x00\x12l\n\x11SpotCheckFeedback\x12).bosdyn.api.spot.SpotCheckFeedbackRequest\x1a*.bosdyn.api.spot.SpotCheckFeedbackResponse\"\x00\x12\x81\x01\n\x18\x43\x61meraCalibrationCommand\x12\x30.bosdyn.api.spot.CameraCalibrationCommandRequest\x1a\x31.bosdyn.api.spot.CameraCalibrationCommandResponse\"\x00\x12\x84\x01\n\x19\x43\x61meraCalibrationFeedback\x12\x31.bosdyn.api.spot.CameraCalibrationFeedbackRequest\x1a\x32.bosdyn.api.spot.CameraCalibrationFeedbackResponse\"\x00\x12\x96\x01\n\x1fGripperCameraCalibrationCommand\x12\x37.bosdyn.api.spot.GripperCameraCalibrationCommandRequest\x1a\x38.bosdyn.api.spot.GripperCameraCalibrationCommandResponse\"\x00\x12\x99\x01\n GripperCameraCalibrationFeedback\x12\x38.bosdyn.api.spot.GripperCameraCalibrationFeedbackRequest\x1a\x39.bosdyn.api.spot.GripperCameraCalibrationFeedbackResponse\"\x00\x42\x17\x42\x15SpotCheckServiceProtob\x06proto3')
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(bosdyn/api/spot/spot_check_service.proto\x12\x0f\x62osdyn.api.spot\x1a bosdyn/api/spot/spot_check.proto2\xf6\x03\n\x10SpotCheckService\x12i\n\x10SpotCheckCommand\x12(.bosdyn.api.spot.SpotCheckCommandRequest\x1a).bosdyn.api.spot.SpotCheckCommandResponse\"\x00\x12l\n\x11SpotCheckFeedback\x12).bosdyn.api.spot.SpotCheckFeedbackRequest\x1a*.bosdyn.api.spot.SpotCheckFeedbackResponse\"\x00\x12\x81\x01\n\x18\x43\x61meraCalibrationCommand\x12\x30.bosdyn.api.spot.CameraCalibrationCommandRequest\x1a\x31.bosdyn.api.spot.CameraCalibrationCommandResponse\"\x00\x12\x84\x01\n\x19\x43\x61meraCalibrationFeedback\x12\x31.bosdyn.api.spot.CameraCalibrationFeedbackRequest\x1a\x32.bosdyn.api.spot.CameraCalibrationFeedbackResponse\"\x00\x42\x17\x42\x15SpotCheckServiceProtob\x06proto3')
19
19
 
20
20
 
21
21
 
@@ -25,5 +25,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
25
25
  DESCRIPTOR._options = None
26
26
  DESCRIPTOR._serialized_options = b'B\025SpotCheckServiceProto'
27
27
  _SPOTCHECKSERVICE._serialized_start=96
28
- _SPOTCHECKSERVICE._serialized_end=907
28
+ _SPOTCHECKSERVICE._serialized_end=598
29
29
  # @@protoc_insertion_point(module_scope)
@@ -36,16 +36,6 @@ class SpotCheckServiceStub(object):
36
36
  request_serializer=bosdyn_dot_api_dot_spot_dot_spot__check__pb2.CameraCalibrationFeedbackRequest.SerializeToString,
37
37
  response_deserializer=bosdyn_dot_api_dot_spot_dot_spot__check__pb2.CameraCalibrationFeedbackResponse.FromString,
38
38
  )
39
- self.GripperCameraCalibrationCommand = channel.unary_unary(
40
- '/bosdyn.api.spot.SpotCheckService/GripperCameraCalibrationCommand',
41
- request_serializer=bosdyn_dot_api_dot_spot_dot_spot__check__pb2.GripperCameraCalibrationCommandRequest.SerializeToString,
42
- response_deserializer=bosdyn_dot_api_dot_spot_dot_spot__check__pb2.GripperCameraCalibrationCommandResponse.FromString,
43
- )
44
- self.GripperCameraCalibrationFeedback = channel.unary_unary(
45
- '/bosdyn.api.spot.SpotCheckService/GripperCameraCalibrationFeedback',
46
- request_serializer=bosdyn_dot_api_dot_spot_dot_spot__check__pb2.GripperCameraCalibrationFeedbackRequest.SerializeToString,
47
- response_deserializer=bosdyn_dot_api_dot_spot_dot_spot__check__pb2.GripperCameraCalibrationFeedbackResponse.FromString,
48
- )
49
39
 
50
40
 
51
41
  class SpotCheckServiceServicer(object):
@@ -83,20 +73,6 @@ class SpotCheckServiceServicer(object):
83
73
  context.set_details('Method not implemented!')
84
74
  raise NotImplementedError('Method not implemented!')
85
75
 
86
- def GripperCameraCalibrationCommand(self, request, context):
87
- """Send a command to the GripperCameraCalibration service.
88
- """
89
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
90
- context.set_details('Method not implemented!')
91
- raise NotImplementedError('Method not implemented!')
92
-
93
- def GripperCameraCalibrationFeedback(self, request, context):
94
- """Check the status of the GripperCameraCalibration procedure.
95
- """
96
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
97
- context.set_details('Method not implemented!')
98
- raise NotImplementedError('Method not implemented!')
99
-
100
76
 
101
77
  def add_SpotCheckServiceServicer_to_server(servicer, server):
102
78
  rpc_method_handlers = {
@@ -120,16 +96,6 @@ def add_SpotCheckServiceServicer_to_server(servicer, server):
120
96
  request_deserializer=bosdyn_dot_api_dot_spot_dot_spot__check__pb2.CameraCalibrationFeedbackRequest.FromString,
121
97
  response_serializer=bosdyn_dot_api_dot_spot_dot_spot__check__pb2.CameraCalibrationFeedbackResponse.SerializeToString,
122
98
  ),
123
- 'GripperCameraCalibrationCommand': grpc.unary_unary_rpc_method_handler(
124
- servicer.GripperCameraCalibrationCommand,
125
- request_deserializer=bosdyn_dot_api_dot_spot_dot_spot__check__pb2.GripperCameraCalibrationCommandRequest.FromString,
126
- response_serializer=bosdyn_dot_api_dot_spot_dot_spot__check__pb2.GripperCameraCalibrationCommandResponse.SerializeToString,
127
- ),
128
- 'GripperCameraCalibrationFeedback': grpc.unary_unary_rpc_method_handler(
129
- servicer.GripperCameraCalibrationFeedback,
130
- request_deserializer=bosdyn_dot_api_dot_spot_dot_spot__check__pb2.GripperCameraCalibrationFeedbackRequest.FromString,
131
- response_serializer=bosdyn_dot_api_dot_spot_dot_spot__check__pb2.GripperCameraCalibrationFeedbackResponse.SerializeToString,
132
- ),
133
99
  }
134
100
  generic_handler = grpc.method_handlers_generic_handler(
135
101
  'bosdyn.api.spot.SpotCheckService', rpc_method_handlers)
@@ -209,37 +175,3 @@ class SpotCheckService(object):
209
175
  bosdyn_dot_api_dot_spot_dot_spot__check__pb2.CameraCalibrationFeedbackResponse.FromString,
210
176
  options, channel_credentials,
211
177
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
212
-
213
- @staticmethod
214
- def GripperCameraCalibrationCommand(request,
215
- target,
216
- options=(),
217
- channel_credentials=None,
218
- call_credentials=None,
219
- insecure=False,
220
- compression=None,
221
- wait_for_ready=None,
222
- timeout=None,
223
- metadata=None):
224
- return grpc.experimental.unary_unary(request, target, '/bosdyn.api.spot.SpotCheckService/GripperCameraCalibrationCommand',
225
- bosdyn_dot_api_dot_spot_dot_spot__check__pb2.GripperCameraCalibrationCommandRequest.SerializeToString,
226
- bosdyn_dot_api_dot_spot_dot_spot__check__pb2.GripperCameraCalibrationCommandResponse.FromString,
227
- options, channel_credentials,
228
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
229
-
230
- @staticmethod
231
- def GripperCameraCalibrationFeedback(request,
232
- target,
233
- options=(),
234
- channel_credentials=None,
235
- call_credentials=None,
236
- insecure=False,
237
- compression=None,
238
- wait_for_ready=None,
239
- timeout=None,
240
- metadata=None):
241
- return grpc.experimental.unary_unary(request, target, '/bosdyn.api.spot.SpotCheckService/GripperCameraCalibrationFeedback',
242
- bosdyn_dot_api_dot_spot_dot_spot__check__pb2.GripperCameraCalibrationFeedbackRequest.SerializeToString,
243
- bosdyn_dot_api_dot_spot_dot_spot__check__pb2.GripperCameraCalibrationFeedbackResponse.FromString,
244
- options, channel_credentials,
245
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@@ -769,7 +769,7 @@ class MediaLogServiceServicer(object):
769
769
 
770
770
  def EnableDebug(self, request, context):
771
771
  """EnableDebug starts the periodic logging of health data to the database; this increases disk
772
- utilization, but will record data that is useful post-mortum
772
+ utilization, but will record data that is useful post-mortem
773
773
  """
774
774
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
775
775
  context.set_details('Method not implemented!')
@@ -1429,7 +1429,7 @@ class AudioServiceServicer(object):
1429
1429
 
1430
1430
  def LoadSound(self, request_iterator, context):
1431
1431
  """LoadSound loads a sound effect into the system's sound table. The stream must contain a wav
1432
- file, with a RIFF header describing it. The arguement is a stream, to allow for sounds that
1432
+ file, with a RIFF header describing it. The argument is a stream, to allow for sounds that
1433
1433
  are bigger then the MTU of the network; in this case, the complete stream must contain the
1434
1434
  entire sound. If the stream ends early, an error will be returned. The header and sound
1435
1435
  fields of the entire stream must be the same.
@@ -1771,7 +1771,7 @@ class HealthServiceServicer(object):
1771
1771
 
1772
1772
  def GetBITStatus(self, request, context):
1773
1773
  """GetBitStatus returns two lists; a list of system events, and a list of ways that the system
1774
- is degraded; for instance, a degredation may include a missing PTZ unit, or a missing USB
1774
+ is degraded; for instance, a degradation may include a missing PTZ unit, or a missing USB
1775
1775
  storage device.
1776
1776
  """
1777
1777
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
@@ -25,7 +25,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
25
25
  from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
26
26
 
27
27
 
28
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x62osdyn/api/world_object.proto\x12\nbosdyn.api\x1a bosdyn/api/docking/docking.proto\x1a\x19\x62osdyn/api/geometry.proto\x1a\x17\x62osdyn/api/header.proto\x1a\x16\x62osdyn/api/image.proto\x1a bosdyn/api/sparse_features.proto\x1a\x17\x62osdyn/api/stairs.proto\x1a!bosdyn/api/gps/registration.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x19google/protobuf/any.proto\"\x93\x06\n\x0bWorldObject\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x34\n\x10\x61\x63quisition_time\x18\x1e \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x13transforms_snapshot\x18\x1f \x01(\x0b\x32\x1d.bosdyn.api.FrameTreeSnapshot\x12\x32\n\x0fobject_lifetime\x18 \x01(\x0b\x32\x19.google.protobuf.Duration\x12;\n\x13\x64rawable_properties\x18\x05 \x03(\x0b\x32\x1e.bosdyn.api.DrawableProperties\x12;\n\x13\x61priltag_properties\x18\x06 \x01(\x0b\x32\x1e.bosdyn.api.AprilTagProperties\x12@\n\x16nogo_region_properties\x18\x0e \x01(\x0b\x32 .bosdyn.api.NoGoRegionProperties\x12\x35\n\x10image_properties\x18\t \x01(\x0b\x32\x1b.bosdyn.api.ImageProperties\x12\x33\n\x0f\x64ock_properties\x18\n \x01(\x0b\x32\x1a.bosdyn.api.DockProperties\x12\x31\n\x0eray_properties\x18\x0b \x01(\x0b\x32\x19.bosdyn.api.RayProperties\x12\x42\n\x17\x62ounding_box_properties\x18\x0c \x01(\x0b\x32!.bosdyn.api.BoundingBoxProperties\x12=\n\x14staircase_properties\x18\x0f \x01(\x0b\x32\x1f.bosdyn.api.StaircaseProperties\x12\x31\n\x0egps_properties\x18\x10 \x01(\x0b\x32\x19.bosdyn.api.GpsProperties\x12\x33\n\x15\x61\x64\x64itional_properties\x18\x64 \x01(\x0b\x32\x14.google.protobuf.Any\"\xab\x01\n\x16ListWorldObjectRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x30\n\x0bobject_type\x18\x02 \x03(\x0e\x32\x1b.bosdyn.api.WorldObjectType\x12\x34\n\x10timestamp_filter\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"u\n\x17ListWorldObjectResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12.\n\rworld_objects\x18\x02 \x03(\x0b\x32\x17.bosdyn.api.WorldObject\"\xcc\x02\n\x18MutateWorldObjectRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12?\n\x08mutation\x18\x02 \x01(\x0b\x32-.bosdyn.api.MutateWorldObjectRequest.Mutation\x1ap\n\x08Mutation\x12;\n\x06\x61\x63tion\x18\x01 \x01(\x0e\x32+.bosdyn.api.MutateWorldObjectRequest.Action\x12\'\n\x06object\x18\x02 \x01(\x0b\x32\x17.bosdyn.api.WorldObject\"R\n\x06\x41\x63tion\x12\x12\n\x0e\x41\x43TION_UNKNOWN\x10\x00\x12\x0e\n\nACTION_ADD\x10\x01\x12\x11\n\rACTION_CHANGE\x10\x02\x12\x11\n\rACTION_DELETE\x10\x03\"\xa9\x02\n\x19MutateWorldObjectResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12<\n\x06status\x18\x02 \x01(\x0e\x32,.bosdyn.api.MutateWorldObjectResponse.Status\x12\x19\n\x11mutated_object_id\x18\x04 \x01(\x05\"\x86\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1e\n\x1aSTATUS_INVALID_MUTATION_ID\x10\x02\x12\x18\n\x14STATUS_NO_PERMISSION\x10\x03\x12\x1f\n\x1bSTATUS_INVALID_WORLD_OBJECT\x10\x04\"\xc7\x01\n\x14NoGoRegionProperties\x12(\n\x03\x62ox\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.Box2WithFrameH\x00\x12(\n disable_foot_obstacle_generation\x18\x02 \x01(\x08\x12(\n disable_body_obstacle_generation\x18\x03 \x01(\x08\x12\'\n\x1f\x64isable_foot_obstacle_inflation\x18\x04 \x01(\x08\x42\x08\n\x06region\"\x96\x02\n\x0fImageProperties\x12\x15\n\rcamera_source\x18\x01 \x01(\t\x12*\n\x0b\x63oordinates\x18\x02 \x01(\x0b\x32\x13.bosdyn.api.PolygonH\x00\x12,\n\tkeypoints\x18\x04 \x01(\x0b\x32\x17.bosdyn.api.KeypointSetH\x00\x12-\n\x0cimage_source\x18\x05 \x01(\x0b\x32\x17.bosdyn.api.ImageSource\x12/\n\rimage_capture\x18\x06 \x01(\x0b\x32\x18.bosdyn.api.ImageCapture\x12$\n\x1c\x66rame_name_image_coordinates\x18\x03 \x01(\tB\x0c\n\nimage_data\"\x8f\x01\n\x0e\x44ockProperties\x12\x0f\n\x07\x64ock_id\x18\x01 \x01(\r\x12*\n\x04type\x18\x02 \x01(\x0e\x32\x1c.bosdyn.api.docking.DockType\x12\x17\n\x0f\x66rame_name_dock\x18\x03 \x01(\t\x12\x13\n\x0bunavailable\x18\x04 \x01(\x08\x12\x12\n\nfrom_prior\x18\x05 \x01(\x08\"\xa0\x04\n\x12\x41prilTagProperties\x12\x0e\n\x06tag_id\x18\x01 \x01(\x05\x12$\n\ndimensions\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec2\x12\x1b\n\x13\x66rame_name_fiducial\x18\x03 \x01(\t\x12O\n\x14\x66iducial_pose_status\x18\x08 \x01(\x0e\x32\x31.bosdyn.api.AprilTagProperties.AprilTagPoseStatus\x12$\n\x1c\x66rame_name_fiducial_filtered\x18\x04 \x01(\t\x12X\n\x1d\x66iducial_filtered_pose_status\x18\t \x01(\x0e\x32\x31.bosdyn.api.AprilTagProperties.AprilTagPoseStatus\x12\x19\n\x11\x66rame_name_camera\x18\x07 \x01(\t\x12\x37\n\x14\x64\x65tection_covariance\x18\x05 \x01(\x0b\x32\x19.bosdyn.api.SE3Covariance\x12,\n$detection_covariance_reference_frame\x18\x06 \x01(\t\"d\n\x12\x41prilTagPoseStatus\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x14\n\x10STATUS_AMBIGUOUS\x10\x02\x12\x15\n\x11STATUS_HIGH_ERROR\x10\x03\"<\n\rRayProperties\x12\x1c\n\x03ray\x18\x01 \x01(\x0b\x32\x0f.bosdyn.api.Ray\x12\r\n\x05\x66rame\x18\x02 \x01(\t\"Q\n\x15\x42oundingBoxProperties\x12)\n\x0fsize_ewrt_frame\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12\r\n\x05\x66rame\x18\x02 \x01(\t\"\xbb\x04\n\x12\x44rawableProperties\x12\x33\n\x05\x63olor\x18\x01 \x01(\x0b\x32$.bosdyn.api.DrawableProperties.Color\x12\r\n\x05label\x18\x02 \x01(\t\x12\x11\n\twireframe\x18\x03 \x01(\x08\x12*\n\x05\x66rame\x18\x04 \x01(\x0b\x32\x19.bosdyn.api.DrawableFrameH\x00\x12,\n\x06sphere\x18\x05 \x01(\x0b\x32\x1a.bosdyn.api.DrawableSphereH\x00\x12&\n\x03\x62ox\x18\x06 \x01(\x0b\x32\x17.bosdyn.api.DrawableBoxH\x00\x12*\n\x05\x61rrow\x18\x07 \x01(\x0b\x32\x19.bosdyn.api.DrawableArrowH\x00\x12.\n\x07\x63\x61psule\x18\x08 \x01(\x0b\x32\x1b.bosdyn.api.DrawableCapsuleH\x00\x12\x30\n\x08\x63ylinder\x18\t \x01(\x0b\x32\x1c.bosdyn.api.DrawableCylinderH\x00\x12\x32\n\tlinestrip\x18\n \x01(\x0b\x32\x1d.bosdyn.api.DrawableLineStripH\x00\x12,\n\x06points\x18\x0b \x01(\x0b\x32\x1a.bosdyn.api.DrawablePointsH\x00\x12\x1b\n\x13\x66rame_name_drawable\x18\x0c \x01(\t\x1a\x33\n\x05\x43olor\x12\t\n\x01r\x18\x01 \x01(\x05\x12\t\n\x01g\x18\x02 \x01(\x05\x12\t\n\x01\x62\x18\x03 \x01(\x05\x12\t\n\x01\x61\x18\x04 \x01(\x01\x42\n\n\x08\x64rawable\"?\n\x13StaircaseProperties\x12(\n\tstaircase\x18\x01 \x01(\x0b\x32\x15.bosdyn.api.Staircase\"C\n\rGpsProperties\x12\x32\n\x0cregistration\x18\x01 \x01(\x0b\x32\x1c.bosdyn.api.gps.Registration\";\n\rDrawableFrame\x12\x14\n\x0c\x61rrow_length\x18\x01 \x01(\x01\x12\x14\n\x0c\x61rrow_radius\x18\x02 \x01(\x01\" \n\x0e\x44rawableSphere\x12\x0e\n\x06radius\x18\x01 \x01(\x01\"-\n\x0b\x44rawableBox\x12\x1e\n\x04size\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"D\n\rDrawableArrow\x12#\n\tdirection\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12\x0e\n\x06radius\x18\x02 \x01(\x01\"F\n\x0f\x44rawableCapsule\x12#\n\tdirection\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12\x0e\n\x06radius\x18\x02 \x01(\x01\"G\n\x10\x44rawableCylinder\x12#\n\tdirection\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12\x0e\n\x06radius\x18\x02 \x01(\x01\"5\n\x11\x44rawableLineStrip\x12 \n\x06points\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"2\n\x0e\x44rawablePoints\x12 \n\x06points\x18\x01 \x03(\x0b\x32\x10.bosdyn.api.Vec3*\xd4\x01\n\x0fWorldObjectType\x12\x18\n\x14WORLD_OBJECT_UNKNOWN\x10\x00\x12\x19\n\x15WORLD_OBJECT_DRAWABLE\x10\x01\x12\x19\n\x15WORLD_OBJECT_APRILTAG\x10\x02\x12\"\n\x1eWORLD_OBJECT_IMAGE_COORDINATES\x10\x05\x12\x15\n\x11WORLD_OBJECT_DOCK\x10\x06\x12\x1a\n\x16WORLD_OBJECT_USER_NOGO\x10\x08\x12\x1a\n\x16WORLD_OBJECT_STAIRCASE\x10\tB\x12\x42\x10WorldObjectProtob\x06proto3')
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x62osdyn/api/world_object.proto\x12\nbosdyn.api\x1a bosdyn/api/docking/docking.proto\x1a\x19\x62osdyn/api/geometry.proto\x1a\x17\x62osdyn/api/header.proto\x1a\x16\x62osdyn/api/image.proto\x1a bosdyn/api/sparse_features.proto\x1a\x17\x62osdyn/api/stairs.proto\x1a!bosdyn/api/gps/registration.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x19google/protobuf/any.proto\"\x93\x06\n\x0bWorldObject\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x34\n\x10\x61\x63quisition_time\x18\x1e \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x13transforms_snapshot\x18\x1f \x01(\x0b\x32\x1d.bosdyn.api.FrameTreeSnapshot\x12\x32\n\x0fobject_lifetime\x18 \x01(\x0b\x32\x19.google.protobuf.Duration\x12;\n\x13\x64rawable_properties\x18\x05 \x03(\x0b\x32\x1e.bosdyn.api.DrawableProperties\x12;\n\x13\x61priltag_properties\x18\x06 \x01(\x0b\x32\x1e.bosdyn.api.AprilTagProperties\x12@\n\x16nogo_region_properties\x18\x0e \x01(\x0b\x32 .bosdyn.api.NoGoRegionProperties\x12\x35\n\x10image_properties\x18\t \x01(\x0b\x32\x1b.bosdyn.api.ImageProperties\x12\x33\n\x0f\x64ock_properties\x18\n \x01(\x0b\x32\x1a.bosdyn.api.DockProperties\x12\x31\n\x0eray_properties\x18\x0b \x01(\x0b\x32\x19.bosdyn.api.RayProperties\x12\x42\n\x17\x62ounding_box_properties\x18\x0c \x01(\x0b\x32!.bosdyn.api.BoundingBoxProperties\x12=\n\x14staircase_properties\x18\x0f \x01(\x0b\x32\x1f.bosdyn.api.StaircaseProperties\x12\x31\n\x0egps_properties\x18\x10 \x01(\x0b\x32\x19.bosdyn.api.GpsProperties\x12\x33\n\x15\x61\x64\x64itional_properties\x18\x64 \x01(\x0b\x32\x14.google.protobuf.Any\"\xab\x01\n\x16ListWorldObjectRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x30\n\x0bobject_type\x18\x02 \x03(\x0e\x32\x1b.bosdyn.api.WorldObjectType\x12\x34\n\x10timestamp_filter\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"u\n\x17ListWorldObjectResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12.\n\rworld_objects\x18\x02 \x03(\x0b\x32\x17.bosdyn.api.WorldObject\"\xcc\x02\n\x18MutateWorldObjectRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12?\n\x08mutation\x18\x02 \x01(\x0b\x32-.bosdyn.api.MutateWorldObjectRequest.Mutation\x1ap\n\x08Mutation\x12;\n\x06\x61\x63tion\x18\x01 \x01(\x0e\x32+.bosdyn.api.MutateWorldObjectRequest.Action\x12\'\n\x06object\x18\x02 \x01(\x0b\x32\x17.bosdyn.api.WorldObject\"R\n\x06\x41\x63tion\x12\x12\n\x0e\x41\x43TION_UNKNOWN\x10\x00\x12\x0e\n\nACTION_ADD\x10\x01\x12\x11\n\rACTION_CHANGE\x10\x02\x12\x11\n\rACTION_DELETE\x10\x03\"\xa9\x02\n\x19MutateWorldObjectResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12<\n\x06status\x18\x02 \x01(\x0e\x32,.bosdyn.api.MutateWorldObjectResponse.Status\x12\x19\n\x11mutated_object_id\x18\x04 \x01(\x05\"\x86\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1e\n\x1aSTATUS_INVALID_MUTATION_ID\x10\x02\x12\x18\n\x14STATUS_NO_PERMISSION\x10\x03\x12\x1f\n\x1bSTATUS_INVALID_WORLD_OBJECT\x10\x04\"\xf6\x01\n\x14NoGoRegionProperties\x12(\n\x03\x62ox\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.Box2WithFrameH\x00\x12-\n\x06\x63ircle\x18\x05 \x01(\x0b\x32\x1b.bosdyn.api.CircleWithFrameH\x00\x12(\n disable_foot_obstacle_generation\x18\x02 \x01(\x08\x12(\n disable_body_obstacle_generation\x18\x03 \x01(\x08\x12\'\n\x1f\x64isable_foot_obstacle_inflation\x18\x04 \x01(\x08\x42\x08\n\x06region\"\x96\x02\n\x0fImageProperties\x12\x15\n\rcamera_source\x18\x01 \x01(\t\x12*\n\x0b\x63oordinates\x18\x02 \x01(\x0b\x32\x13.bosdyn.api.PolygonH\x00\x12,\n\tkeypoints\x18\x04 \x01(\x0b\x32\x17.bosdyn.api.KeypointSetH\x00\x12-\n\x0cimage_source\x18\x05 \x01(\x0b\x32\x17.bosdyn.api.ImageSource\x12/\n\rimage_capture\x18\x06 \x01(\x0b\x32\x18.bosdyn.api.ImageCapture\x12$\n\x1c\x66rame_name_image_coordinates\x18\x03 \x01(\tB\x0c\n\nimage_data\"\x8f\x01\n\x0e\x44ockProperties\x12\x0f\n\x07\x64ock_id\x18\x01 \x01(\r\x12*\n\x04type\x18\x02 \x01(\x0e\x32\x1c.bosdyn.api.docking.DockType\x12\x17\n\x0f\x66rame_name_dock\x18\x03 \x01(\t\x12\x13\n\x0bunavailable\x18\x04 \x01(\x08\x12\x12\n\nfrom_prior\x18\x05 \x01(\x08\"\xa0\x04\n\x12\x41prilTagProperties\x12\x0e\n\x06tag_id\x18\x01 \x01(\x05\x12$\n\ndimensions\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec2\x12\x1b\n\x13\x66rame_name_fiducial\x18\x03 \x01(\t\x12O\n\x14\x66iducial_pose_status\x18\x08 \x01(\x0e\x32\x31.bosdyn.api.AprilTagProperties.AprilTagPoseStatus\x12$\n\x1c\x66rame_name_fiducial_filtered\x18\x04 \x01(\t\x12X\n\x1d\x66iducial_filtered_pose_status\x18\t \x01(\x0e\x32\x31.bosdyn.api.AprilTagProperties.AprilTagPoseStatus\x12\x19\n\x11\x66rame_name_camera\x18\x07 \x01(\t\x12\x37\n\x14\x64\x65tection_covariance\x18\x05 \x01(\x0b\x32\x19.bosdyn.api.SE3Covariance\x12,\n$detection_covariance_reference_frame\x18\x06 \x01(\t\"d\n\x12\x41prilTagPoseStatus\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x14\n\x10STATUS_AMBIGUOUS\x10\x02\x12\x15\n\x11STATUS_HIGH_ERROR\x10\x03\"<\n\rRayProperties\x12\x1c\n\x03ray\x18\x01 \x01(\x0b\x32\x0f.bosdyn.api.Ray\x12\r\n\x05\x66rame\x18\x02 \x01(\t\"Q\n\x15\x42oundingBoxProperties\x12)\n\x0fsize_ewrt_frame\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12\r\n\x05\x66rame\x18\x02 \x01(\t\"\xbb\x04\n\x12\x44rawableProperties\x12\x33\n\x05\x63olor\x18\x01 \x01(\x0b\x32$.bosdyn.api.DrawableProperties.Color\x12\r\n\x05label\x18\x02 \x01(\t\x12\x11\n\twireframe\x18\x03 \x01(\x08\x12*\n\x05\x66rame\x18\x04 \x01(\x0b\x32\x19.bosdyn.api.DrawableFrameH\x00\x12,\n\x06sphere\x18\x05 \x01(\x0b\x32\x1a.bosdyn.api.DrawableSphereH\x00\x12&\n\x03\x62ox\x18\x06 \x01(\x0b\x32\x17.bosdyn.api.DrawableBoxH\x00\x12*\n\x05\x61rrow\x18\x07 \x01(\x0b\x32\x19.bosdyn.api.DrawableArrowH\x00\x12.\n\x07\x63\x61psule\x18\x08 \x01(\x0b\x32\x1b.bosdyn.api.DrawableCapsuleH\x00\x12\x30\n\x08\x63ylinder\x18\t \x01(\x0b\x32\x1c.bosdyn.api.DrawableCylinderH\x00\x12\x32\n\tlinestrip\x18\n \x01(\x0b\x32\x1d.bosdyn.api.DrawableLineStripH\x00\x12,\n\x06points\x18\x0b \x01(\x0b\x32\x1a.bosdyn.api.DrawablePointsH\x00\x12\x1b\n\x13\x66rame_name_drawable\x18\x0c \x01(\t\x1a\x33\n\x05\x43olor\x12\t\n\x01r\x18\x01 \x01(\x05\x12\t\n\x01g\x18\x02 \x01(\x05\x12\t\n\x01\x62\x18\x03 \x01(\x05\x12\t\n\x01\x61\x18\x04 \x01(\x01\x42\n\n\x08\x64rawable\"?\n\x13StaircaseProperties\x12(\n\tstaircase\x18\x01 \x01(\x0b\x32\x15.bosdyn.api.Staircase\"C\n\rGpsProperties\x12\x32\n\x0cregistration\x18\x01 \x01(\x0b\x32\x1c.bosdyn.api.gps.Registration\";\n\rDrawableFrame\x12\x14\n\x0c\x61rrow_length\x18\x01 \x01(\x01\x12\x14\n\x0c\x61rrow_radius\x18\x02 \x01(\x01\" \n\x0e\x44rawableSphere\x12\x0e\n\x06radius\x18\x01 \x01(\x01\"-\n\x0b\x44rawableBox\x12\x1e\n\x04size\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"D\n\rDrawableArrow\x12#\n\tdirection\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12\x0e\n\x06radius\x18\x02 \x01(\x01\"F\n\x0f\x44rawableCapsule\x12#\n\tdirection\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12\x0e\n\x06radius\x18\x02 \x01(\x01\"G\n\x10\x44rawableCylinder\x12#\n\tdirection\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12\x0e\n\x06radius\x18\x02 \x01(\x01\"5\n\x11\x44rawableLineStrip\x12 \n\x06points\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\"2\n\x0e\x44rawablePoints\x12 \n\x06points\x18\x01 \x03(\x0b\x32\x10.bosdyn.api.Vec3*\xd4\x01\n\x0fWorldObjectType\x12\x18\n\x14WORLD_OBJECT_UNKNOWN\x10\x00\x12\x19\n\x15WORLD_OBJECT_DRAWABLE\x10\x01\x12\x19\n\x15WORLD_OBJECT_APRILTAG\x10\x02\x12\"\n\x1eWORLD_OBJECT_IMAGE_COORDINATES\x10\x05\x12\x15\n\x11WORLD_OBJECT_DOCK\x10\x06\x12\x1a\n\x16WORLD_OBJECT_USER_NOGO\x10\x08\x12\x1a\n\x16WORLD_OBJECT_STAIRCASE\x10\tB\x12\x42\x10WorldObjectProtob\x06proto3')
29
29
 
30
30
  _WORLDOBJECTTYPE = DESCRIPTOR.enum_types_by_name['WorldObjectType']
31
31
  WorldObjectType = enum_type_wrapper.EnumTypeWrapper(_WORLDOBJECTTYPE)
@@ -239,8 +239,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
239
239
 
240
240
  DESCRIPTOR._options = None
241
241
  DESCRIPTOR._serialized_options = b'B\020WorldObjectProto'
242
- _WORLDOBJECTTYPE._serialized_start=4553
243
- _WORLDOBJECTTYPE._serialized_end=4765
242
+ _WORLDOBJECTTYPE._serialized_start=4600
243
+ _WORLDOBJECTTYPE._serialized_end=4812
244
244
  _WORLDOBJECT._serialized_start=342
245
245
  _WORLDOBJECT._serialized_end=1129
246
246
  _LISTWORLDOBJECTREQUEST._serialized_start=1132
@@ -258,41 +258,41 @@ if _descriptor._USE_C_DESCRIPTORS == False:
258
258
  _MUTATEWORLDOBJECTRESPONSE_STATUS._serialized_start=1923
259
259
  _MUTATEWORLDOBJECTRESPONSE_STATUS._serialized_end=2057
260
260
  _NOGOREGIONPROPERTIES._serialized_start=2060
261
- _NOGOREGIONPROPERTIES._serialized_end=2259
262
- _IMAGEPROPERTIES._serialized_start=2262
263
- _IMAGEPROPERTIES._serialized_end=2540
264
- _DOCKPROPERTIES._serialized_start=2543
265
- _DOCKPROPERTIES._serialized_end=2686
266
- _APRILTAGPROPERTIES._serialized_start=2689
267
- _APRILTAGPROPERTIES._serialized_end=3233
268
- _APRILTAGPROPERTIES_APRILTAGPOSESTATUS._serialized_start=3133
269
- _APRILTAGPROPERTIES_APRILTAGPOSESTATUS._serialized_end=3233
270
- _RAYPROPERTIES._serialized_start=3235
271
- _RAYPROPERTIES._serialized_end=3295
272
- _BOUNDINGBOXPROPERTIES._serialized_start=3297
273
- _BOUNDINGBOXPROPERTIES._serialized_end=3378
274
- _DRAWABLEPROPERTIES._serialized_start=3381
275
- _DRAWABLEPROPERTIES._serialized_end=3952
276
- _DRAWABLEPROPERTIES_COLOR._serialized_start=3889
277
- _DRAWABLEPROPERTIES_COLOR._serialized_end=3940
278
- _STAIRCASEPROPERTIES._serialized_start=3954
279
- _STAIRCASEPROPERTIES._serialized_end=4017
280
- _GPSPROPERTIES._serialized_start=4019
281
- _GPSPROPERTIES._serialized_end=4086
282
- _DRAWABLEFRAME._serialized_start=4088
283
- _DRAWABLEFRAME._serialized_end=4147
284
- _DRAWABLESPHERE._serialized_start=4149
285
- _DRAWABLESPHERE._serialized_end=4181
286
- _DRAWABLEBOX._serialized_start=4183
287
- _DRAWABLEBOX._serialized_end=4228
288
- _DRAWABLEARROW._serialized_start=4230
289
- _DRAWABLEARROW._serialized_end=4298
290
- _DRAWABLECAPSULE._serialized_start=4300
291
- _DRAWABLECAPSULE._serialized_end=4370
292
- _DRAWABLECYLINDER._serialized_start=4372
293
- _DRAWABLECYLINDER._serialized_end=4443
294
- _DRAWABLELINESTRIP._serialized_start=4445
295
- _DRAWABLELINESTRIP._serialized_end=4498
296
- _DRAWABLEPOINTS._serialized_start=4500
297
- _DRAWABLEPOINTS._serialized_end=4550
261
+ _NOGOREGIONPROPERTIES._serialized_end=2306
262
+ _IMAGEPROPERTIES._serialized_start=2309
263
+ _IMAGEPROPERTIES._serialized_end=2587
264
+ _DOCKPROPERTIES._serialized_start=2590
265
+ _DOCKPROPERTIES._serialized_end=2733
266
+ _APRILTAGPROPERTIES._serialized_start=2736
267
+ _APRILTAGPROPERTIES._serialized_end=3280
268
+ _APRILTAGPROPERTIES_APRILTAGPOSESTATUS._serialized_start=3180
269
+ _APRILTAGPROPERTIES_APRILTAGPOSESTATUS._serialized_end=3280
270
+ _RAYPROPERTIES._serialized_start=3282
271
+ _RAYPROPERTIES._serialized_end=3342
272
+ _BOUNDINGBOXPROPERTIES._serialized_start=3344
273
+ _BOUNDINGBOXPROPERTIES._serialized_end=3425
274
+ _DRAWABLEPROPERTIES._serialized_start=3428
275
+ _DRAWABLEPROPERTIES._serialized_end=3999
276
+ _DRAWABLEPROPERTIES_COLOR._serialized_start=3936
277
+ _DRAWABLEPROPERTIES_COLOR._serialized_end=3987
278
+ _STAIRCASEPROPERTIES._serialized_start=4001
279
+ _STAIRCASEPROPERTIES._serialized_end=4064
280
+ _GPSPROPERTIES._serialized_start=4066
281
+ _GPSPROPERTIES._serialized_end=4133
282
+ _DRAWABLEFRAME._serialized_start=4135
283
+ _DRAWABLEFRAME._serialized_end=4194
284
+ _DRAWABLESPHERE._serialized_start=4196
285
+ _DRAWABLESPHERE._serialized_end=4228
286
+ _DRAWABLEBOX._serialized_start=4230
287
+ _DRAWABLEBOX._serialized_end=4275
288
+ _DRAWABLEARROW._serialized_start=4277
289
+ _DRAWABLEARROW._serialized_end=4345
290
+ _DRAWABLECAPSULE._serialized_start=4347
291
+ _DRAWABLECAPSULE._serialized_end=4417
292
+ _DRAWABLECYLINDER._serialized_start=4419
293
+ _DRAWABLECYLINDER._serialized_end=4490
294
+ _DRAWABLELINESTRIP._serialized_start=4492
295
+ _DRAWABLELINESTRIP._serialized_end=4545
296
+ _DRAWABLEPOINTS._serialized_start=4547
297
+ _DRAWABLEPOINTS._serialized_end=4597
298
298
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bosdyn-api
3
- Version: 4.0.3
3
+ Version: 4.1.0
4
4
  Summary: Boston Dynamics API definition of protobuf messages
5
5
  Home-page: https://dev.bostondynamics.com/
6
6
  Author: Boston Dynamics
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.10
15
15
  Classifier: License :: Other/Proprietary License
16
16
  Classifier: Operating System :: OS Independent
17
17
  Description-Content-Type: text/markdown
18
- Requires-Dist: protobuf (!=4.24.0,>=3.19.4)
18
+ Requires-Dist: protobuf (!=4.24.0,!=5.28.0,>=3.19.4)
19
19
 
20
20
  <!--
21
21
  Copyright (c) 2023 Boston Dynamics, Inc. All rights reserved.
@@ -31,8 +31,8 @@ Development Kit License (20191101-BDSDK-SL).
31
31
  <img src="https://www.bostondynamics.com/sites/default/files/2020-05/spot.png" style="max-width:50%;">
32
32
  </p>
33
33
 
34
- The bosdyn-api wheel contains the Python implementation for the Protobuf definitions in the Boston
35
- Dynamics Spot API. The message and service types defined in this wheel are used by the clients in
36
- [bosdyn-client](https://pypi.org/project/bosdyn-client/),
37
- [bosdyn-mission](https://pypi.org/project/bosdyn-mission/) and [bosdyn-choreography-client](https://pypi.org/project/bosdyn-choreography-client/) wheels to communicate with the services
34
+ The bosdyn-api wheel contains the Python implementation for the Protobuf definitions in the Boston
35
+ Dynamics Spot API. The message and service types defined in this wheel are used by the clients in
36
+ [bosdyn-client](https://pypi.org/project/bosdyn-client/),
37
+ [bosdyn-mission](https://pypi.org/project/bosdyn-mission/) and [bosdyn-choreography-client](https://pypi.org/project/bosdyn-choreography-client/) wheels to communicate with the services
38
38
  running on the Spot robots.