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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. bosdyn/api/arm_command_pb2.py +45 -45
  2. bosdyn/api/auth_pb2.py +7 -9
  3. bosdyn/api/autowalk/autowalk_pb2.py +20 -18
  4. bosdyn/api/autowalk/walks_pb2.py +92 -67
  5. bosdyn/api/basic_command_pb2.py +180 -117
  6. bosdyn/api/data_acquisition_pb2.py +113 -65
  7. bosdyn/api/data_acquisition_plugin_service_pb2.py +2 -2
  8. bosdyn/api/data_acquisition_plugin_service_pb2_grpc.py +35 -0
  9. bosdyn/api/data_acquisition_service_pb2.py +2 -2
  10. bosdyn/api/data_acquisition_service_pb2_grpc.py +38 -3
  11. bosdyn/api/data_acquisition_store_pb2.py +107 -37
  12. bosdyn/api/data_acquisition_store_service_pb2.py +4 -3
  13. bosdyn/api/data_acquisition_store_service_pb2_grpc.py +79 -0
  14. bosdyn/api/full_body_command_pb2.py +5 -5
  15. bosdyn/api/gps/__init__.py +1 -0
  16. bosdyn/api/gps/aggregator_pb2.py +47 -0
  17. bosdyn/api/gps/aggregator_service_pb2.py +29 -0
  18. bosdyn/api/gps/aggregator_service_pb2_grpc.py +90 -0
  19. bosdyn/api/gps/gps_pb2.py +110 -0
  20. bosdyn/api/gps/gps_pb2_grpc.py +4 -0
  21. bosdyn/api/gps/registration_pb2.py +95 -0
  22. bosdyn/api/gps/registration_pb2_grpc.py +4 -0
  23. bosdyn/api/gps/registration_service_pb2.py +29 -0
  24. bosdyn/api/gps/registration_service_pb2_grpc.py +111 -0
  25. bosdyn/api/graph_nav/area_callback_data_pb2.py +13 -3
  26. bosdyn/api/graph_nav/area_callback_pb2.py +99 -53
  27. bosdyn/api/graph_nav/area_callback_service_pb2.py +2 -2
  28. bosdyn/api/graph_nav/area_callback_service_pb2_grpc.py +45 -10
  29. bosdyn/api/graph_nav/gps_pb2.py +40 -0
  30. bosdyn/api/graph_nav/gps_pb2_grpc.py +4 -0
  31. bosdyn/api/graph_nav/graph_nav_pb2.py +145 -129
  32. bosdyn/api/graph_nav/map_pb2.py +73 -65
  33. bosdyn/api/graph_nav/map_processing_pb2.py +28 -14
  34. bosdyn/api/graph_nav/nav_pb2.py +24 -3
  35. bosdyn/api/metrics_logging/__init__.py +1 -0
  36. bosdyn/api/metrics_logging/absolute_metrics_pb2.py +38 -0
  37. bosdyn/api/metrics_logging/absolute_metrics_pb2_grpc.py +4 -0
  38. bosdyn/api/metrics_logging/metrics_logging_robot_pb2.py +89 -0
  39. bosdyn/api/metrics_logging/metrics_logging_robot_pb2_grpc.py +4 -0
  40. bosdyn/api/metrics_logging/metrics_logging_robot_service_pb2.py +29 -0
  41. bosdyn/api/metrics_logging/metrics_logging_robot_service_pb2_grpc.py +132 -0
  42. bosdyn/api/metrics_logging/signed_proto_pb2.py +35 -0
  43. bosdyn/api/metrics_logging/signed_proto_pb2_grpc.py +4 -0
  44. bosdyn/api/mission/mission_pb2.py +72 -71
  45. bosdyn/api/mission/nodes_pb2.py +147 -101
  46. bosdyn/api/network_compute_bridge_pb2.py +19 -16
  47. bosdyn/api/power_pb2.py +29 -3
  48. bosdyn/api/power_service_pb2.py +2 -2
  49. bosdyn/api/power_service_pb2_grpc.py +34 -0
  50. bosdyn/api/robot_command_pb2.py +45 -35
  51. bosdyn/api/robot_command_service_pb2.py +4 -1
  52. bosdyn/api/robot_command_service_pb2_grpc.py +72 -1
  53. bosdyn/api/robot_state_pb2.py +174 -92
  54. bosdyn/api/robot_state_service_pb2.py +4 -1
  55. bosdyn/api/robot_state_service_pb2_grpc.py +71 -3
  56. bosdyn/api/signals_pb2.py +101 -0
  57. bosdyn/api/signals_pb2_grpc.py +4 -0
  58. bosdyn/api/sparse_features_pb2.py +10 -7
  59. bosdyn/api/spot/choreography_params_pb2.py +562 -0
  60. bosdyn/api/spot/choreography_params_pb2_grpc.py +4 -0
  61. bosdyn/api/spot/choreography_sequence_pb2.py +650 -0
  62. bosdyn/api/spot/choreography_sequence_pb2_grpc.py +4 -0
  63. bosdyn/api/spot/choreography_service_pb2.py +29 -0
  64. bosdyn/api/spot/choreography_service_pb2_grpc.py +579 -0
  65. bosdyn/api/spot/robot_command_pb2.py +4 -3
  66. bosdyn/api/spot/spot_check_pb2.py +100 -84
  67. bosdyn/api/spot/spot_check_service_pb2.py +2 -2
  68. bosdyn/api/spot/spot_check_service_pb2_grpc.py +68 -0
  69. bosdyn/api/stairs_pb2.py +22 -20
  70. bosdyn/api/world_object_pb2.py +66 -55
  71. {bosdyn_api-3.3.2.dist-info → bosdyn_api-4.0.1.dist-info}/METADATA +4 -4
  72. {bosdyn_api-3.3.2.dist-info → bosdyn_api-4.0.1.dist-info}/RECORD +75 -49
  73. {bosdyn_api-3.3.2.dist-info → bosdyn_api-4.0.1.dist-info}/WHEEL +1 -1
  74. bosdyn/api/log_annotation_pb2.py +0 -102
  75. bosdyn/api/log_annotation_service_pb2.py +0 -29
  76. bosdyn/api/log_annotation_service_pb2_grpc.py +0 -76
  77. /bosdyn/api/{log_annotation_pb2_grpc.py → gps/aggregator_pb2_grpc.py} +0 -0
  78. {bosdyn_api-3.3.2.dist-info → bosdyn_api-4.0.1.dist-info}/top_level.txt +0 -0
@@ -15,7 +15,7 @@ _sym_db = _symbol_database.Default()
15
15
  from bosdyn.api import geometry_pb2 as bosdyn_dot_api_dot_geometry__pb2
16
16
 
17
17
 
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n bosdyn/api/sparse_features.proto\x12\nbosdyn.api\x1a\x19\x62osdyn/api/geometry.proto\"x\n\x08Keypoint\x12%\n\x0b\x63oordinates\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec2\x12\x19\n\x11\x62inary_descriptor\x18\x03 \x01(\x0c\x12\r\n\x05score\x18\x04 \x01(\x02\x12\x0c\n\x04size\x18\x05 \x01(\x02\x12\r\n\x05\x61ngle\x18\x06 \x01(\x02\"\xb7\x01\n\x0bKeypointSet\x12\'\n\tkeypoints\x18\x02 \x03(\x0b\x32\x14.bosdyn.api.Keypoint\x12\x32\n\x04type\x18\x03 \x01(\x0e\x32$.bosdyn.api.KeypointSet.KeypointType\"K\n\x0cKeypointType\x12\x14\n\x10KEYPOINT_UNKNOWN\x10\x00\x12\x13\n\x0fKEYPOINT_SIMPLE\x10\x01\x12\x10\n\x0cKEYPOINT_ORB\x10\x02\"F\n\x05Match\x12\x17\n\x0freference_index\x18\x02 \x01(\x05\x12\x12\n\nlive_index\x18\x03 \x01(\x05\x12\x10\n\x08\x64istance\x18\x04 \x01(\x02\"\x9c\x01\n\x0fKeypointMatches\x12\x34\n\x13reference_keypoints\x18\x02 \x01(\x0b\x32\x17.bosdyn.api.KeypointSet\x12/\n\x0elive_keypoints\x18\x03 \x01(\x0b\x32\x17.bosdyn.api.KeypointSet\x12\"\n\x07matches\x18\x04 \x03(\x0b\x32\x11.bosdyn.api.MatchB\x15\x42\x13SparseFeaturesProtob\x06proto3')
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n bosdyn/api/sparse_features.proto\x12\nbosdyn.api\x1a\x19\x62osdyn/api/geometry.proto\"x\n\x08Keypoint\x12%\n\x0b\x63oordinates\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec2\x12\x19\n\x11\x62inary_descriptor\x18\x03 \x01(\x0c\x12\r\n\x05score\x18\x04 \x01(\x02\x12\x0c\n\x04size\x18\x05 \x01(\x02\x12\r\n\x05\x61ngle\x18\x06 \x01(\x02\"\xca\x01\n\x0bKeypointSet\x12\'\n\tkeypoints\x18\x02 \x03(\x0b\x32\x14.bosdyn.api.Keypoint\x12\x32\n\x04type\x18\x03 \x01(\x0e\x32$.bosdyn.api.KeypointSet.KeypointType\"^\n\x0cKeypointType\x12\x14\n\x10KEYPOINT_UNKNOWN\x10\x00\x12\x13\n\x0fKEYPOINT_SIMPLE\x10\x01\x12\x10\n\x0cKEYPOINT_ORB\x10\x02\x12\x11\n\rKEYPOINT_DISK\x10\x03\"F\n\x05Match\x12\x17\n\x0freference_index\x18\x02 \x01(\x05\x12\x12\n\nlive_index\x18\x03 \x01(\x05\x12\x10\n\x08\x64istance\x18\x04 \x01(\x02\"\x95\x02\n\x0fKeypointMatches\x12\x34\n\x13reference_keypoints\x18\x02 \x01(\x0b\x32\x17.bosdyn.api.KeypointSet\x12/\n\x0elive_keypoints\x18\x03 \x01(\x0b\x32\x17.bosdyn.api.KeypointSet\x12\"\n\x07matches\x18\x04 \x03(\x0b\x32\x11.bosdyn.api.Match\x12\x33\n\x04type\x18\x05 \x01(\x0e\x32%.bosdyn.api.KeypointMatches.MatchType\"B\n\tMatchType\x12\x11\n\rMATCH_UNKNOWN\x10\x00\x12\r\n\tMATCH_ORB\x10\x01\x12\x13\n\x0fMATCH_LIGHTGLUE\x10\x02\x42\x15\x42\x13SparseFeaturesProtob\x06proto3')
19
19
 
20
20
 
21
21
 
@@ -24,6 +24,7 @@ _KEYPOINTSET = DESCRIPTOR.message_types_by_name['KeypointSet']
24
24
  _MATCH = DESCRIPTOR.message_types_by_name['Match']
25
25
  _KEYPOINTMATCHES = DESCRIPTOR.message_types_by_name['KeypointMatches']
26
26
  _KEYPOINTSET_KEYPOINTTYPE = _KEYPOINTSET.enum_types_by_name['KeypointType']
27
+ _KEYPOINTMATCHES_MATCHTYPE = _KEYPOINTMATCHES.enum_types_by_name['MatchType']
27
28
  Keypoint = _reflection.GeneratedProtocolMessageType('Keypoint', (_message.Message,), {
28
29
  'DESCRIPTOR' : _KEYPOINT,
29
30
  '__module__' : 'bosdyn.api.sparse_features_pb2'
@@ -59,11 +60,13 @@ if _descriptor._USE_C_DESCRIPTORS == False:
59
60
  _KEYPOINT._serialized_start=75
60
61
  _KEYPOINT._serialized_end=195
61
62
  _KEYPOINTSET._serialized_start=198
62
- _KEYPOINTSET._serialized_end=381
63
+ _KEYPOINTSET._serialized_end=400
63
64
  _KEYPOINTSET_KEYPOINTTYPE._serialized_start=306
64
- _KEYPOINTSET_KEYPOINTTYPE._serialized_end=381
65
- _MATCH._serialized_start=383
66
- _MATCH._serialized_end=453
67
- _KEYPOINTMATCHES._serialized_start=456
68
- _KEYPOINTMATCHES._serialized_end=612
65
+ _KEYPOINTSET_KEYPOINTTYPE._serialized_end=400
66
+ _MATCH._serialized_start=402
67
+ _MATCH._serialized_end=472
68
+ _KEYPOINTMATCHES._serialized_start=475
69
+ _KEYPOINTMATCHES._serialized_end=752
70
+ _KEYPOINTMATCHES_MATCHTYPE._serialized_start=686
71
+ _KEYPOINTMATCHES_MATCHTYPE._serialized_end=752
69
72
  # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,562 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: bosdyn/api/spot/choreography_params.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import enum_type_wrapper
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import message as _message
9
+ from google.protobuf import reflection as _reflection
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ # @@protoc_insertion_point(imports)
12
+
13
+ _sym_db = _symbol_database.Default()
14
+
15
+
16
+ from bosdyn.api import geometry_pb2 as bosdyn_dot_api_dot_geometry__pb2
17
+ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
18
+
19
+
20
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)bosdyn/api/spot/choreography_params.proto\x12\x0f\x62osdyn.api.spot\x1a\x19\x62osdyn/api/geometry.proto\x1a\x1egoogle/protobuf/wrappers.proto\"4\n\x08\x45ulerZYX\x12\x0c\n\x04roll\x18\x01 \x01(\x01\x12\r\n\x05pitch\x18\x02 \x01(\x01\x12\x0b\n\x03yaw\x18\x03 \x01(\x01\"\x93\x01\n\rEulerZYXValue\x12*\n\x04roll\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05pitch\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12)\n\x03yaw\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\x97\x01\n\x11\x45ulerRateZYXValue\x12*\n\x04roll\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05pitch\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12)\n\x03yaw\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\xd5\x01\n\x0e\x42odyHoldParams\x12\x30\n\x08rotation\x18\x01 \x01(\x0b\x32\x1e.bosdyn.api.spot.EulerZYXValue\x12*\n\x0btranslation\x18\x02 \x01(\x0b\x32\x15.bosdyn.api.Vec3Value\x12\x32\n\x0c\x65ntry_slices\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x31\n\x0b\x65xit_slices\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\x96\x04\n\nSwayParams\x12.\n\x08vertical\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\nhorizontal\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12*\n\x04roll\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12%\n\x05pivot\x18\x04 \x01(\x0e\x32\x16.bosdyn.api.spot.Pivot\x12\x34\n\x05style\x18\x05 \x01(\x0e\x32%.bosdyn.api.spot.SwayParams.SwayStyle\x12\x30\n\npronounced\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x32\n\x0ehold_zero_axes\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\xb6\x01\n\tSwayStyle\x12\x16\n\x12SWAY_STYLE_UNKNOWN\x10\x00\x12\x17\n\x13SWAY_STYLE_STANDARD\x10\x01\x12\x17\n\x13SWAY_STYLE_FAST_OUT\x10\x02\x12\x1a\n\x16SWAY_STYLE_FAST_RETURN\x10\x03\x12\x15\n\x11SWAY_STYLE_SQUARE\x10\x04\x12\x14\n\x10SWAY_STYLE_SPIKE\x10\x05\x12\x16\n\x12SWAY_STYLE_PLATEAU\x10\x06\"\x87\x03\n\rArmMoveParams\x12\x30\n\nshoulder_0\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\nshoulder_1\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12-\n\x07\x65lbow_0\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12-\n\x07\x65lbow_1\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12-\n\x07wrist_0\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12-\n\x07wrist_1\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\'\n\x06\x65\x61sing\x18\x07 \x01(\x0e\x32\x17.bosdyn.api.spot.Easing\x12-\n\x07gripper\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\xb0\x02\n\x16WorkspaceArmMoveParams\x12\x30\n\x08rotation\x18\x01 \x01(\x0b\x32\x1e.bosdyn.api.spot.EulerZYXValue\x12*\n\x0btranslation\x18\x02 \x01(\x0b\x32\x15.bosdyn.api.Vec3Value\x12,\n\x08\x61\x62solute\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12,\n\x05\x66rame\x18\x04 \x01(\x0e\x32\x1d.bosdyn.api.spot.ArmMoveFrame\x12\'\n\x06\x65\x61sing\x18\x05 \x01(\x0e\x32\x17.bosdyn.api.spot.Easing\x12\x33\n\x0e\x64\x61nce_frame_id\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\"\xa1\x01\n\rFigure8Params\x12,\n\x06height\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05width\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x35\n\x0f\x62\x65\x61ts_per_cycle\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"i\n\rGripperParams\x12+\n\x05\x61ngle\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05speed\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\xef\x01\n\x12KneelLegMoveParams\x12+\n\x05hip_x\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05hip_y\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12*\n\x04knee\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12*\n\x06mirror\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\'\n\x06\x65\x61sing\x18\x05 \x01(\x0e\x32\x17.bosdyn.api.spot.Easing\"\x9d\x03\n\x13KneelLegMove2Params\x12\x30\n\nleft_hip_x\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\nleft_hip_y\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12/\n\tleft_knee\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x31\n\x0bright_hip_x\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x31\n\x0bright_hip_y\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\nright_knee\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\'\n\x06\x65\x61sing\x18\x07 \x01(\x0e\x32\x17.bosdyn.api.spot.Easing\x12\x30\n\x0clink_to_next\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\x9c\x03\n\x10RunningManParams\x12\'\n\x08velocity\x18\x01 \x01(\x0b\x32\x15.bosdyn.api.Vec2Value\x12\x32\n\x0cswing_height\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12,\n\x06spread\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x07reverse\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x0fpre_move_cycles\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x36\n\x10speed_multiplier\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\nduty_cycle\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\ncom_height\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\x96\x01\n\tHopParams\x12\'\n\x08velocity\x18\x01 \x01(\x0b\x32\x15.bosdyn.api.Vec2Value\x12.\n\x08yaw_rate\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\nstand_time\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\x9d\x02\n\x12RandomRotateParams\x12\x31\n\tamplitude\x18\x01 \x01(\x0b\x32\x1e.bosdyn.api.spot.EulerZYXValue\x12\x31\n\x05speed\x18\x02 \x01(\x0b\x32\".bosdyn.api.spot.EulerRateZYXValue\x12\x35\n\x0fspeed_variation\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x34\n\x0fnum_speed_tiers\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x34\n\x0etier_variation\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\xd3\x01\n\x0b\x43rawlParams\x12\x32\n\x0cswing_slices\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\'\n\x08velocity\x18\x02 \x01(\x0b\x32\x15.bosdyn.api.Vec2Value\x12\x32\n\x0cstance_width\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x33\n\rstance_length\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\x95\x02\n\nGotoParams\x12\x30\n\x11\x61\x62solute_position\x18\x01 \x01(\x0b\x32\x15.bosdyn.api.Vec2Value\x12\x32\n\x0c\x61\x62solute_yaw\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12=\n\x17step_position_stiffness\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\nduty_cycle\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\x0clink_to_next\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\x9d\x01\n\rBourreeParams\x12\'\n\x08velocity\x18\x01 \x01(\x0b\x32\x15.bosdyn.api.Vec2Value\x12.\n\x08yaw_rate\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x33\n\rstance_length\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"u\n\nSideParams\x12.\n\x04side\x18\x01 \x01(\x0e\x32 .bosdyn.api.spot.SideParams.Side\"7\n\x04Side\x12\x10\n\x0cSIDE_UNKNOWN\x10\x00\x12\r\n\tSIDE_LEFT\x10\x01\x12\x0e\n\nSIDE_RIGHT\x10\x02\"\x98\x06\n\nJumpParams\x12)\n\x03yaw\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x33\n\rflight_slices\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x32\n\x0cstance_width\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x33\n\rstance_length\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12*\n\x0btranslation\x18\x06 \x01(\x0b\x32\x15.bosdyn.api.Vec2Value\x12\x34\n\x0esplit_fraction\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x37\n\rlead_leg_pair\x18\x08 \x01(\x0e\x32 .bosdyn.api.spot.JumpParams.Lead\x12\x33\n\x0fyaw_is_absolute\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12;\n\x17translation_is_absolute\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0c\x61\x62solute_yaw\x18\t \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x33\n\x14\x61\x62solute_translation\x18\n \x01(\x0b\x32\x15.bosdyn.api.Vec2Value\x12\x32\n\x0cswing_height\x18\r \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\x08\x61\x62solute\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x02\x18\x01\"e\n\x04Lead\x12\x10\n\x0cLEAD_UNKNOWN\x10\x00\x12\r\n\tLEAD_AUTO\x10\x01\x12\x0e\n\nLEAD_FRONT\x10\x02\x12\r\n\tLEAD_HIND\x10\x03\x12\r\n\tLEAD_LEFT\x10\x04\x12\x0e\n\nLEAD_RIGHT\x10\x05\"\xf1\x04\n\nStepParams\x12\"\n\x04\x66oot\x18\x01 \x01(\x0e\x32\x14.bosdyn.api.spot.Leg\x12%\n\x06offset\x18\x02 \x01(\x0b\x32\x15.bosdyn.api.Vec2Value\x12)\n\x0bsecond_foot\x18\x03 \x01(\x0e\x32\x14.bosdyn.api.spot.Leg\x12-\n\x0eswing_waypoint\x18\x05 \x01(\x0b\x32\x15.bosdyn.api.Vec3Value\x12\x32\n\x0cswing_height\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x36\n\x10liftoff_velocity\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x38\n\x12touchdown_velocity\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12,\n\x08mirror_x\x18\t \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12,\n\x08mirror_y\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12.\n\x06mirror\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x02\x18\x01\x12\x34\n\x0ewaypoint_dwell\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12)\n\x05touch\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12+\n\x0ctouch_offset\x18\r \x01(\x0b\x32\x15.bosdyn.api.Vec2Value\"~\n\x10RotateBodyParams\x12\x30\n\x08rotation\x18\x01 \x01(\x0b\x32\x1e.bosdyn.api.spot.EulerZYXValue\x12\x38\n\x14return_to_start_pose\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\xbd\x02\n\x10\x42uttCircleParams\x12,\n\x06radius\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x36\n\x10\x62\x65\x61ts_per_circle\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x37\n\x11number_of_circles\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12%\n\x05pivot\x18\x04 \x01(\x0e\x32\x16.bosdyn.api.spot.Pivot\x12-\n\tclockwise\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x0estarting_angle\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\";\n\x0bTwerkParams\x12,\n\x06height\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\xcb\x03\n\nTurnParams\x12)\n\x03yaw\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x32\n\x0c\x61\x62solute_yaw\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x33\n\x0fyaw_is_absolute\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0cswing_height\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x34\n\x0eswing_velocity\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12%\n\x06motion\x18\x07 \x01(\x0b\x32\x15.bosdyn.api.Vec2Value\x12.\n\x0f\x61\x62solute_motion\x18\x08 \x01(\x0b\x32\x15.bosdyn.api.Vec2Value\x12\x36\n\x12motion_is_absolute\x18\t \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x30\n\x08\x61\x62solute\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x02\x18\x01\"\xcc\x03\n\x0fPace2StepParams\x12%\n\x06motion\x18\x01 \x01(\x0b\x32\x15.bosdyn.api.Vec2Value\x12.\n\x0f\x61\x62solute_motion\x18\x06 \x01(\x0b\x32\x15.bosdyn.api.Vec2Value\x12\x36\n\x12motion_is_absolute\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0cswing_height\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x34\n\x0eswing_velocity\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12)\n\x03yaw\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x32\n\x0c\x61\x62solute_yaw\x18\t \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x33\n\x0fyaw_is_absolute\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12,\n\x08\x61\x62solute\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\xa3\x01\n\x11\x43hickenHeadParams\x12,\n\rbob_magnitude\x18\x01 \x01(\x0b\x32\x15.bosdyn.api.Vec3Value\x12\x34\n\x0f\x62\x65\x61ts_per_cycle\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12*\n\x06\x66ollow\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\xc1\x01\n\nClapParams\x12(\n\tdirection\x18\x01 \x01(\x0b\x32\x15.bosdyn.api.Vec3Value\x12\'\n\x08location\x18\x02 \x01(\x0b\x32\x15.bosdyn.api.Vec3Value\x12+\n\x05speed\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x33\n\rclap_distance\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\xb5\x02\n\x11KneelCircleParams\x12\'\n\x08location\x18\x01 \x01(\x0b\x32\x15.bosdyn.api.Vec3Value\x12\x35\n\x10\x62\x65\x61ts_per_circle\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x37\n\x11number_of_circles\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12,\n\x06offset\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12,\n\x06radius\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x07reverse\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\";\n\rFrontUpParams\x12*\n\x06mirror\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\xd3\x07\n\x11\x46idgetStandParams\x12?\n\x06preset\x18\x01 \x01(\x0e\x32/.bosdyn.api.spot.FidgetStandParams.FidgetPreset\x12\x34\n\x0emin_gaze_pitch\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x34\n\x0emax_gaze_pitch\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x36\n\x10gaze_mean_period\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12.\n\x0fgaze_center_cfp\x18\x05 \x01(\x0b\x32\x15.bosdyn.api.Vec3Value\x12\x37\n\x11shift_mean_period\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12?\n\x19shift_max_transition_time\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x32\n\x0c\x62reath_min_z\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x32\n\x0c\x62reath_max_z\x18\t \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x37\n\x11\x62reath_max_period\x18\n \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12=\n\x17leg_gesture_mean_period\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x34\n\x0egaze_slew_rate\x18\x0c \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12<\n\x1dgaze_position_generation_gain\x18\r \x01(\x0b\x32\x15.bosdyn.api.Vec3Value\x12?\n\x19gaze_roll_generation_gain\x18\x0e \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\x99\x01\n\x0c\x46idgetPreset\x12\x12\n\x0ePRESET_UNKNOWN\x10\x00\x12\x11\n\rPRESET_CUSTOM\x10\x01\x12\x13\n\x0fPRESET_INTEREST\x10\x02\x12\x12\n\x0ePRESET_PLAYFUL\x10\x03\x12\x0f\n\x0bPRESET_FEAR\x10\x04\x12\x12\n\x0ePRESET_NERVOUS\x10\x05\x12\x14\n\x10PRESET_EXHAUSTED\x10\x06\"\xd8\x04\n\x13\x46rameSnapshotParams\x12-\n\x08\x66rame_id\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x34\n\x0f\x66iducial_number\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12N\n\x16include_front_left_leg\x18\x03 \x01(\x0e\x32..bosdyn.api.spot.FrameSnapshotParams.Inclusion\x12O\n\x17include_front_right_leg\x18\x04 \x01(\x0e\x32..bosdyn.api.spot.FrameSnapshotParams.Inclusion\x12M\n\x15include_hind_left_leg\x18\x05 \x01(\x0e\x32..bosdyn.api.spot.FrameSnapshotParams.Inclusion\x12N\n\x16include_hind_right_leg\x18\x06 \x01(\x0e\x32..bosdyn.api.spot.FrameSnapshotParams.Inclusion\x12/\n\x0b\x63ompensated\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"k\n\tInclusion\x12\x15\n\x11INCLUSION_UNKNOWN\x10\x00\x12\x17\n\x13INCLUSION_IF_STANCE\x10\x01\x12\x16\n\x12INCLUSION_INCLUDED\x10\x02\x12\x16\n\x12INCLUSION_EXCLUDED\x10\x03\"\x8e\x02\n\x0eSetColorParams\x12*\n\nleft_color\x18\x01 \x01(\x0b\x32\x16.bosdyn.api.spot.Color\x12\x36\n\x12right_same_as_left\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12+\n\x0bright_color\x18\x03 \x01(\x0b\x32\x16.bosdyn.api.spot.Color\x12\x34\n\x0e\x66\x61\x64\x65_in_slices\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x35\n\x0f\x66\x61\x64\x65_out_slices\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\xd7\x01\n\x0f\x46\x61\x64\x65\x43olorParams\x12)\n\ttop_color\x18\x01 \x01(\x0b\x32\x16.bosdyn.api.spot.Color\x12,\n\x0c\x62ottom_color\x18\x02 \x01(\x0b\x32\x16.bosdyn.api.spot.Color\x12\x34\n\x0e\x66\x61\x64\x65_in_slices\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x35\n\x0f\x66\x61\x64\x65_out_slices\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\xf7\x03\n\x16IndependentColorParams\x12(\n\x08top_left\x18\x01 \x01(\x0b\x32\x16.bosdyn.api.spot.Color\x12.\n\x0eupper_mid_left\x18\x02 \x01(\x0b\x32\x16.bosdyn.api.spot.Color\x12.\n\x0elower_mid_left\x18\x03 \x01(\x0b\x32\x16.bosdyn.api.spot.Color\x12+\n\x0b\x62ottom_left\x18\x04 \x01(\x0b\x32\x16.bosdyn.api.spot.Color\x12)\n\ttop_right\x18\x05 \x01(\x0b\x32\x16.bosdyn.api.spot.Color\x12/\n\x0fupper_mid_right\x18\x06 \x01(\x0b\x32\x16.bosdyn.api.spot.Color\x12/\n\x0flower_mid_right\x18\x07 \x01(\x0b\x32\x16.bosdyn.api.spot.Color\x12,\n\x0c\x62ottom_right\x18\x08 \x01(\x0b\x32\x16.bosdyn.api.spot.Color\x12\x34\n\x0e\x66\x61\x64\x65_in_slices\x18\t \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x35\n\x0f\x66\x61\x64\x65_out_slices\x18\n \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\x8b\x01\n\x05\x43olor\x12)\n\x03red\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05green\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12*\n\x04\x62lue\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\xbe\x04\n\x11RippleColorParams\x12$\n\x04main\x18\x01 \x01(\x0b\x32\x16.bosdyn.api.spot.Color\x12)\n\tsecondary\x18\x02 \x01(\x0b\x32\x16.bosdyn.api.spot.Color\x12;\n\x07pattern\x18\x03 \x01(\x0e\x32*.bosdyn.api.spot.RippleColorParams.Pattern\x12@\n\nlight_side\x18\x04 \x01(\x0e\x32,.bosdyn.api.spot.RippleColorParams.LightSide\x12\x36\n\x10increment_slices\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\x90\x01\n\x07Pattern\x12\x13\n\x0fPATTERN_UNKNOWN\x10\x00\x12\x14\n\x10PATTERN_FLASHING\x10\x01\x12\x11\n\rPATTERN_SNAKE\x10\x02\x12\x1c\n\x18PATTERN_ALTERNATE_COLORS\x10\x03\x12)\n%PATTERN_FINE_GRAINED_ALTERNATE_COLORS\x10\x04\"\x8d\x01\n\tLightSide\x12\x16\n\x12LIGHT_SIDE_UNKNOWN\x10\x00\x12\x13\n\x0fLIGHT_SIDE_LEFT\x10\x01\x12\x14\n\x10LIGHT_SIDE_RIGHT\x10\x02\x12\x1f\n\x1bLIGHT_SIDE_BOTH_IN_SEQUENCE\x10\x03\x12\x1c\n\x18LIGHT_SIDE_BOTH_MATCHING\x10\x04\"\xac\x04\n\x0eLegJointParams\x12+\n\x05\x66l_hx\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05\x66l_hy\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05\x66l_kn\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05\x66r_hx\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05\x66r_hy\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05\x66r_kn\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05hl_hx\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05hl_hy\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05hl_kn\x18\t \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05hr_hx\x18\n \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05hr_hy\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05hr_kn\x18\x0c \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\xa0\x02\n\x0bStanceShape\x12,\n\x06length\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05width\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12;\n\x15\x66ront_wider_than_hind\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12<\n\x16left_longer_than_right\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12;\n\x15left_forward_of_right\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"y\n\x0bSwingPhases\x12\x33\n\rliftoff_phase\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x35\n\x0ftouchdown_phase\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\x8b\x03\n\x0bSwingParams\x12,\n\x06height\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x33\n\rliftoff_speed\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x34\n\x0evertical_speed\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12;\n\x15vertical_acceleration\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x35\n\x0foverlay_outside\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x35\n\x0foverlay_forward\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x38\n\x12low_speed_fraction\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\xfa\x01\n\x13\x41nimatedCycleParams\x12\x34\n\x0e\x61nimation_name\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12=\n\x19\x65nable_animation_duration\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x11\x65nable_leg_timing\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x37\n\x13\x65nable_stance_shape\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\xc2\x13\n\x10\x43ustomGaitParams\x12+\n\x0cmax_velocity\x18\x03 \x01(\x0b\x32\x15.bosdyn.api.Vec2Value\x12\x32\n\x0cmax_yaw_rate\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12:\n\x14\x61\x63\x63\x65leration_scaling\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x34\n\x0e\x63ycle_duration\x18\x33 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12.\n\x08\x66l_swing\x18\x34 \x01(\x0b\x32\x1c.bosdyn.api.spot.SwingPhases\x12\x31\n\rtwo_fl_swings\x18\x35 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x0fsecond_fl_swing\x18\x36 \x01(\x0b\x32\x1c.bosdyn.api.spot.SwingPhases\x12.\n\x08\x66r_swing\x18\x37 \x01(\x0b\x32\x1c.bosdyn.api.spot.SwingPhases\x12\x31\n\rtwo_fr_swings\x18\x38 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x0fsecond_fr_swing\x18\x39 \x01(\x0b\x32\x1c.bosdyn.api.spot.SwingPhases\x12.\n\x08hl_swing\x18: \x01(\x0b\x32\x1c.bosdyn.api.spot.SwingPhases\x12\x31\n\rtwo_hl_swings\x18; \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x0fsecond_hl_swing\x18< \x01(\x0b\x32\x1c.bosdyn.api.spot.SwingPhases\x12.\n\x08hr_swing\x18= \x01(\x0b\x32\x1c.bosdyn.api.spot.SwingPhases\x12\x31\n\rtwo_hr_swings\x18> \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x0fsecond_hr_swing\x18? \x01(\x0b\x32\x1c.bosdyn.api.spot.SwingPhases\x12\x35\n\x11show_stance_shape\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0cstance_shape\x18\x0b \x01(\x0b\x32\x1c.bosdyn.api.spot.StanceShape\x12\x30\n\ncom_height\x18\x14 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x36\n\x17\x62ody_translation_offset\x18\x15 \x01(\x0b\x32\x15.bosdyn.api.Vec3Value\x12<\n\x14\x62ody_rotation_offset\x18\x16 \x01(\x0b\x32\x1e.bosdyn.api.spot.EulerZYXValue\x12=\n\x17low_speed_body_fraction\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12:\n\x14general_swing_params\x18P \x01(\x0b\x32\x1c.bosdyn.api.spot.SwingParams\x12\x37\n\x13use_fl_swing_params\x18Q \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x0f\x66l_swing_params\x18R \x01(\x0b\x32\x1c.bosdyn.api.spot.SwingParams\x12\x37\n\x13use_fr_swing_params\x18S \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x0f\x66r_swing_params\x18T \x01(\x0b\x32\x1c.bosdyn.api.spot.SwingParams\x12\x37\n\x13use_hl_swing_params\x18U \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x0fhl_swing_params\x18V \x01(\x0b\x32\x1c.bosdyn.api.spot.SwingParams\x12\x37\n\x13use_hr_swing_params\x18W \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x0fhr_swing_params\x18X \x01(\x0b\x32\x1c.bosdyn.api.spot.SwingParams\x12\x32\n\x0estand_in_place\x18Z \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x15standard_final_stance\x18[ \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x15show_stability_params\x18\x64 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12(\n\x02mu\x18\x65 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x36\n\x10timing_stiffness\x18\x66 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12=\n\x17step_position_stiffness\x18g \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12I\n$enable_perception_obstacle_avoidance\x18\x82\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x41\n\x1aobstacle_avoidance_padding\x18\x83\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x45\n enable_perception_terrain_height\x18\x84\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x45\n enable_perception_step_placement\x18\x85\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12?\n\x18maximum_stumble_distance\x18\x8c\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x37\n\x10trip_sensitivity\x18\x8d\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x44\n\x15\x61nimated_cycle_params\x18\xa1\x01 \x01(\x0b\x32$.bosdyn.api.spot.AnimatedCycleParams\"\xca\x01\n\x11\x43ustomGaitCommand\x12\x34\n\x13\x64rive_velocity_body\x18\x01 \x01(\x0b\x32\x17.bosdyn.api.SE2Velocity\x12\x10\n\x08\x66inished\x18\x02 \x01(\x08\x12\x31\n\x17\x62ody_translation_offset\x18\x03 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12:\n\x17\x62ody_orientation_offset\x18\x04 \x01(\x0b\x32\x19.bosdyn.api.spot.EulerZYX\"\xd6\x01\n\x17\x43ustomGaitCommandLimits\x12<\n\x1bmaximum_drive_velocity_body\x18\x01 \x01(\x0b\x32\x17.bosdyn.api.SE2Velocity\x12\x39\n\x1fmaximum_body_translation_offset\x18\x03 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12\x42\n\x1fmaximum_body_orientation_offset\x18\x04 \x01(\x0b\x32\x19.bosdyn.api.spot.EulerZYX\"\x99\x08\n\rAnimateParams\x12\x16\n\x0e\x61nimation_name\x18\x01 \x01(\t\x12\x37\n\x11\x62ody_entry_slices\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x36\n\x10\x62ody_exit_slices\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x35\n\x16translation_multiplier\x18\x04 \x01(\x0b\x32\x15.bosdyn.api.Vec3Value\x12;\n\x13rotation_multiplier\x18\x05 \x01(\x0b\x32\x1e.bosdyn.api.spot.EulerZYXValue\x12\x36\n\x10\x61rm_entry_slices\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x37\n\x11shoulder_0_offset\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x37\n\x11shoulder_1_offset\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x34\n\x0e\x65lbow_0_offset\x18\t \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x34\n\x0e\x65lbow_1_offset\x18\n \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x34\n\x0ewrist_0_offset\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x34\n\x0ewrist_1_offset\x18\x0c \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x34\n\x0egripper_offset\x18\r \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12+\n\x05speed\x18\x0e \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x33\n\roffset_slices\x18\x0f \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x38\n\x12gripper_multiplier\x18\x10 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12?\n\x19gripper_strength_fraction\x18\x11 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x37\n\x12\x61rm_dance_frame_id\x18\x12 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12=\n\x17\x62ody_tracking_stiffness\x18\x13 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue*M\n\x05Pivot\x12\x11\n\rPIVOT_UNKNOWN\x10\x00\x12\x0f\n\x0bPIVOT_FRONT\x10\x01\x12\x0e\n\nPIVOT_HIND\x10\x02\x12\x10\n\x0cPIVOT_CENTER\x10\x03*\xab\x02\n\x06\x45\x61sing\x12\x12\n\x0e\x45\x41SING_UNKNOWN\x10\x00\x12\x11\n\rEASING_LINEAR\x10\x01\x12\x1a\n\x16\x45\x41SING_QUADRATIC_INPUT\x10\x02\x12\x1b\n\x17\x45\x41SING_QUADRATIC_OUTPUT\x10\x03\x12\x1b\n\x17\x45\x41SING_QUADRATIC_IN_OUT\x10\x04\x12\x16\n\x12\x45\x41SING_CUBIC_INPUT\x10\x05\x12\x17\n\x13\x45\x41SING_CUBIC_OUTPUT\x10\x06\x12\x17\n\x13\x45\x41SING_CUBIC_IN_OUT\x10\x07\x12\x1c\n\x18\x45\x41SING_EXPONENTIAL_INPUT\x10\x08\x12\x1d\n\x19\x45\x41SING_EXPONENTIAL_OUTPUT\x10\t\x12\x1d\n\x19\x45\x41SING_EXPONENTIAL_IN_OUT\x10\n*\xd6\x01\n\x0c\x41rmMoveFrame\x12\x1a\n\x16\x41RM_MOVE_FRAME_UNKNOWN\x10\x00\x12&\n\"ARM_MOVE_FRAME_CENTER_OF_FOOTPRINT\x10\x01\x12\x17\n\x13\x41RM_MOVE_FRAME_HAND\x10\x02\x12\x17\n\x13\x41RM_MOVE_FRAME_BODY\x10\x03\x12\x1b\n\x17\x41RM_MOVE_FRAME_SHOULDER\x10\x04\x12\x19\n\x15\x41RM_MOVE_FRAME_SHADOW\x10\x05\x12\x18\n\x14\x41RM_MOVE_FRAME_DANCE\x10\x06*\x7f\n\x03Leg\x12\x0f\n\x0bLEG_UNKNOWN\x10\x00\x12\x12\n\x0eLEG_FRONT_LEFT\x10\x01\x12\x13\n\x0fLEG_FRONT_RIGHT\x10\x02\x12\x11\n\rLEG_HIND_LEFT\x10\x03\x12\x12\n\x0eLEG_HIND_RIGHT\x10\x04\x12\x17\n\nLEG_NO_LEG\x10\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01*\xcd\x01\n\x08LedLight\x12\x15\n\x11LED_LIGHT_UNKNOWN\x10\x00\x12\x13\n\x0fLED_LIGHT_LEFT1\x10\x01\x12\x13\n\x0fLED_LIGHT_LEFT2\x10\x02\x12\x13\n\x0fLED_LIGHT_LEFT3\x10\x03\x12\x13\n\x0fLED_LIGHT_LEFT4\x10\x04\x12\x14\n\x10LED_LIGHT_RIGHT1\x10\x05\x12\x14\n\x10LED_LIGHT_RIGHT2\x10\x06\x12\x14\n\x10LED_LIGHT_RIGHT3\x10\x07\x12\x14\n\x10LED_LIGHT_RIGHT4\x10\x08\x42\x19\x42\x17\x43horeographyParamsProtob\x06proto3')
21
+
22
+ _PIVOT = DESCRIPTOR.enum_types_by_name['Pivot']
23
+ Pivot = enum_type_wrapper.EnumTypeWrapper(_PIVOT)
24
+ _EASING = DESCRIPTOR.enum_types_by_name['Easing']
25
+ Easing = enum_type_wrapper.EnumTypeWrapper(_EASING)
26
+ _ARMMOVEFRAME = DESCRIPTOR.enum_types_by_name['ArmMoveFrame']
27
+ ArmMoveFrame = enum_type_wrapper.EnumTypeWrapper(_ARMMOVEFRAME)
28
+ _LEG = DESCRIPTOR.enum_types_by_name['Leg']
29
+ Leg = enum_type_wrapper.EnumTypeWrapper(_LEG)
30
+ _LEDLIGHT = DESCRIPTOR.enum_types_by_name['LedLight']
31
+ LedLight = enum_type_wrapper.EnumTypeWrapper(_LEDLIGHT)
32
+ PIVOT_UNKNOWN = 0
33
+ PIVOT_FRONT = 1
34
+ PIVOT_HIND = 2
35
+ PIVOT_CENTER = 3
36
+ EASING_UNKNOWN = 0
37
+ EASING_LINEAR = 1
38
+ EASING_QUADRATIC_INPUT = 2
39
+ EASING_QUADRATIC_OUTPUT = 3
40
+ EASING_QUADRATIC_IN_OUT = 4
41
+ EASING_CUBIC_INPUT = 5
42
+ EASING_CUBIC_OUTPUT = 6
43
+ EASING_CUBIC_IN_OUT = 7
44
+ EASING_EXPONENTIAL_INPUT = 8
45
+ EASING_EXPONENTIAL_OUTPUT = 9
46
+ EASING_EXPONENTIAL_IN_OUT = 10
47
+ ARM_MOVE_FRAME_UNKNOWN = 0
48
+ ARM_MOVE_FRAME_CENTER_OF_FOOTPRINT = 1
49
+ ARM_MOVE_FRAME_HAND = 2
50
+ ARM_MOVE_FRAME_BODY = 3
51
+ ARM_MOVE_FRAME_SHOULDER = 4
52
+ ARM_MOVE_FRAME_SHADOW = 5
53
+ ARM_MOVE_FRAME_DANCE = 6
54
+ LEG_UNKNOWN = 0
55
+ LEG_FRONT_LEFT = 1
56
+ LEG_FRONT_RIGHT = 2
57
+ LEG_HIND_LEFT = 3
58
+ LEG_HIND_RIGHT = 4
59
+ LEG_NO_LEG = -1
60
+ LED_LIGHT_UNKNOWN = 0
61
+ LED_LIGHT_LEFT1 = 1
62
+ LED_LIGHT_LEFT2 = 2
63
+ LED_LIGHT_LEFT3 = 3
64
+ LED_LIGHT_LEFT4 = 4
65
+ LED_LIGHT_RIGHT1 = 5
66
+ LED_LIGHT_RIGHT2 = 6
67
+ LED_LIGHT_RIGHT3 = 7
68
+ LED_LIGHT_RIGHT4 = 8
69
+
70
+
71
+ _EULERZYX = DESCRIPTOR.message_types_by_name['EulerZYX']
72
+ _EULERZYXVALUE = DESCRIPTOR.message_types_by_name['EulerZYXValue']
73
+ _EULERRATEZYXVALUE = DESCRIPTOR.message_types_by_name['EulerRateZYXValue']
74
+ _BODYHOLDPARAMS = DESCRIPTOR.message_types_by_name['BodyHoldParams']
75
+ _SWAYPARAMS = DESCRIPTOR.message_types_by_name['SwayParams']
76
+ _ARMMOVEPARAMS = DESCRIPTOR.message_types_by_name['ArmMoveParams']
77
+ _WORKSPACEARMMOVEPARAMS = DESCRIPTOR.message_types_by_name['WorkspaceArmMoveParams']
78
+ _FIGURE8PARAMS = DESCRIPTOR.message_types_by_name['Figure8Params']
79
+ _GRIPPERPARAMS = DESCRIPTOR.message_types_by_name['GripperParams']
80
+ _KNEELLEGMOVEPARAMS = DESCRIPTOR.message_types_by_name['KneelLegMoveParams']
81
+ _KNEELLEGMOVE2PARAMS = DESCRIPTOR.message_types_by_name['KneelLegMove2Params']
82
+ _RUNNINGMANPARAMS = DESCRIPTOR.message_types_by_name['RunningManParams']
83
+ _HOPPARAMS = DESCRIPTOR.message_types_by_name['HopParams']
84
+ _RANDOMROTATEPARAMS = DESCRIPTOR.message_types_by_name['RandomRotateParams']
85
+ _CRAWLPARAMS = DESCRIPTOR.message_types_by_name['CrawlParams']
86
+ _GOTOPARAMS = DESCRIPTOR.message_types_by_name['GotoParams']
87
+ _BOURREEPARAMS = DESCRIPTOR.message_types_by_name['BourreeParams']
88
+ _SIDEPARAMS = DESCRIPTOR.message_types_by_name['SideParams']
89
+ _JUMPPARAMS = DESCRIPTOR.message_types_by_name['JumpParams']
90
+ _STEPPARAMS = DESCRIPTOR.message_types_by_name['StepParams']
91
+ _ROTATEBODYPARAMS = DESCRIPTOR.message_types_by_name['RotateBodyParams']
92
+ _BUTTCIRCLEPARAMS = DESCRIPTOR.message_types_by_name['ButtCircleParams']
93
+ _TWERKPARAMS = DESCRIPTOR.message_types_by_name['TwerkParams']
94
+ _TURNPARAMS = DESCRIPTOR.message_types_by_name['TurnParams']
95
+ _PACE2STEPPARAMS = DESCRIPTOR.message_types_by_name['Pace2StepParams']
96
+ _CHICKENHEADPARAMS = DESCRIPTOR.message_types_by_name['ChickenHeadParams']
97
+ _CLAPPARAMS = DESCRIPTOR.message_types_by_name['ClapParams']
98
+ _KNEELCIRCLEPARAMS = DESCRIPTOR.message_types_by_name['KneelCircleParams']
99
+ _FRONTUPPARAMS = DESCRIPTOR.message_types_by_name['FrontUpParams']
100
+ _FIDGETSTANDPARAMS = DESCRIPTOR.message_types_by_name['FidgetStandParams']
101
+ _FRAMESNAPSHOTPARAMS = DESCRIPTOR.message_types_by_name['FrameSnapshotParams']
102
+ _SETCOLORPARAMS = DESCRIPTOR.message_types_by_name['SetColorParams']
103
+ _FADECOLORPARAMS = DESCRIPTOR.message_types_by_name['FadeColorParams']
104
+ _INDEPENDENTCOLORPARAMS = DESCRIPTOR.message_types_by_name['IndependentColorParams']
105
+ _COLOR = DESCRIPTOR.message_types_by_name['Color']
106
+ _RIPPLECOLORPARAMS = DESCRIPTOR.message_types_by_name['RippleColorParams']
107
+ _LEGJOINTPARAMS = DESCRIPTOR.message_types_by_name['LegJointParams']
108
+ _STANCESHAPE = DESCRIPTOR.message_types_by_name['StanceShape']
109
+ _SWINGPHASES = DESCRIPTOR.message_types_by_name['SwingPhases']
110
+ _SWINGPARAMS = DESCRIPTOR.message_types_by_name['SwingParams']
111
+ _ANIMATEDCYCLEPARAMS = DESCRIPTOR.message_types_by_name['AnimatedCycleParams']
112
+ _CUSTOMGAITPARAMS = DESCRIPTOR.message_types_by_name['CustomGaitParams']
113
+ _CUSTOMGAITCOMMAND = DESCRIPTOR.message_types_by_name['CustomGaitCommand']
114
+ _CUSTOMGAITCOMMANDLIMITS = DESCRIPTOR.message_types_by_name['CustomGaitCommandLimits']
115
+ _ANIMATEPARAMS = DESCRIPTOR.message_types_by_name['AnimateParams']
116
+ _SWAYPARAMS_SWAYSTYLE = _SWAYPARAMS.enum_types_by_name['SwayStyle']
117
+ _SIDEPARAMS_SIDE = _SIDEPARAMS.enum_types_by_name['Side']
118
+ _JUMPPARAMS_LEAD = _JUMPPARAMS.enum_types_by_name['Lead']
119
+ _FIDGETSTANDPARAMS_FIDGETPRESET = _FIDGETSTANDPARAMS.enum_types_by_name['FidgetPreset']
120
+ _FRAMESNAPSHOTPARAMS_INCLUSION = _FRAMESNAPSHOTPARAMS.enum_types_by_name['Inclusion']
121
+ _RIPPLECOLORPARAMS_PATTERN = _RIPPLECOLORPARAMS.enum_types_by_name['Pattern']
122
+ _RIPPLECOLORPARAMS_LIGHTSIDE = _RIPPLECOLORPARAMS.enum_types_by_name['LightSide']
123
+ EulerZYX = _reflection.GeneratedProtocolMessageType('EulerZYX', (_message.Message,), {
124
+ 'DESCRIPTOR' : _EULERZYX,
125
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
126
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.EulerZYX)
127
+ })
128
+ _sym_db.RegisterMessage(EulerZYX)
129
+
130
+ EulerZYXValue = _reflection.GeneratedProtocolMessageType('EulerZYXValue', (_message.Message,), {
131
+ 'DESCRIPTOR' : _EULERZYXVALUE,
132
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
133
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.EulerZYXValue)
134
+ })
135
+ _sym_db.RegisterMessage(EulerZYXValue)
136
+
137
+ EulerRateZYXValue = _reflection.GeneratedProtocolMessageType('EulerRateZYXValue', (_message.Message,), {
138
+ 'DESCRIPTOR' : _EULERRATEZYXVALUE,
139
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
140
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.EulerRateZYXValue)
141
+ })
142
+ _sym_db.RegisterMessage(EulerRateZYXValue)
143
+
144
+ BodyHoldParams = _reflection.GeneratedProtocolMessageType('BodyHoldParams', (_message.Message,), {
145
+ 'DESCRIPTOR' : _BODYHOLDPARAMS,
146
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
147
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.BodyHoldParams)
148
+ })
149
+ _sym_db.RegisterMessage(BodyHoldParams)
150
+
151
+ SwayParams = _reflection.GeneratedProtocolMessageType('SwayParams', (_message.Message,), {
152
+ 'DESCRIPTOR' : _SWAYPARAMS,
153
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
154
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.SwayParams)
155
+ })
156
+ _sym_db.RegisterMessage(SwayParams)
157
+
158
+ ArmMoveParams = _reflection.GeneratedProtocolMessageType('ArmMoveParams', (_message.Message,), {
159
+ 'DESCRIPTOR' : _ARMMOVEPARAMS,
160
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
161
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.ArmMoveParams)
162
+ })
163
+ _sym_db.RegisterMessage(ArmMoveParams)
164
+
165
+ WorkspaceArmMoveParams = _reflection.GeneratedProtocolMessageType('WorkspaceArmMoveParams', (_message.Message,), {
166
+ 'DESCRIPTOR' : _WORKSPACEARMMOVEPARAMS,
167
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
168
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.WorkspaceArmMoveParams)
169
+ })
170
+ _sym_db.RegisterMessage(WorkspaceArmMoveParams)
171
+
172
+ Figure8Params = _reflection.GeneratedProtocolMessageType('Figure8Params', (_message.Message,), {
173
+ 'DESCRIPTOR' : _FIGURE8PARAMS,
174
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
175
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.Figure8Params)
176
+ })
177
+ _sym_db.RegisterMessage(Figure8Params)
178
+
179
+ GripperParams = _reflection.GeneratedProtocolMessageType('GripperParams', (_message.Message,), {
180
+ 'DESCRIPTOR' : _GRIPPERPARAMS,
181
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
182
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.GripperParams)
183
+ })
184
+ _sym_db.RegisterMessage(GripperParams)
185
+
186
+ KneelLegMoveParams = _reflection.GeneratedProtocolMessageType('KneelLegMoveParams', (_message.Message,), {
187
+ 'DESCRIPTOR' : _KNEELLEGMOVEPARAMS,
188
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
189
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.KneelLegMoveParams)
190
+ })
191
+ _sym_db.RegisterMessage(KneelLegMoveParams)
192
+
193
+ KneelLegMove2Params = _reflection.GeneratedProtocolMessageType('KneelLegMove2Params', (_message.Message,), {
194
+ 'DESCRIPTOR' : _KNEELLEGMOVE2PARAMS,
195
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
196
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.KneelLegMove2Params)
197
+ })
198
+ _sym_db.RegisterMessage(KneelLegMove2Params)
199
+
200
+ RunningManParams = _reflection.GeneratedProtocolMessageType('RunningManParams', (_message.Message,), {
201
+ 'DESCRIPTOR' : _RUNNINGMANPARAMS,
202
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
203
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.RunningManParams)
204
+ })
205
+ _sym_db.RegisterMessage(RunningManParams)
206
+
207
+ HopParams = _reflection.GeneratedProtocolMessageType('HopParams', (_message.Message,), {
208
+ 'DESCRIPTOR' : _HOPPARAMS,
209
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
210
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.HopParams)
211
+ })
212
+ _sym_db.RegisterMessage(HopParams)
213
+
214
+ RandomRotateParams = _reflection.GeneratedProtocolMessageType('RandomRotateParams', (_message.Message,), {
215
+ 'DESCRIPTOR' : _RANDOMROTATEPARAMS,
216
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
217
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.RandomRotateParams)
218
+ })
219
+ _sym_db.RegisterMessage(RandomRotateParams)
220
+
221
+ CrawlParams = _reflection.GeneratedProtocolMessageType('CrawlParams', (_message.Message,), {
222
+ 'DESCRIPTOR' : _CRAWLPARAMS,
223
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
224
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.CrawlParams)
225
+ })
226
+ _sym_db.RegisterMessage(CrawlParams)
227
+
228
+ GotoParams = _reflection.GeneratedProtocolMessageType('GotoParams', (_message.Message,), {
229
+ 'DESCRIPTOR' : _GOTOPARAMS,
230
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
231
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.GotoParams)
232
+ })
233
+ _sym_db.RegisterMessage(GotoParams)
234
+
235
+ BourreeParams = _reflection.GeneratedProtocolMessageType('BourreeParams', (_message.Message,), {
236
+ 'DESCRIPTOR' : _BOURREEPARAMS,
237
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
238
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.BourreeParams)
239
+ })
240
+ _sym_db.RegisterMessage(BourreeParams)
241
+
242
+ SideParams = _reflection.GeneratedProtocolMessageType('SideParams', (_message.Message,), {
243
+ 'DESCRIPTOR' : _SIDEPARAMS,
244
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
245
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.SideParams)
246
+ })
247
+ _sym_db.RegisterMessage(SideParams)
248
+
249
+ JumpParams = _reflection.GeneratedProtocolMessageType('JumpParams', (_message.Message,), {
250
+ 'DESCRIPTOR' : _JUMPPARAMS,
251
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
252
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.JumpParams)
253
+ })
254
+ _sym_db.RegisterMessage(JumpParams)
255
+
256
+ StepParams = _reflection.GeneratedProtocolMessageType('StepParams', (_message.Message,), {
257
+ 'DESCRIPTOR' : _STEPPARAMS,
258
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
259
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.StepParams)
260
+ })
261
+ _sym_db.RegisterMessage(StepParams)
262
+
263
+ RotateBodyParams = _reflection.GeneratedProtocolMessageType('RotateBodyParams', (_message.Message,), {
264
+ 'DESCRIPTOR' : _ROTATEBODYPARAMS,
265
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
266
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.RotateBodyParams)
267
+ })
268
+ _sym_db.RegisterMessage(RotateBodyParams)
269
+
270
+ ButtCircleParams = _reflection.GeneratedProtocolMessageType('ButtCircleParams', (_message.Message,), {
271
+ 'DESCRIPTOR' : _BUTTCIRCLEPARAMS,
272
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
273
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.ButtCircleParams)
274
+ })
275
+ _sym_db.RegisterMessage(ButtCircleParams)
276
+
277
+ TwerkParams = _reflection.GeneratedProtocolMessageType('TwerkParams', (_message.Message,), {
278
+ 'DESCRIPTOR' : _TWERKPARAMS,
279
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
280
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.TwerkParams)
281
+ })
282
+ _sym_db.RegisterMessage(TwerkParams)
283
+
284
+ TurnParams = _reflection.GeneratedProtocolMessageType('TurnParams', (_message.Message,), {
285
+ 'DESCRIPTOR' : _TURNPARAMS,
286
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
287
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.TurnParams)
288
+ })
289
+ _sym_db.RegisterMessage(TurnParams)
290
+
291
+ Pace2StepParams = _reflection.GeneratedProtocolMessageType('Pace2StepParams', (_message.Message,), {
292
+ 'DESCRIPTOR' : _PACE2STEPPARAMS,
293
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
294
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.Pace2StepParams)
295
+ })
296
+ _sym_db.RegisterMessage(Pace2StepParams)
297
+
298
+ ChickenHeadParams = _reflection.GeneratedProtocolMessageType('ChickenHeadParams', (_message.Message,), {
299
+ 'DESCRIPTOR' : _CHICKENHEADPARAMS,
300
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
301
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChickenHeadParams)
302
+ })
303
+ _sym_db.RegisterMessage(ChickenHeadParams)
304
+
305
+ ClapParams = _reflection.GeneratedProtocolMessageType('ClapParams', (_message.Message,), {
306
+ 'DESCRIPTOR' : _CLAPPARAMS,
307
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
308
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.ClapParams)
309
+ })
310
+ _sym_db.RegisterMessage(ClapParams)
311
+
312
+ KneelCircleParams = _reflection.GeneratedProtocolMessageType('KneelCircleParams', (_message.Message,), {
313
+ 'DESCRIPTOR' : _KNEELCIRCLEPARAMS,
314
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
315
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.KneelCircleParams)
316
+ })
317
+ _sym_db.RegisterMessage(KneelCircleParams)
318
+
319
+ FrontUpParams = _reflection.GeneratedProtocolMessageType('FrontUpParams', (_message.Message,), {
320
+ 'DESCRIPTOR' : _FRONTUPPARAMS,
321
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
322
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.FrontUpParams)
323
+ })
324
+ _sym_db.RegisterMessage(FrontUpParams)
325
+
326
+ FidgetStandParams = _reflection.GeneratedProtocolMessageType('FidgetStandParams', (_message.Message,), {
327
+ 'DESCRIPTOR' : _FIDGETSTANDPARAMS,
328
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
329
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.FidgetStandParams)
330
+ })
331
+ _sym_db.RegisterMessage(FidgetStandParams)
332
+
333
+ FrameSnapshotParams = _reflection.GeneratedProtocolMessageType('FrameSnapshotParams', (_message.Message,), {
334
+ 'DESCRIPTOR' : _FRAMESNAPSHOTPARAMS,
335
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
336
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.FrameSnapshotParams)
337
+ })
338
+ _sym_db.RegisterMessage(FrameSnapshotParams)
339
+
340
+ SetColorParams = _reflection.GeneratedProtocolMessageType('SetColorParams', (_message.Message,), {
341
+ 'DESCRIPTOR' : _SETCOLORPARAMS,
342
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
343
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.SetColorParams)
344
+ })
345
+ _sym_db.RegisterMessage(SetColorParams)
346
+
347
+ FadeColorParams = _reflection.GeneratedProtocolMessageType('FadeColorParams', (_message.Message,), {
348
+ 'DESCRIPTOR' : _FADECOLORPARAMS,
349
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
350
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.FadeColorParams)
351
+ })
352
+ _sym_db.RegisterMessage(FadeColorParams)
353
+
354
+ IndependentColorParams = _reflection.GeneratedProtocolMessageType('IndependentColorParams', (_message.Message,), {
355
+ 'DESCRIPTOR' : _INDEPENDENTCOLORPARAMS,
356
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
357
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.IndependentColorParams)
358
+ })
359
+ _sym_db.RegisterMessage(IndependentColorParams)
360
+
361
+ Color = _reflection.GeneratedProtocolMessageType('Color', (_message.Message,), {
362
+ 'DESCRIPTOR' : _COLOR,
363
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
364
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.Color)
365
+ })
366
+ _sym_db.RegisterMessage(Color)
367
+
368
+ RippleColorParams = _reflection.GeneratedProtocolMessageType('RippleColorParams', (_message.Message,), {
369
+ 'DESCRIPTOR' : _RIPPLECOLORPARAMS,
370
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
371
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.RippleColorParams)
372
+ })
373
+ _sym_db.RegisterMessage(RippleColorParams)
374
+
375
+ LegJointParams = _reflection.GeneratedProtocolMessageType('LegJointParams', (_message.Message,), {
376
+ 'DESCRIPTOR' : _LEGJOINTPARAMS,
377
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
378
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.LegJointParams)
379
+ })
380
+ _sym_db.RegisterMessage(LegJointParams)
381
+
382
+ StanceShape = _reflection.GeneratedProtocolMessageType('StanceShape', (_message.Message,), {
383
+ 'DESCRIPTOR' : _STANCESHAPE,
384
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
385
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.StanceShape)
386
+ })
387
+ _sym_db.RegisterMessage(StanceShape)
388
+
389
+ SwingPhases = _reflection.GeneratedProtocolMessageType('SwingPhases', (_message.Message,), {
390
+ 'DESCRIPTOR' : _SWINGPHASES,
391
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
392
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.SwingPhases)
393
+ })
394
+ _sym_db.RegisterMessage(SwingPhases)
395
+
396
+ SwingParams = _reflection.GeneratedProtocolMessageType('SwingParams', (_message.Message,), {
397
+ 'DESCRIPTOR' : _SWINGPARAMS,
398
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
399
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.SwingParams)
400
+ })
401
+ _sym_db.RegisterMessage(SwingParams)
402
+
403
+ AnimatedCycleParams = _reflection.GeneratedProtocolMessageType('AnimatedCycleParams', (_message.Message,), {
404
+ 'DESCRIPTOR' : _ANIMATEDCYCLEPARAMS,
405
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
406
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimatedCycleParams)
407
+ })
408
+ _sym_db.RegisterMessage(AnimatedCycleParams)
409
+
410
+ CustomGaitParams = _reflection.GeneratedProtocolMessageType('CustomGaitParams', (_message.Message,), {
411
+ 'DESCRIPTOR' : _CUSTOMGAITPARAMS,
412
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
413
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.CustomGaitParams)
414
+ })
415
+ _sym_db.RegisterMessage(CustomGaitParams)
416
+
417
+ CustomGaitCommand = _reflection.GeneratedProtocolMessageType('CustomGaitCommand', (_message.Message,), {
418
+ 'DESCRIPTOR' : _CUSTOMGAITCOMMAND,
419
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
420
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.CustomGaitCommand)
421
+ })
422
+ _sym_db.RegisterMessage(CustomGaitCommand)
423
+
424
+ CustomGaitCommandLimits = _reflection.GeneratedProtocolMessageType('CustomGaitCommandLimits', (_message.Message,), {
425
+ 'DESCRIPTOR' : _CUSTOMGAITCOMMANDLIMITS,
426
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
427
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.CustomGaitCommandLimits)
428
+ })
429
+ _sym_db.RegisterMessage(CustomGaitCommandLimits)
430
+
431
+ AnimateParams = _reflection.GeneratedProtocolMessageType('AnimateParams', (_message.Message,), {
432
+ 'DESCRIPTOR' : _ANIMATEPARAMS,
433
+ '__module__' : 'bosdyn.api.spot.choreography_params_pb2'
434
+ # @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimateParams)
435
+ })
436
+ _sym_db.RegisterMessage(AnimateParams)
437
+
438
+ if _descriptor._USE_C_DESCRIPTORS == False:
439
+
440
+ DESCRIPTOR._options = None
441
+ DESCRIPTOR._serialized_options = b'B\027ChoreographyParamsProto'
442
+ _JUMPPARAMS.fields_by_name['absolute']._options = None
443
+ _JUMPPARAMS.fields_by_name['absolute']._serialized_options = b'\030\001'
444
+ _STEPPARAMS.fields_by_name['mirror']._options = None
445
+ _STEPPARAMS.fields_by_name['mirror']._serialized_options = b'\030\001'
446
+ _TURNPARAMS.fields_by_name['absolute']._options = None
447
+ _TURNPARAMS.fields_by_name['absolute']._serialized_options = b'\030\001'
448
+ _PIVOT._serialized_start=16983
449
+ _PIVOT._serialized_end=17060
450
+ _EASING._serialized_start=17063
451
+ _EASING._serialized_end=17362
452
+ _ARMMOVEFRAME._serialized_start=17365
453
+ _ARMMOVEFRAME._serialized_end=17579
454
+ _LEG._serialized_start=17581
455
+ _LEG._serialized_end=17708
456
+ _LEDLIGHT._serialized_start=17711
457
+ _LEDLIGHT._serialized_end=17916
458
+ _EULERZYX._serialized_start=121
459
+ _EULERZYX._serialized_end=173
460
+ _EULERZYXVALUE._serialized_start=176
461
+ _EULERZYXVALUE._serialized_end=323
462
+ _EULERRATEZYXVALUE._serialized_start=326
463
+ _EULERRATEZYXVALUE._serialized_end=477
464
+ _BODYHOLDPARAMS._serialized_start=480
465
+ _BODYHOLDPARAMS._serialized_end=693
466
+ _SWAYPARAMS._serialized_start=696
467
+ _SWAYPARAMS._serialized_end=1230
468
+ _SWAYPARAMS_SWAYSTYLE._serialized_start=1048
469
+ _SWAYPARAMS_SWAYSTYLE._serialized_end=1230
470
+ _ARMMOVEPARAMS._serialized_start=1233
471
+ _ARMMOVEPARAMS._serialized_end=1624
472
+ _WORKSPACEARMMOVEPARAMS._serialized_start=1627
473
+ _WORKSPACEARMMOVEPARAMS._serialized_end=1931
474
+ _FIGURE8PARAMS._serialized_start=1934
475
+ _FIGURE8PARAMS._serialized_end=2095
476
+ _GRIPPERPARAMS._serialized_start=2097
477
+ _GRIPPERPARAMS._serialized_end=2202
478
+ _KNEELLEGMOVEPARAMS._serialized_start=2205
479
+ _KNEELLEGMOVEPARAMS._serialized_end=2444
480
+ _KNEELLEGMOVE2PARAMS._serialized_start=2447
481
+ _KNEELLEGMOVE2PARAMS._serialized_end=2860
482
+ _RUNNINGMANPARAMS._serialized_start=2863
483
+ _RUNNINGMANPARAMS._serialized_end=3275
484
+ _HOPPARAMS._serialized_start=3278
485
+ _HOPPARAMS._serialized_end=3428
486
+ _RANDOMROTATEPARAMS._serialized_start=3431
487
+ _RANDOMROTATEPARAMS._serialized_end=3716
488
+ _CRAWLPARAMS._serialized_start=3719
489
+ _CRAWLPARAMS._serialized_end=3930
490
+ _GOTOPARAMS._serialized_start=3933
491
+ _GOTOPARAMS._serialized_end=4210
492
+ _BOURREEPARAMS._serialized_start=4213
493
+ _BOURREEPARAMS._serialized_end=4370
494
+ _SIDEPARAMS._serialized_start=4372
495
+ _SIDEPARAMS._serialized_end=4489
496
+ _SIDEPARAMS_SIDE._serialized_start=4434
497
+ _SIDEPARAMS_SIDE._serialized_end=4489
498
+ _JUMPPARAMS._serialized_start=4492
499
+ _JUMPPARAMS._serialized_end=5284
500
+ _JUMPPARAMS_LEAD._serialized_start=5183
501
+ _JUMPPARAMS_LEAD._serialized_end=5284
502
+ _STEPPARAMS._serialized_start=5287
503
+ _STEPPARAMS._serialized_end=5912
504
+ _ROTATEBODYPARAMS._serialized_start=5914
505
+ _ROTATEBODYPARAMS._serialized_end=6040
506
+ _BUTTCIRCLEPARAMS._serialized_start=6043
507
+ _BUTTCIRCLEPARAMS._serialized_end=6360
508
+ _TWERKPARAMS._serialized_start=6362
509
+ _TWERKPARAMS._serialized_end=6421
510
+ _TURNPARAMS._serialized_start=6424
511
+ _TURNPARAMS._serialized_end=6883
512
+ _PACE2STEPPARAMS._serialized_start=6886
513
+ _PACE2STEPPARAMS._serialized_end=7346
514
+ _CHICKENHEADPARAMS._serialized_start=7349
515
+ _CHICKENHEADPARAMS._serialized_end=7512
516
+ _CLAPPARAMS._serialized_start=7515
517
+ _CLAPPARAMS._serialized_end=7708
518
+ _KNEELCIRCLEPARAMS._serialized_start=7711
519
+ _KNEELCIRCLEPARAMS._serialized_end=8020
520
+ _FRONTUPPARAMS._serialized_start=8022
521
+ _FRONTUPPARAMS._serialized_end=8081
522
+ _FIDGETSTANDPARAMS._serialized_start=8084
523
+ _FIDGETSTANDPARAMS._serialized_end=9063
524
+ _FIDGETSTANDPARAMS_FIDGETPRESET._serialized_start=8910
525
+ _FIDGETSTANDPARAMS_FIDGETPRESET._serialized_end=9063
526
+ _FRAMESNAPSHOTPARAMS._serialized_start=9066
527
+ _FRAMESNAPSHOTPARAMS._serialized_end=9666
528
+ _FRAMESNAPSHOTPARAMS_INCLUSION._serialized_start=9559
529
+ _FRAMESNAPSHOTPARAMS_INCLUSION._serialized_end=9666
530
+ _SETCOLORPARAMS._serialized_start=9669
531
+ _SETCOLORPARAMS._serialized_end=9939
532
+ _FADECOLORPARAMS._serialized_start=9942
533
+ _FADECOLORPARAMS._serialized_end=10157
534
+ _INDEPENDENTCOLORPARAMS._serialized_start=10160
535
+ _INDEPENDENTCOLORPARAMS._serialized_end=10663
536
+ _COLOR._serialized_start=10666
537
+ _COLOR._serialized_end=10805
538
+ _RIPPLECOLORPARAMS._serialized_start=10808
539
+ _RIPPLECOLORPARAMS._serialized_end=11382
540
+ _RIPPLECOLORPARAMS_PATTERN._serialized_start=11094
541
+ _RIPPLECOLORPARAMS_PATTERN._serialized_end=11238
542
+ _RIPPLECOLORPARAMS_LIGHTSIDE._serialized_start=11241
543
+ _RIPPLECOLORPARAMS_LIGHTSIDE._serialized_end=11382
544
+ _LEGJOINTPARAMS._serialized_start=11385
545
+ _LEGJOINTPARAMS._serialized_end=11941
546
+ _STANCESHAPE._serialized_start=11944
547
+ _STANCESHAPE._serialized_end=12232
548
+ _SWINGPHASES._serialized_start=12234
549
+ _SWINGPHASES._serialized_end=12355
550
+ _SWINGPARAMS._serialized_start=12358
551
+ _SWINGPARAMS._serialized_end=12753
552
+ _ANIMATEDCYCLEPARAMS._serialized_start=12756
553
+ _ANIMATEDCYCLEPARAMS._serialized_end=13006
554
+ _CUSTOMGAITPARAMS._serialized_start=13009
555
+ _CUSTOMGAITPARAMS._serialized_end=15507
556
+ _CUSTOMGAITCOMMAND._serialized_start=15510
557
+ _CUSTOMGAITCOMMAND._serialized_end=15712
558
+ _CUSTOMGAITCOMMANDLIMITS._serialized_start=15715
559
+ _CUSTOMGAITCOMMANDLIMITS._serialized_end=15929
560
+ _ANIMATEPARAMS._serialized_start=15932
561
+ _ANIMATEPARAMS._serialized_end=16981
562
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,4 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+