bosdyn-choreography-protos 3.3.1__py3-none-any.whl → 4.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bosdyn_choreography_protos-3.3.1.dist-info → bosdyn_choreography_protos-4.0.0.dist-info}/METADATA +2 -2
- bosdyn_choreography_protos-4.0.0.dist-info/RECORD +4 -0
- {bosdyn_choreography_protos-3.3.1.dist-info → bosdyn_choreography_protos-4.0.0.dist-info}/WHEEL +1 -1
- bosdyn_choreography_protos-4.0.0.dist-info/top_level.txt +1 -0
- bosdyn/__init__.py +0 -1
- bosdyn/api/__init__.py +0 -1
- bosdyn/api/spot/__init__.py +0 -1
- bosdyn/api/spot/choreography_params_pb2.py +0 -562
- bosdyn/api/spot/choreography_params_pb2_grpc.py +0 -4
- bosdyn/api/spot/choreography_sequence_pb2.py +0 -604
- bosdyn/api/spot/choreography_sequence_pb2_grpc.py +0 -4
- bosdyn/api/spot/choreography_service_pb2.py +0 -29
- bosdyn/api/spot/choreography_service_pb2_grpc.py +0 -511
- bosdyn_choreography_protos-3.3.1.dist-info/RECORD +0 -13
- bosdyn_choreography_protos-3.3.1.dist-info/top_level.txt +0 -1
|
@@ -1,604 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# source: bosdyn/api/spot/choreography_sequence.proto
|
|
4
|
-
"""Generated protocol buffer code."""
|
|
5
|
-
from google.protobuf import descriptor as _descriptor
|
|
6
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
-
from google.protobuf import message as _message
|
|
8
|
-
from google.protobuf import reflection as _reflection
|
|
9
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
-
# @@protoc_insertion_point(imports)
|
|
11
|
-
|
|
12
|
-
_sym_db = _symbol_database.Default()
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
|
16
|
-
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
17
|
-
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
18
|
-
from bosdyn.api import geometry_pb2 as bosdyn_dot_api_dot_geometry__pb2
|
|
19
|
-
from bosdyn.api import header_pb2 as bosdyn_dot_api_dot_header__pb2
|
|
20
|
-
from bosdyn.api import lease_pb2 as bosdyn_dot_api_dot_lease__pb2
|
|
21
|
-
from bosdyn.api.spot import choreography_params_pb2 as bosdyn_dot_api_dot_spot_dot_choreography__params__pb2
|
|
22
|
-
from bosdyn.api import data_chunk_pb2 as bosdyn_dot_api_dot_data__chunk__pb2
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+bosdyn/api/spot/choreography_sequence.proto\x12\x0f\x62osdyn.api.spot\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x19\x62osdyn/api/geometry.proto\x1a\x17\x62osdyn/api/header.proto\x1a\x16\x62osdyn/api/lease.proto\x1a)bosdyn/api/spot/choreography_params.proto\x1a\x1b\x62osdyn/api/data_chunk.proto\"@\n\x13ListAllMovesRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"\x87\x01\n\x14ListAllMovesResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12(\n\x05moves\x18\x02 \x03(\x0b\x32\x19.bosdyn.api.spot.MoveInfo\x12\x19\n\x11move_param_config\x18\x03 \x01(\t\"D\n\x17ListAllSequencesRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"\x99\x01\n\x18ListAllSequencesResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x1b\n\x0fknown_sequences\x18\x02 \x03(\tB\x02\x18\x01\x12\x34\n\rsequence_info\x18\x03 \x03(\x0b\x32\x1d.bosdyn.api.spot.SequenceInfo\"\xa1\x02\n\x0cSequenceInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06labels\x18\x02 \x03(\t\x12=\n\x0bsaved_state\x18\x03 \x01(\x0e\x32(.bosdyn.api.spot.SequenceInfo.SavedState\x12=\n\nexit_state\x18\x04 \x01(\x0e\x32).bosdyn.api.spot.MoveInfo.TransitionState\"u\n\nSavedState\x12\x17\n\x13SAVED_STATE_UNKNOWN\x10\x00\x12\x19\n\x15SAVED_STATE_TEMPORARY\x10\x01\x12\x18\n\x14SAVED_STATE_RETAINED\x10\x02\x12\x19\n\x15SAVED_STATE_PERMANENT\x10\x03\"Y\n\x15\x44\x65leteSequenceRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x15\n\rsequence_name\x18\x02 \x01(\t\"\x8c\x02\n\x16\x44\x65leteSequenceResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12>\n\x06status\x18\x02 \x01(\x0e\x32..bosdyn.api.spot.DeleteSequenceResponse.Status\"\x85\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1b\n\x17STATUS_UNKNOWN_SEQUENCE\x10\x02\x12\x1c\n\x18STATUS_ALREADY_TEMPORARY\x10\x03\x12\x1d\n\x19STATUS_PERMANENT_SEQUENCE\x10\x04\"k\n\x13SaveSequenceRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x15\n\rsequence_name\x18\x02 \x01(\t\x12\x12\n\nadd_labels\x18\x03 \x03(\t\"\x85\x02\n\x14SaveSequenceResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12<\n\x06status\x18\x02 \x01(\x0e\x32,.bosdyn.api.spot.SaveSequenceResponse.Status\"\x82\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1b\n\x17STATUS_UNKNOWN_SEQUENCE\x10\x02\x12\x1d\n\x19STATUS_PERMANENT_SEQUENCE\x10\x03\x12\x19\n\x15STATUS_FAILED_TO_SAVE\x10\x04\"\x8c\x01\n\x1dModifyChoreographyInfoRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x15\n\rsequence_name\x18\x02 \x01(\t\x12\x12\n\nadd_labels\x18\x03 \x03(\t\x12\x15\n\rremove_labels\x18\x04 \x03(\t\"\x9b\x02\n\x1eModifyChoreographyInfoResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x46\n\x06status\x18\x02 \x01(\x0e\x32\x36.bosdyn.api.spot.ModifyChoreographyInfoResponse.Status\"\x84\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1b\n\x17STATUS_UNKNOWN_SEQUENCE\x10\x02\x12\x1d\n\x19STATUS_PERMANENT_SEQUENCE\x10\x03\x12\x1b\n\x17STATUS_FAILED_TO_UPDATE\x10\x04\"I\n\x1c\x43learAllSequenceFilesRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"\xdc\x01\n\x1d\x43learAllSequenceFilesResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x45\n\x06status\x18\x02 \x01(\x0e\x32\x35.bosdyn.api.spot.ClearAllSequenceFilesResponse.Status\"H\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1b\n\x17STATUS_FAILED_TO_DELETE\x10\x02\"\xa8\x01\n\x19UploadChoreographyRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x44\n\x15\x63horeography_sequence\x18\x02 \x01(\x0b\x32%.bosdyn.api.spot.ChoreographySequence\x12\x1a\n\x12non_strict_parsing\x18\x03 \x01(\x08\"Z\n\x1aUploadChoreographyResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x10\n\x08warnings\x18\x03 \x03(\t\"\xbb\x01\n\x19UploadAnimatedMoveRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12@\n\x1a\x61nimated_move_generated_id\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x31\n\ranimated_move\x18\x02 \x01(\x0b\x32\x1a.bosdyn.api.spot.Animation\"\x8d\x02\n\x1aUploadAnimatedMoveResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x42\n\x06status\x18\x02 \x01(\x0e\x32\x32.bosdyn.api.spot.UploadAnimatedMoveResponse.Status\x12\x10\n\x08warnings\x18\x03 \x03(\t\"m\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12&\n\"STATUS_ANIMATION_VALIDATION_FAILED\x10\x02\x12\x18\n\x14STATUS_PING_RESPONSE\x10\x03\"\xe2\x01\n\x1a\x45xecuteChoreographyRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\"\n\x1a\x63horeography_sequence_name\x18\x02 \x01(\t\x12.\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12#\n\x1b\x63horeography_starting_slice\x18\x04 \x01(\x01\x12 \n\x05lease\x18\x06 \x01(\x0b\x32\x11.bosdyn.api.Lease\"\xeb\x02\n\x1b\x45xecuteChoreographyResponse\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\x43\n\x06status\x18\x03 \x01(\x0e\x32\x33.bosdyn.api.spot.ExecuteChoreographyResponse.Status\x12\x14\n\x0c\x65xecution_id\x18\x04 \x01(\x05\"\x8e\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12(\n$STATUS_INVALID_UPLOADED_CHOREOGRAPHY\x10\x02\x12\x1f\n\x1bSTATUS_ROBOT_COMMAND_ISSUES\x10\x03\x12\x16\n\x12STATUS_LEASE_ERROR\x10\x04\"\xa5\x01\n\x1aStartRecordingStateRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12>\n\x1b\x63ontinue_recording_duration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x1c\n\x14recording_session_id\x18\x03 \x01(\x04\"\xa4\x02\n\x1bStartRecordingStateResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x43\n\x06status\x18\x02 \x01(\x0e\x32\x33.bosdyn.api.spot.StartRecordingStateResponse.Status\x12\x1c\n\x14recording_session_id\x18\x03 \x01(\x04\"v\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\'\n#STATUS_UNKNOWN_RECORDING_SESSION_ID\x10\x02\x12 \n\x1cSTATUS_RECORDING_BUFFER_FULL\x10\x03\"F\n\x19StopRecordingStateRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"H\n\x1aStopRecordingStateResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\"\xe8\x01\n\x1c\x44ownloadRobotStateLogRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12G\n\x08log_type\x18\x02 \x01(\x0e\x32\x35.bosdyn.api.spot.DownloadRobotStateLogRequest.LogType\"T\n\x07LogType\x12\x14\n\x10LOG_TYPE_UNKNOWN\x10\x00\x12\x13\n\x0fLOG_TYPE_MANUAL\x10\x01\x12\x1e\n\x1aLOG_TYPE_LAST_CHOREOGRAPHY\x10\x02\"\xa5\x02\n\x0cLoggedJoints\x12+\n\x02\x66l\x18\x01 \x01(\x0b\x32\x1f.bosdyn.api.spot.LegJointAngles\x12+\n\x02\x66r\x18\x02 \x01(\x0b\x32\x1f.bosdyn.api.spot.LegJointAngles\x12+\n\x02hl\x18\x03 \x01(\x0b\x32\x1f.bosdyn.api.spot.LegJointAngles\x12+\n\x02hr\x18\x04 \x01(\x0b\x32\x1f.bosdyn.api.spot.LegJointAngles\x12,\n\x03\x61rm\x18\x05 \x01(\x0b\x32\x1f.bosdyn.api.spot.ArmJointAngles\x12\x33\n\rgripper_angle\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"d\n\x12LoggedFootContacts\x12\x12\n\nfr_contact\x18\x01 \x01(\x08\x12\x12\n\nfl_contact\x18\x02 \x01(\x08\x12\x12\n\nhr_contact\x18\x03 \x01(\x08\x12\x12\n\nhl_contact\x18\x04 \x01(\x08\"\xed\x01\n\x13LoggedStateKeyFrame\x12\x33\n\x0cjoint_angles\x18\x01 \x01(\x0b\x32\x1d.bosdyn.api.spot.LoggedJoints\x12?\n\x12\x66oot_contact_state\x18\x04 \x01(\x0b\x32#.bosdyn.api.spot.LoggedFootContacts\x12\x31\n\x14\x61nimation_tform_body\x18\x02 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\x12-\n\ttimestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"P\n\x14\x43horeographyStateLog\x12\x38\n\nkey_frames\x18\x01 \x03(\x0b\x32$.bosdyn.api.spot.LoggedStateKeyFrame\"\xa5\x02\n\x1d\x44ownloadRobotStateLogResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x45\n\x06status\x18\x02 \x01(\x0e\x32\x35.bosdyn.api.spot.DownloadRobotStateLogResponse.Status\x12$\n\x05\x63hunk\x18\x03 \x01(\x0b\x32\x15.bosdyn.api.DataChunk\"k\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\"\n\x1eSTATUS_NO_RECORDED_INFORMATION\x10\x02\x12\x1a\n\x16STATUS_INCOMPLETE_DATA\x10\x03\"\xc2\x11\n\nMoveParams\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x13\n\x0bstart_slice\x18\x02 \x01(\x05\x12\x18\n\x10requested_slices\x18\x03 \x01(\x05\x12\n\n\x02id\x18\x04 \x01(\x05\x12\x32\n\x0bjump_params\x18\x0b \x01(\x0b\x32\x1b.bosdyn.api.spot.JumpParamsH\x00\x12?\n\x12rotate_body_params\x18\x0c \x01(\x0b\x32!.bosdyn.api.spot.RotateBodyParamsH\x00\x12\x32\n\x0bstep_params\x18\r \x01(\x0b\x32\x1b.bosdyn.api.spot.StepParamsH\x00\x12?\n\x12\x62utt_circle_params\x18\x0e \x01(\x0b\x32!.bosdyn.api.spot.ButtCircleParamsH\x00\x12\x32\n\x0bturn_params\x18\x0f \x01(\x0b\x32\x1b.bosdyn.api.spot.TurnParamsH\x00\x12=\n\x11pace_2step_params\x18\x10 \x01(\x0b\x32 .bosdyn.api.spot.Pace2StepParamsH\x00\x12\x34\n\x0ctwerk_params\x18\x11 \x01(\x0b\x32\x1c.bosdyn.api.spot.TwerkParamsH\x00\x12\x41\n\x13\x63hicken_head_params\x18\x12 \x01(\x0b\x32\".bosdyn.api.spot.ChickenHeadParamsH\x00\x12\x32\n\x0b\x63lap_params\x18\x13 \x01(\x0b\x32\x1b.bosdyn.api.spot.ClapParamsH\x00\x12\x39\n\x0f\x66ront_up_params\x18\x14 \x01(\x0b\x32\x1e.bosdyn.api.spot.FrontUpParamsH\x00\x12\x32\n\x0bsway_params\x18\x15 \x01(\x0b\x32\x1b.bosdyn.api.spot.SwayParamsH\x00\x12;\n\x10\x62ody_hold_params\x18\x16 \x01(\x0b\x32\x1f.bosdyn.api.spot.BodyHoldParamsH\x00\x12\x39\n\x0f\x61rm_move_params\x18\x17 \x01(\x0b\x32\x1e.bosdyn.api.spot.ArmMoveParamsH\x00\x12\x44\n\x15kneel_leg_move_params\x18\x18 \x01(\x0b\x32#.bosdyn.api.spot.KneelLegMoveParamsH\x00\x12?\n\x12running_man_params\x18\x19 \x01(\x0b\x32!.bosdyn.api.spot.RunningManParamsH\x00\x12\x41\n\x13kneel_circle_params\x18\x1a \x01(\x0b\x32\".bosdyn.api.spot.KneelCircleParamsH\x00\x12\x38\n\x0egripper_params\x18\x1b \x01(\x0b\x32\x1e.bosdyn.api.spot.GripperParamsH\x00\x12\x30\n\nhop_params\x18\x1c \x01(\x0b\x32\x1a.bosdyn.api.spot.HopParamsH\x00\x12\x43\n\x14random_rotate_params\x18\x1d \x01(\x0b\x32#.bosdyn.api.spot.RandomRotateParamsH\x00\x12\x34\n\x0c\x63rawl_params\x18\x1e \x01(\x0b\x32\x1c.bosdyn.api.spot.CrawlParamsH\x00\x12\x32\n\x0bside_params\x18\x1f \x01(\x0b\x32\x1b.bosdyn.api.spot.SideParamsH\x00\x12\x38\n\x0e\x62ourree_params\x18 \x01(\x0b\x32\x1e.bosdyn.api.spot.BourreeParamsH\x00\x12L\n\x19workspace_arm_move_params\x18! \x01(\x0b\x32\'.bosdyn.api.spot.WorkspaceArmMoveParamsH\x00\x12\x38\n\x0e\x66igure8_params\x18\" \x01(\x0b\x32\x1e.bosdyn.api.spot.Figure8ParamsH\x00\x12\x46\n\x16kneel_leg_move2_params\x18# \x01(\x0b\x32$.bosdyn.api.spot.KneelLegMove2ParamsH\x00\x12\x41\n\x13\x66idget_stand_params\x18$ \x01(\x0b\x32\".bosdyn.api.spot.FidgetStandParamsH\x00\x12\x32\n\x0bgoto_params\x18% \x01(\x0b\x32\x1b.bosdyn.api.spot.GotoParamsH\x00\x12\x45\n\x15\x66rame_snapshot_params\x18& \x01(\x0b\x32$.bosdyn.api.spot.FrameSnapshotParamsH\x00\x12;\n\x10set_color_params\x18\' \x01(\x0b\x32\x1f.bosdyn.api.spot.SetColorParamsH\x00\x12\x41\n\x13ripple_color_params\x18( \x01(\x0b\x32\".bosdyn.api.spot.RippleColorParamsH\x00\x12=\n\x11\x66\x61\x64\x65_color_params\x18) \x01(\x0b\x32 .bosdyn.api.spot.FadeColorParamsH\x00\x12K\n\x18independent_color_params\x18* \x01(\x0b\x32\'.bosdyn.api.spot.IndependentColorParamsH\x00\x12?\n\x12\x63ustom_gait_params\x18+ \x01(\x0b\x32!.bosdyn.api.spot.CustomGaitParamsH\x00\x12;\n\x10leg_joint_params\x18\x64 \x01(\x0b\x32\x1f.bosdyn.api.spot.LegJointParamsH\x00\x12\x39\n\x0e\x61nimate_params\x18\xe8\x07 \x01(\x0b\x32\x1e.bosdyn.api.spot.AnimateParamsH\x00\x42\x08\n\x06params\"\x7f\n\x0bMoveCommand\x12\x11\n\tmove_type\x18\x01 \x01(\t\x12\x0f\n\x07move_id\x18\x02 \x01(\x05\x12\x41\n\x13\x63ustom_gait_command\x18\x03 \x01(\x0b\x32\".bosdyn.api.spot.CustomGaitCommandH\x00\x42\t\n\x07\x63ommand\"\xcf\x01\n\x1a\x43horeographyCommandRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12.\n\x08\x63ommands\x18\x02 \x03(\x0b\x32\x1c.bosdyn.api.spot.MoveCommand\x12 \n\x05lease\x18\x03 \x01(\x0b\x32\x11.bosdyn.api.Lease\x12\x34\n\x10\x63ommand_end_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x86\x03\n\x1b\x43horeographyCommandResponse\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\x43\n\x06status\x18\x03 \x03(\x0e\x32\x33.bosdyn.api.spot.ChoreographyCommandResponse.Status\"\xbf\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12%\n!STATUS_ACCEPTED_WITH_MODIFICATION\x10\x02\x12\x16\n\x12STATUS_LEASE_ERROR\x10\x03\x12\x1b\n\x17STATUS_NO_MATCHING_MOVE\x10\x04\x12\x1a\n\x16STATUS_INVALID_COMMAND\x10\x05\x12\x1a\n\x16STATUS_ALREADY_EXPIRED\x10\x06\"\x94\x06\n\x08MoveInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1a\n\x12move_length_slices\x18\x02 \x01(\x05\x12\x18\n\x10move_length_time\x18\x0f \x01(\x01\x12\x15\n\ris_extendable\x18\x03 \x01(\x08\x12\x1e\n\x16min_move_length_slices\x18\r \x01(\x05\x12\x1e\n\x16max_move_length_slices\x18\x0e \x01(\x05\x12\x10\n\x08min_time\x18\x06 \x01(\x01\x12\x10\n\x08max_time\x18\x07 \x01(\x01\x12\x42\n\x0f\x65ntrance_states\x18\x04 \x03(\x0e\x32).bosdyn.api.spot.MoveInfo.TransitionState\x12=\n\nexit_state\x18\x05 \x01(\x0e\x32).bosdyn.api.spot.MoveInfo.TransitionState\x12\x14\n\x0c\x63ontrols_arm\x18\x08 \x01(\x08\x12\x15\n\rcontrols_legs\x18\t \x01(\x08\x12\x15\n\rcontrols_body\x18\n \x01(\x08\x12\x18\n\x10\x63ontrols_gripper\x18\x0c \x01(\x08\x12\x17\n\x0f\x63ontrols_lights\x18\x11 \x01(\x08\x12\x1c\n\x14\x63ontrols_annotations\x18\x12 \x01(\x08\x12\x12\n\nis_looping\x18\x13 \x01(\x08\x12:\n\x07\x64isplay\x18\x0b \x01(\x0b\x32).bosdyn.api.spot.ChoreographerDisplayInfo\x12@\n\x1a\x61nimated_move_generated_id\x18\x10 \x01(\x0b\x32\x1c.google.protobuf.StringValue\"\x9e\x01\n\x0fTransitionState\x12\x1c\n\x18TRANSITION_STATE_UNKNOWN\x10\x00\x12\x1a\n\x16TRANSITION_STATE_STAND\x10\x01\x12\x1a\n\x16TRANSITION_STATE_KNEEL\x10\x02\x12\x18\n\x14TRANSITION_STATE_SIT\x10\x03\x12\x1b\n\x17TRANSITION_STATE_SPRAWL\x10\x04\"\x81\x04\n\x18\x43horeographerDisplayInfo\x12>\n\x05\x63olor\x18\x01 \x01(\x0b\x32/.bosdyn.api.spot.ChoreographerDisplayInfo.Color\x12\x0f\n\x07markers\x18\r \x03(\x05\x12\x13\n\x0b\x64\x65scription\x18\x0e \x01(\t\x12\r\n\x05image\x18\x0f \x01(\t\x12\x44\n\x08\x63\x61tegory\x18\x10 \x01(\x0e\x32\x32.bosdyn.api.spot.ChoreographerDisplayInfo.Category\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\"\xf4\x01\n\x08\x43\x61tegory\x12\x14\n\x10\x43\x41TEGORY_UNKNOWN\x10\x00\x12\x11\n\rCATEGORY_BODY\x10\x01\x12\x11\n\rCATEGORY_STEP\x10\x02\x12\x14\n\x10\x43\x41TEGORY_DYNAMIC\x10\x03\x12\x17\n\x13\x43\x41TEGORY_TRANSITION\x10\x04\x12\x12\n\x0e\x43\x41TEGORY_KNEEL\x10\x05\x12\x10\n\x0c\x43\x41TEGORY_ARM\x10\x06\x12\x16\n\x12\x43\x41TEGORY_ANIMATION\x10\x07\x12\x10\n\x0c\x43\x41TEGORY_MPC\x10\x08\x12\x13\n\x0f\x43\x41TEGORY_LIGHTS\x10\t\x12\x18\n\x14\x43\x41TEGORY_ANNOTATIONS\x10\n\"\xec\x01\n\x14\x43horeographySequence\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x19\n\x11slices_per_minute\x18\x02 \x01(\x01\x12*\n\x05moves\x18\x03 \x03(\x0b\x32\x1b.bosdyn.api.spot.MoveParams\x12<\n\x11\x63horeography_info\x18\x04 \x01(\x0b\x32!.bosdyn.api.spot.ChoreographyInfo\x12\x41\n\x0e\x65ntrance_state\x18\x05 \x01(\x0e\x32).bosdyn.api.spot.MoveInfo.TransitionState\"\"\n\x10\x43horeographyInfo\x12\x0e\n\x06labels\x18\x04 \x03(\t\"\xaa\x01\n\x11\x43horeographerSave\x12\x44\n\x15\x63horeography_sequence\x18\x01 \x01(\x0b\x32%.bosdyn.api.spot.ChoreographySequence\x12\x12\n\nmusic_file\x18\x02 \x01(\t\x12\x19\n\x11music_start_slice\x18\x03 \x01(\x01\x12 \n\x18\x63horeography_start_slice\x18\x04 \x01(\x01\"\xb0\x07\n\tAnimation\x12\x0c\n\x04name\x18\x01 \x01(\t\x12?\n\x13\x61nimation_keyframes\x18\x02 \x03(\x0b\x32\".bosdyn.api.spot.AnimationKeyframe\x12\x14\n\x0c\x63ontrols_arm\x18\x03 \x01(\x08\x12\x15\n\rcontrols_legs\x18\x04 \x01(\x08\x12\x15\n\rcontrols_body\x18\x05 \x01(\x08\x12\x18\n\x10\x63ontrols_gripper\x18\x06 \x01(\x08\x12 \n\x18track_swing_trajectories\x18\x10 \x01(\x08\x12\"\n\x1a\x61ssume_zero_roll_and_pitch\x18\x13 \x01(\x08\x12<\n\x0c\x61rm_playback\x18\x11 \x01(\x0e\x32&.bosdyn.api.spot.Animation.ArmPlayback\x12\x0b\n\x03\x62pm\x18\x07 \x01(\x01\x12 \n\x18retime_to_integer_slices\x18\x08 \x01(\x08\x12:\n\x12minimum_parameters\x18\t \x01(\x0b\x32\x1e.bosdyn.api.spot.AnimateParams\x12:\n\x12\x64\x65\x66\x61ult_parameters\x18\n \x01(\x0b\x32\x1e.bosdyn.api.spot.AnimateParams\x12:\n\x12maximum_parameters\x18\x0b \x01(\x0b\x32\x1e.bosdyn.api.spot.AnimateParams\x12\x13\n\x0btruncatable\x18\x0c \x01(\x08\x12\x12\n\nextendable\x18\r \x01(\x08\x12\x15\n\rneutral_start\x18\x0e \x01(\x08\x12\x15\n\rprecise_steps\x18\x0f \x01(\x08\x12\x1a\n\x0eprecise_timing\x18\x12 \x01(\x08\x42\x02\x18\x01\x12\x1c\n\x14timing_adjustability\x18\x17 \x01(\x01\x12\x14\n\x0c\x61rm_required\x18\x14 \x01(\x08\x12\x16\n\x0e\x61rm_prohibited\x18\x16 \x01(\x08\x12\x12\n\nno_looping\x18\x15 \x01(\x08\x12\x16\n\x0estarts_sitting\x18\x18 \x01(\x08\x12\x19\n\x11\x63ustom_gait_cycle\x18\x1b \x01(\x08\"\x88\x01\n\x0b\x41rmPlayback\x12\x18\n\x14\x41RM_PLAYBACK_DEFAULT\x10\x00\x12\x1b\n\x17\x41RM_PLAYBACK_JOINTSPACE\x10\x01\x12\x1a\n\x16\x41RM_PLAYBACK_WORKSPACE\x10\x02\x12&\n\"ARM_PLAYBACK_WORKSPACE_DANCE_FRAME\x10\x03\"\xd5\x01\n\x11\x41nimationKeyframe\x12\x0c\n\x04time\x18\x01 \x01(\x01\x12\x30\n\x07gripper\x18\x02 \x01(\x0b\x32\x1f.bosdyn.api.spot.AnimateGripper\x12(\n\x03\x61rm\x18\x03 \x01(\x0b\x32\x1b.bosdyn.api.spot.AnimateArm\x12*\n\x04\x62ody\x18\x04 \x01(\x0b\x32\x1c.bosdyn.api.spot.AnimateBody\x12*\n\x04legs\x18\x05 \x01(\x0b\x32\x1c.bosdyn.api.spot.AnimateLegs\"E\n\x0e\x41nimateGripper\x12\x33\n\rgripper_angle\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\xb2\x02\n\nAnimateArm\x12\x37\n\x0cjoint_angles\x18\x01 \x01(\x0b\x32\x1f.bosdyn.api.spot.ArmJointAnglesH\x00\x12\x39\n\thand_pose\x18\x02 \x01(\x0b\x32$.bosdyn.api.spot.AnimateArm.HandPoseH\x00\x1a\xa8\x01\n\x08HandPose\x12\'\n\x08position\x18\x01 \x01(\x0b\x32\x15.bosdyn.api.Vec3Value\x12\x36\n\x0c\x65uler_angles\x18\x03 \x01(\x0b\x32\x1e.bosdyn.api.spot.EulerZYXValueH\x00\x12,\n\nquaternion\x18\x04 \x01(\x0b\x32\x16.bosdyn.api.QuaternionH\x00\x42\r\n\x0borientationB\x05\n\x03\x61rm\"\xb0\x02\n\x0e\x41rmJointAngles\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\"\xe3\x01\n\x0b\x41nimateBody\x12)\n\x08\x62ody_pos\x18\x01 \x01(\x0b\x32\x15.bosdyn.api.Vec3ValueH\x00\x12(\n\x07\x63om_pos\x18\x02 \x01(\x0b\x32\x15.bosdyn.api.Vec3ValueH\x00\x12\x36\n\x0c\x65uler_angles\x18\x03 \x01(\x0b\x32\x1e.bosdyn.api.spot.EulerZYXValueH\x01\x12,\n\nquaternion\x18\x04 \x01(\x0b\x32\x16.bosdyn.api.QuaternionH\x01\x42\n\n\x08positionB\r\n\x0borientation\"\xc9\x01\n\x0b\x41nimateLegs\x12-\n\x02\x66l\x18\x01 \x01(\x0b\x32!.bosdyn.api.spot.AnimateSingleLeg\x12-\n\x02\x66r\x18\x02 \x01(\x0b\x32!.bosdyn.api.spot.AnimateSingleLeg\x12-\n\x02hl\x18\x03 \x01(\x0b\x32!.bosdyn.api.spot.AnimateSingleLeg\x12-\n\x02hr\x18\x04 \x01(\x0b\x32!.bosdyn.api.spot.AnimateSingleLeg\"\xa9\x01\n\x10\x41nimateSingleLeg\x12\x37\n\x0cjoint_angles\x18\x01 \x01(\x0b\x32\x1f.bosdyn.api.spot.LegJointAnglesH\x00\x12)\n\x08\x66oot_pos\x18\x02 \x01(\x0b\x32\x15.bosdyn.api.Vec3ValueH\x00\x12*\n\x06stance\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x05\n\x03leg\"<\n\x0eLegJointAngles\x12\r\n\x05hip_x\x18\x01 \x01(\x01\x12\r\n\x05hip_y\x18\x02 \x01(\x01\x12\x0c\n\x04knee\x18\x03 \x01(\x01\"\x99\x01\n\nActiveMove\x12)\n\x04move\x18\x01 \x01(\x0b\x32\x1b.bosdyn.api.spot.MoveParams\x12N\n\x1a\x63ustom_gait_command_limits\x18\x02 \x01(\x0b\x32(.bosdyn.api.spot.CustomGaitCommandLimitsH\x00\x42\x10\n\x0e\x63ommand_limits\"F\n\x19\x43horeographyStatusRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"\xd2\x04\n\x1a\x43horeographyStatusResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x42\n\x06status\x18\x02 \x01(\x0e\x32\x32.bosdyn.api.spot.ChoreographyStatusResponse.Status\x12\x14\n\x0c\x65xecution_id\x18\x03 \x01(\x05\x12\x15\n\rcurrent_slice\x18\x04 \x01(\x01\x12\x31\n\x0c\x61\x63tive_moves\x18\x05 \x03(\x0b\x32\x1b.bosdyn.api.spot.ActiveMove\x12\x17\n\x0fsequence_slices\x18\x06 \x01(\x05\x12\"\n\x1asequence_slices_per_minute\x18\x07 \x01(\x01\x12\x31\n\rvalidity_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xf3\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x12\n\x0eSTATUS_DANCING\x10\x01\x12\x1d\n\x19STATUS_COMPLETED_SEQUENCE\x10\x02\x12\x13\n\x0fSTATUS_PREPPING\x10\x03\x12!\n\x1dSTATUS_WAITING_FOR_START_TIME\x10\x04\x12\x15\n\x11STATUS_VALIDATING\x10\x05\x12\x16\n\x12STATUS_INTERRUPTED\x10\x06\x12\x11\n\rSTATUS_FALLEN\x10\x07\x12\x16\n\x12STATUS_POWERED_OFF\x10\x08\x12\x10\n\x0cSTATUS_OTHER\x10\tB\x13\x42\x11\x43horeographyProtob\x06proto3')
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
_LISTALLMOVESREQUEST = DESCRIPTOR.message_types_by_name['ListAllMovesRequest']
|
|
30
|
-
_LISTALLMOVESRESPONSE = DESCRIPTOR.message_types_by_name['ListAllMovesResponse']
|
|
31
|
-
_LISTALLSEQUENCESREQUEST = DESCRIPTOR.message_types_by_name['ListAllSequencesRequest']
|
|
32
|
-
_LISTALLSEQUENCESRESPONSE = DESCRIPTOR.message_types_by_name['ListAllSequencesResponse']
|
|
33
|
-
_SEQUENCEINFO = DESCRIPTOR.message_types_by_name['SequenceInfo']
|
|
34
|
-
_DELETESEQUENCEREQUEST = DESCRIPTOR.message_types_by_name['DeleteSequenceRequest']
|
|
35
|
-
_DELETESEQUENCERESPONSE = DESCRIPTOR.message_types_by_name['DeleteSequenceResponse']
|
|
36
|
-
_SAVESEQUENCEREQUEST = DESCRIPTOR.message_types_by_name['SaveSequenceRequest']
|
|
37
|
-
_SAVESEQUENCERESPONSE = DESCRIPTOR.message_types_by_name['SaveSequenceResponse']
|
|
38
|
-
_MODIFYCHOREOGRAPHYINFOREQUEST = DESCRIPTOR.message_types_by_name['ModifyChoreographyInfoRequest']
|
|
39
|
-
_MODIFYCHOREOGRAPHYINFORESPONSE = DESCRIPTOR.message_types_by_name['ModifyChoreographyInfoResponse']
|
|
40
|
-
_CLEARALLSEQUENCEFILESREQUEST = DESCRIPTOR.message_types_by_name['ClearAllSequenceFilesRequest']
|
|
41
|
-
_CLEARALLSEQUENCEFILESRESPONSE = DESCRIPTOR.message_types_by_name['ClearAllSequenceFilesResponse']
|
|
42
|
-
_UPLOADCHOREOGRAPHYREQUEST = DESCRIPTOR.message_types_by_name['UploadChoreographyRequest']
|
|
43
|
-
_UPLOADCHOREOGRAPHYRESPONSE = DESCRIPTOR.message_types_by_name['UploadChoreographyResponse']
|
|
44
|
-
_UPLOADANIMATEDMOVEREQUEST = DESCRIPTOR.message_types_by_name['UploadAnimatedMoveRequest']
|
|
45
|
-
_UPLOADANIMATEDMOVERESPONSE = DESCRIPTOR.message_types_by_name['UploadAnimatedMoveResponse']
|
|
46
|
-
_EXECUTECHOREOGRAPHYREQUEST = DESCRIPTOR.message_types_by_name['ExecuteChoreographyRequest']
|
|
47
|
-
_EXECUTECHOREOGRAPHYRESPONSE = DESCRIPTOR.message_types_by_name['ExecuteChoreographyResponse']
|
|
48
|
-
_STARTRECORDINGSTATEREQUEST = DESCRIPTOR.message_types_by_name['StartRecordingStateRequest']
|
|
49
|
-
_STARTRECORDINGSTATERESPONSE = DESCRIPTOR.message_types_by_name['StartRecordingStateResponse']
|
|
50
|
-
_STOPRECORDINGSTATEREQUEST = DESCRIPTOR.message_types_by_name['StopRecordingStateRequest']
|
|
51
|
-
_STOPRECORDINGSTATERESPONSE = DESCRIPTOR.message_types_by_name['StopRecordingStateResponse']
|
|
52
|
-
_DOWNLOADROBOTSTATELOGREQUEST = DESCRIPTOR.message_types_by_name['DownloadRobotStateLogRequest']
|
|
53
|
-
_LOGGEDJOINTS = DESCRIPTOR.message_types_by_name['LoggedJoints']
|
|
54
|
-
_LOGGEDFOOTCONTACTS = DESCRIPTOR.message_types_by_name['LoggedFootContacts']
|
|
55
|
-
_LOGGEDSTATEKEYFRAME = DESCRIPTOR.message_types_by_name['LoggedStateKeyFrame']
|
|
56
|
-
_CHOREOGRAPHYSTATELOG = DESCRIPTOR.message_types_by_name['ChoreographyStateLog']
|
|
57
|
-
_DOWNLOADROBOTSTATELOGRESPONSE = DESCRIPTOR.message_types_by_name['DownloadRobotStateLogResponse']
|
|
58
|
-
_MOVEPARAMS = DESCRIPTOR.message_types_by_name['MoveParams']
|
|
59
|
-
_MOVECOMMAND = DESCRIPTOR.message_types_by_name['MoveCommand']
|
|
60
|
-
_CHOREOGRAPHYCOMMANDREQUEST = DESCRIPTOR.message_types_by_name['ChoreographyCommandRequest']
|
|
61
|
-
_CHOREOGRAPHYCOMMANDRESPONSE = DESCRIPTOR.message_types_by_name['ChoreographyCommandResponse']
|
|
62
|
-
_MOVEINFO = DESCRIPTOR.message_types_by_name['MoveInfo']
|
|
63
|
-
_CHOREOGRAPHERDISPLAYINFO = DESCRIPTOR.message_types_by_name['ChoreographerDisplayInfo']
|
|
64
|
-
_CHOREOGRAPHERDISPLAYINFO_COLOR = _CHOREOGRAPHERDISPLAYINFO.nested_types_by_name['Color']
|
|
65
|
-
_CHOREOGRAPHYSEQUENCE = DESCRIPTOR.message_types_by_name['ChoreographySequence']
|
|
66
|
-
_CHOREOGRAPHYINFO = DESCRIPTOR.message_types_by_name['ChoreographyInfo']
|
|
67
|
-
_CHOREOGRAPHERSAVE = DESCRIPTOR.message_types_by_name['ChoreographerSave']
|
|
68
|
-
_ANIMATION = DESCRIPTOR.message_types_by_name['Animation']
|
|
69
|
-
_ANIMATIONKEYFRAME = DESCRIPTOR.message_types_by_name['AnimationKeyframe']
|
|
70
|
-
_ANIMATEGRIPPER = DESCRIPTOR.message_types_by_name['AnimateGripper']
|
|
71
|
-
_ANIMATEARM = DESCRIPTOR.message_types_by_name['AnimateArm']
|
|
72
|
-
_ANIMATEARM_HANDPOSE = _ANIMATEARM.nested_types_by_name['HandPose']
|
|
73
|
-
_ARMJOINTANGLES = DESCRIPTOR.message_types_by_name['ArmJointAngles']
|
|
74
|
-
_ANIMATEBODY = DESCRIPTOR.message_types_by_name['AnimateBody']
|
|
75
|
-
_ANIMATELEGS = DESCRIPTOR.message_types_by_name['AnimateLegs']
|
|
76
|
-
_ANIMATESINGLELEG = DESCRIPTOR.message_types_by_name['AnimateSingleLeg']
|
|
77
|
-
_LEGJOINTANGLES = DESCRIPTOR.message_types_by_name['LegJointAngles']
|
|
78
|
-
_ACTIVEMOVE = DESCRIPTOR.message_types_by_name['ActiveMove']
|
|
79
|
-
_CHOREOGRAPHYSTATUSREQUEST = DESCRIPTOR.message_types_by_name['ChoreographyStatusRequest']
|
|
80
|
-
_CHOREOGRAPHYSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['ChoreographyStatusResponse']
|
|
81
|
-
_SEQUENCEINFO_SAVEDSTATE = _SEQUENCEINFO.enum_types_by_name['SavedState']
|
|
82
|
-
_DELETESEQUENCERESPONSE_STATUS = _DELETESEQUENCERESPONSE.enum_types_by_name['Status']
|
|
83
|
-
_SAVESEQUENCERESPONSE_STATUS = _SAVESEQUENCERESPONSE.enum_types_by_name['Status']
|
|
84
|
-
_MODIFYCHOREOGRAPHYINFORESPONSE_STATUS = _MODIFYCHOREOGRAPHYINFORESPONSE.enum_types_by_name['Status']
|
|
85
|
-
_CLEARALLSEQUENCEFILESRESPONSE_STATUS = _CLEARALLSEQUENCEFILESRESPONSE.enum_types_by_name['Status']
|
|
86
|
-
_UPLOADANIMATEDMOVERESPONSE_STATUS = _UPLOADANIMATEDMOVERESPONSE.enum_types_by_name['Status']
|
|
87
|
-
_EXECUTECHOREOGRAPHYRESPONSE_STATUS = _EXECUTECHOREOGRAPHYRESPONSE.enum_types_by_name['Status']
|
|
88
|
-
_STARTRECORDINGSTATERESPONSE_STATUS = _STARTRECORDINGSTATERESPONSE.enum_types_by_name['Status']
|
|
89
|
-
_DOWNLOADROBOTSTATELOGREQUEST_LOGTYPE = _DOWNLOADROBOTSTATELOGREQUEST.enum_types_by_name['LogType']
|
|
90
|
-
_DOWNLOADROBOTSTATELOGRESPONSE_STATUS = _DOWNLOADROBOTSTATELOGRESPONSE.enum_types_by_name['Status']
|
|
91
|
-
_CHOREOGRAPHYCOMMANDRESPONSE_STATUS = _CHOREOGRAPHYCOMMANDRESPONSE.enum_types_by_name['Status']
|
|
92
|
-
_MOVEINFO_TRANSITIONSTATE = _MOVEINFO.enum_types_by_name['TransitionState']
|
|
93
|
-
_CHOREOGRAPHERDISPLAYINFO_CATEGORY = _CHOREOGRAPHERDISPLAYINFO.enum_types_by_name['Category']
|
|
94
|
-
_ANIMATION_ARMPLAYBACK = _ANIMATION.enum_types_by_name['ArmPlayback']
|
|
95
|
-
_CHOREOGRAPHYSTATUSRESPONSE_STATUS = _CHOREOGRAPHYSTATUSRESPONSE.enum_types_by_name['Status']
|
|
96
|
-
ListAllMovesRequest = _reflection.GeneratedProtocolMessageType('ListAllMovesRequest', (_message.Message,), {
|
|
97
|
-
'DESCRIPTOR' : _LISTALLMOVESREQUEST,
|
|
98
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
99
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ListAllMovesRequest)
|
|
100
|
-
})
|
|
101
|
-
_sym_db.RegisterMessage(ListAllMovesRequest)
|
|
102
|
-
|
|
103
|
-
ListAllMovesResponse = _reflection.GeneratedProtocolMessageType('ListAllMovesResponse', (_message.Message,), {
|
|
104
|
-
'DESCRIPTOR' : _LISTALLMOVESRESPONSE,
|
|
105
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
106
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ListAllMovesResponse)
|
|
107
|
-
})
|
|
108
|
-
_sym_db.RegisterMessage(ListAllMovesResponse)
|
|
109
|
-
|
|
110
|
-
ListAllSequencesRequest = _reflection.GeneratedProtocolMessageType('ListAllSequencesRequest', (_message.Message,), {
|
|
111
|
-
'DESCRIPTOR' : _LISTALLSEQUENCESREQUEST,
|
|
112
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
113
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ListAllSequencesRequest)
|
|
114
|
-
})
|
|
115
|
-
_sym_db.RegisterMessage(ListAllSequencesRequest)
|
|
116
|
-
|
|
117
|
-
ListAllSequencesResponse = _reflection.GeneratedProtocolMessageType('ListAllSequencesResponse', (_message.Message,), {
|
|
118
|
-
'DESCRIPTOR' : _LISTALLSEQUENCESRESPONSE,
|
|
119
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
120
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ListAllSequencesResponse)
|
|
121
|
-
})
|
|
122
|
-
_sym_db.RegisterMessage(ListAllSequencesResponse)
|
|
123
|
-
|
|
124
|
-
SequenceInfo = _reflection.GeneratedProtocolMessageType('SequenceInfo', (_message.Message,), {
|
|
125
|
-
'DESCRIPTOR' : _SEQUENCEINFO,
|
|
126
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
127
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.SequenceInfo)
|
|
128
|
-
})
|
|
129
|
-
_sym_db.RegisterMessage(SequenceInfo)
|
|
130
|
-
|
|
131
|
-
DeleteSequenceRequest = _reflection.GeneratedProtocolMessageType('DeleteSequenceRequest', (_message.Message,), {
|
|
132
|
-
'DESCRIPTOR' : _DELETESEQUENCEREQUEST,
|
|
133
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
134
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.DeleteSequenceRequest)
|
|
135
|
-
})
|
|
136
|
-
_sym_db.RegisterMessage(DeleteSequenceRequest)
|
|
137
|
-
|
|
138
|
-
DeleteSequenceResponse = _reflection.GeneratedProtocolMessageType('DeleteSequenceResponse', (_message.Message,), {
|
|
139
|
-
'DESCRIPTOR' : _DELETESEQUENCERESPONSE,
|
|
140
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
141
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.DeleteSequenceResponse)
|
|
142
|
-
})
|
|
143
|
-
_sym_db.RegisterMessage(DeleteSequenceResponse)
|
|
144
|
-
|
|
145
|
-
SaveSequenceRequest = _reflection.GeneratedProtocolMessageType('SaveSequenceRequest', (_message.Message,), {
|
|
146
|
-
'DESCRIPTOR' : _SAVESEQUENCEREQUEST,
|
|
147
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
148
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.SaveSequenceRequest)
|
|
149
|
-
})
|
|
150
|
-
_sym_db.RegisterMessage(SaveSequenceRequest)
|
|
151
|
-
|
|
152
|
-
SaveSequenceResponse = _reflection.GeneratedProtocolMessageType('SaveSequenceResponse', (_message.Message,), {
|
|
153
|
-
'DESCRIPTOR' : _SAVESEQUENCERESPONSE,
|
|
154
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
155
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.SaveSequenceResponse)
|
|
156
|
-
})
|
|
157
|
-
_sym_db.RegisterMessage(SaveSequenceResponse)
|
|
158
|
-
|
|
159
|
-
ModifyChoreographyInfoRequest = _reflection.GeneratedProtocolMessageType('ModifyChoreographyInfoRequest', (_message.Message,), {
|
|
160
|
-
'DESCRIPTOR' : _MODIFYCHOREOGRAPHYINFOREQUEST,
|
|
161
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
162
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ModifyChoreographyInfoRequest)
|
|
163
|
-
})
|
|
164
|
-
_sym_db.RegisterMessage(ModifyChoreographyInfoRequest)
|
|
165
|
-
|
|
166
|
-
ModifyChoreographyInfoResponse = _reflection.GeneratedProtocolMessageType('ModifyChoreographyInfoResponse', (_message.Message,), {
|
|
167
|
-
'DESCRIPTOR' : _MODIFYCHOREOGRAPHYINFORESPONSE,
|
|
168
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
169
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ModifyChoreographyInfoResponse)
|
|
170
|
-
})
|
|
171
|
-
_sym_db.RegisterMessage(ModifyChoreographyInfoResponse)
|
|
172
|
-
|
|
173
|
-
ClearAllSequenceFilesRequest = _reflection.GeneratedProtocolMessageType('ClearAllSequenceFilesRequest', (_message.Message,), {
|
|
174
|
-
'DESCRIPTOR' : _CLEARALLSEQUENCEFILESREQUEST,
|
|
175
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
176
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ClearAllSequenceFilesRequest)
|
|
177
|
-
})
|
|
178
|
-
_sym_db.RegisterMessage(ClearAllSequenceFilesRequest)
|
|
179
|
-
|
|
180
|
-
ClearAllSequenceFilesResponse = _reflection.GeneratedProtocolMessageType('ClearAllSequenceFilesResponse', (_message.Message,), {
|
|
181
|
-
'DESCRIPTOR' : _CLEARALLSEQUENCEFILESRESPONSE,
|
|
182
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
183
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ClearAllSequenceFilesResponse)
|
|
184
|
-
})
|
|
185
|
-
_sym_db.RegisterMessage(ClearAllSequenceFilesResponse)
|
|
186
|
-
|
|
187
|
-
UploadChoreographyRequest = _reflection.GeneratedProtocolMessageType('UploadChoreographyRequest', (_message.Message,), {
|
|
188
|
-
'DESCRIPTOR' : _UPLOADCHOREOGRAPHYREQUEST,
|
|
189
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
190
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.UploadChoreographyRequest)
|
|
191
|
-
})
|
|
192
|
-
_sym_db.RegisterMessage(UploadChoreographyRequest)
|
|
193
|
-
|
|
194
|
-
UploadChoreographyResponse = _reflection.GeneratedProtocolMessageType('UploadChoreographyResponse', (_message.Message,), {
|
|
195
|
-
'DESCRIPTOR' : _UPLOADCHOREOGRAPHYRESPONSE,
|
|
196
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
197
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.UploadChoreographyResponse)
|
|
198
|
-
})
|
|
199
|
-
_sym_db.RegisterMessage(UploadChoreographyResponse)
|
|
200
|
-
|
|
201
|
-
UploadAnimatedMoveRequest = _reflection.GeneratedProtocolMessageType('UploadAnimatedMoveRequest', (_message.Message,), {
|
|
202
|
-
'DESCRIPTOR' : _UPLOADANIMATEDMOVEREQUEST,
|
|
203
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
204
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.UploadAnimatedMoveRequest)
|
|
205
|
-
})
|
|
206
|
-
_sym_db.RegisterMessage(UploadAnimatedMoveRequest)
|
|
207
|
-
|
|
208
|
-
UploadAnimatedMoveResponse = _reflection.GeneratedProtocolMessageType('UploadAnimatedMoveResponse', (_message.Message,), {
|
|
209
|
-
'DESCRIPTOR' : _UPLOADANIMATEDMOVERESPONSE,
|
|
210
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
211
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.UploadAnimatedMoveResponse)
|
|
212
|
-
})
|
|
213
|
-
_sym_db.RegisterMessage(UploadAnimatedMoveResponse)
|
|
214
|
-
|
|
215
|
-
ExecuteChoreographyRequest = _reflection.GeneratedProtocolMessageType('ExecuteChoreographyRequest', (_message.Message,), {
|
|
216
|
-
'DESCRIPTOR' : _EXECUTECHOREOGRAPHYREQUEST,
|
|
217
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
218
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ExecuteChoreographyRequest)
|
|
219
|
-
})
|
|
220
|
-
_sym_db.RegisterMessage(ExecuteChoreographyRequest)
|
|
221
|
-
|
|
222
|
-
ExecuteChoreographyResponse = _reflection.GeneratedProtocolMessageType('ExecuteChoreographyResponse', (_message.Message,), {
|
|
223
|
-
'DESCRIPTOR' : _EXECUTECHOREOGRAPHYRESPONSE,
|
|
224
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
225
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ExecuteChoreographyResponse)
|
|
226
|
-
})
|
|
227
|
-
_sym_db.RegisterMessage(ExecuteChoreographyResponse)
|
|
228
|
-
|
|
229
|
-
StartRecordingStateRequest = _reflection.GeneratedProtocolMessageType('StartRecordingStateRequest', (_message.Message,), {
|
|
230
|
-
'DESCRIPTOR' : _STARTRECORDINGSTATEREQUEST,
|
|
231
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
232
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.StartRecordingStateRequest)
|
|
233
|
-
})
|
|
234
|
-
_sym_db.RegisterMessage(StartRecordingStateRequest)
|
|
235
|
-
|
|
236
|
-
StartRecordingStateResponse = _reflection.GeneratedProtocolMessageType('StartRecordingStateResponse', (_message.Message,), {
|
|
237
|
-
'DESCRIPTOR' : _STARTRECORDINGSTATERESPONSE,
|
|
238
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
239
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.StartRecordingStateResponse)
|
|
240
|
-
})
|
|
241
|
-
_sym_db.RegisterMessage(StartRecordingStateResponse)
|
|
242
|
-
|
|
243
|
-
StopRecordingStateRequest = _reflection.GeneratedProtocolMessageType('StopRecordingStateRequest', (_message.Message,), {
|
|
244
|
-
'DESCRIPTOR' : _STOPRECORDINGSTATEREQUEST,
|
|
245
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
246
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.StopRecordingStateRequest)
|
|
247
|
-
})
|
|
248
|
-
_sym_db.RegisterMessage(StopRecordingStateRequest)
|
|
249
|
-
|
|
250
|
-
StopRecordingStateResponse = _reflection.GeneratedProtocolMessageType('StopRecordingStateResponse', (_message.Message,), {
|
|
251
|
-
'DESCRIPTOR' : _STOPRECORDINGSTATERESPONSE,
|
|
252
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
253
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.StopRecordingStateResponse)
|
|
254
|
-
})
|
|
255
|
-
_sym_db.RegisterMessage(StopRecordingStateResponse)
|
|
256
|
-
|
|
257
|
-
DownloadRobotStateLogRequest = _reflection.GeneratedProtocolMessageType('DownloadRobotStateLogRequest', (_message.Message,), {
|
|
258
|
-
'DESCRIPTOR' : _DOWNLOADROBOTSTATELOGREQUEST,
|
|
259
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
260
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.DownloadRobotStateLogRequest)
|
|
261
|
-
})
|
|
262
|
-
_sym_db.RegisterMessage(DownloadRobotStateLogRequest)
|
|
263
|
-
|
|
264
|
-
LoggedJoints = _reflection.GeneratedProtocolMessageType('LoggedJoints', (_message.Message,), {
|
|
265
|
-
'DESCRIPTOR' : _LOGGEDJOINTS,
|
|
266
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
267
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.LoggedJoints)
|
|
268
|
-
})
|
|
269
|
-
_sym_db.RegisterMessage(LoggedJoints)
|
|
270
|
-
|
|
271
|
-
LoggedFootContacts = _reflection.GeneratedProtocolMessageType('LoggedFootContacts', (_message.Message,), {
|
|
272
|
-
'DESCRIPTOR' : _LOGGEDFOOTCONTACTS,
|
|
273
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
274
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.LoggedFootContacts)
|
|
275
|
-
})
|
|
276
|
-
_sym_db.RegisterMessage(LoggedFootContacts)
|
|
277
|
-
|
|
278
|
-
LoggedStateKeyFrame = _reflection.GeneratedProtocolMessageType('LoggedStateKeyFrame', (_message.Message,), {
|
|
279
|
-
'DESCRIPTOR' : _LOGGEDSTATEKEYFRAME,
|
|
280
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
281
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.LoggedStateKeyFrame)
|
|
282
|
-
})
|
|
283
|
-
_sym_db.RegisterMessage(LoggedStateKeyFrame)
|
|
284
|
-
|
|
285
|
-
ChoreographyStateLog = _reflection.GeneratedProtocolMessageType('ChoreographyStateLog', (_message.Message,), {
|
|
286
|
-
'DESCRIPTOR' : _CHOREOGRAPHYSTATELOG,
|
|
287
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
288
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographyStateLog)
|
|
289
|
-
})
|
|
290
|
-
_sym_db.RegisterMessage(ChoreographyStateLog)
|
|
291
|
-
|
|
292
|
-
DownloadRobotStateLogResponse = _reflection.GeneratedProtocolMessageType('DownloadRobotStateLogResponse', (_message.Message,), {
|
|
293
|
-
'DESCRIPTOR' : _DOWNLOADROBOTSTATELOGRESPONSE,
|
|
294
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
295
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.DownloadRobotStateLogResponse)
|
|
296
|
-
})
|
|
297
|
-
_sym_db.RegisterMessage(DownloadRobotStateLogResponse)
|
|
298
|
-
|
|
299
|
-
MoveParams = _reflection.GeneratedProtocolMessageType('MoveParams', (_message.Message,), {
|
|
300
|
-
'DESCRIPTOR' : _MOVEPARAMS,
|
|
301
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
302
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.MoveParams)
|
|
303
|
-
})
|
|
304
|
-
_sym_db.RegisterMessage(MoveParams)
|
|
305
|
-
|
|
306
|
-
MoveCommand = _reflection.GeneratedProtocolMessageType('MoveCommand', (_message.Message,), {
|
|
307
|
-
'DESCRIPTOR' : _MOVECOMMAND,
|
|
308
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
309
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.MoveCommand)
|
|
310
|
-
})
|
|
311
|
-
_sym_db.RegisterMessage(MoveCommand)
|
|
312
|
-
|
|
313
|
-
ChoreographyCommandRequest = _reflection.GeneratedProtocolMessageType('ChoreographyCommandRequest', (_message.Message,), {
|
|
314
|
-
'DESCRIPTOR' : _CHOREOGRAPHYCOMMANDREQUEST,
|
|
315
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
316
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographyCommandRequest)
|
|
317
|
-
})
|
|
318
|
-
_sym_db.RegisterMessage(ChoreographyCommandRequest)
|
|
319
|
-
|
|
320
|
-
ChoreographyCommandResponse = _reflection.GeneratedProtocolMessageType('ChoreographyCommandResponse', (_message.Message,), {
|
|
321
|
-
'DESCRIPTOR' : _CHOREOGRAPHYCOMMANDRESPONSE,
|
|
322
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
323
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographyCommandResponse)
|
|
324
|
-
})
|
|
325
|
-
_sym_db.RegisterMessage(ChoreographyCommandResponse)
|
|
326
|
-
|
|
327
|
-
MoveInfo = _reflection.GeneratedProtocolMessageType('MoveInfo', (_message.Message,), {
|
|
328
|
-
'DESCRIPTOR' : _MOVEINFO,
|
|
329
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
330
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.MoveInfo)
|
|
331
|
-
})
|
|
332
|
-
_sym_db.RegisterMessage(MoveInfo)
|
|
333
|
-
|
|
334
|
-
ChoreographerDisplayInfo = _reflection.GeneratedProtocolMessageType('ChoreographerDisplayInfo', (_message.Message,), {
|
|
335
|
-
|
|
336
|
-
'Color' : _reflection.GeneratedProtocolMessageType('Color', (_message.Message,), {
|
|
337
|
-
'DESCRIPTOR' : _CHOREOGRAPHERDISPLAYINFO_COLOR,
|
|
338
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
339
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographerDisplayInfo.Color)
|
|
340
|
-
})
|
|
341
|
-
,
|
|
342
|
-
'DESCRIPTOR' : _CHOREOGRAPHERDISPLAYINFO,
|
|
343
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
344
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographerDisplayInfo)
|
|
345
|
-
})
|
|
346
|
-
_sym_db.RegisterMessage(ChoreographerDisplayInfo)
|
|
347
|
-
_sym_db.RegisterMessage(ChoreographerDisplayInfo.Color)
|
|
348
|
-
|
|
349
|
-
ChoreographySequence = _reflection.GeneratedProtocolMessageType('ChoreographySequence', (_message.Message,), {
|
|
350
|
-
'DESCRIPTOR' : _CHOREOGRAPHYSEQUENCE,
|
|
351
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
352
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographySequence)
|
|
353
|
-
})
|
|
354
|
-
_sym_db.RegisterMessage(ChoreographySequence)
|
|
355
|
-
|
|
356
|
-
ChoreographyInfo = _reflection.GeneratedProtocolMessageType('ChoreographyInfo', (_message.Message,), {
|
|
357
|
-
'DESCRIPTOR' : _CHOREOGRAPHYINFO,
|
|
358
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
359
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographyInfo)
|
|
360
|
-
})
|
|
361
|
-
_sym_db.RegisterMessage(ChoreographyInfo)
|
|
362
|
-
|
|
363
|
-
ChoreographerSave = _reflection.GeneratedProtocolMessageType('ChoreographerSave', (_message.Message,), {
|
|
364
|
-
'DESCRIPTOR' : _CHOREOGRAPHERSAVE,
|
|
365
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
366
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographerSave)
|
|
367
|
-
})
|
|
368
|
-
_sym_db.RegisterMessage(ChoreographerSave)
|
|
369
|
-
|
|
370
|
-
Animation = _reflection.GeneratedProtocolMessageType('Animation', (_message.Message,), {
|
|
371
|
-
'DESCRIPTOR' : _ANIMATION,
|
|
372
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
373
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.Animation)
|
|
374
|
-
})
|
|
375
|
-
_sym_db.RegisterMessage(Animation)
|
|
376
|
-
|
|
377
|
-
AnimationKeyframe = _reflection.GeneratedProtocolMessageType('AnimationKeyframe', (_message.Message,), {
|
|
378
|
-
'DESCRIPTOR' : _ANIMATIONKEYFRAME,
|
|
379
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
380
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimationKeyframe)
|
|
381
|
-
})
|
|
382
|
-
_sym_db.RegisterMessage(AnimationKeyframe)
|
|
383
|
-
|
|
384
|
-
AnimateGripper = _reflection.GeneratedProtocolMessageType('AnimateGripper', (_message.Message,), {
|
|
385
|
-
'DESCRIPTOR' : _ANIMATEGRIPPER,
|
|
386
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
387
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimateGripper)
|
|
388
|
-
})
|
|
389
|
-
_sym_db.RegisterMessage(AnimateGripper)
|
|
390
|
-
|
|
391
|
-
AnimateArm = _reflection.GeneratedProtocolMessageType('AnimateArm', (_message.Message,), {
|
|
392
|
-
|
|
393
|
-
'HandPose' : _reflection.GeneratedProtocolMessageType('HandPose', (_message.Message,), {
|
|
394
|
-
'DESCRIPTOR' : _ANIMATEARM_HANDPOSE,
|
|
395
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
396
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimateArm.HandPose)
|
|
397
|
-
})
|
|
398
|
-
,
|
|
399
|
-
'DESCRIPTOR' : _ANIMATEARM,
|
|
400
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
401
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimateArm)
|
|
402
|
-
})
|
|
403
|
-
_sym_db.RegisterMessage(AnimateArm)
|
|
404
|
-
_sym_db.RegisterMessage(AnimateArm.HandPose)
|
|
405
|
-
|
|
406
|
-
ArmJointAngles = _reflection.GeneratedProtocolMessageType('ArmJointAngles', (_message.Message,), {
|
|
407
|
-
'DESCRIPTOR' : _ARMJOINTANGLES,
|
|
408
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
409
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ArmJointAngles)
|
|
410
|
-
})
|
|
411
|
-
_sym_db.RegisterMessage(ArmJointAngles)
|
|
412
|
-
|
|
413
|
-
AnimateBody = _reflection.GeneratedProtocolMessageType('AnimateBody', (_message.Message,), {
|
|
414
|
-
'DESCRIPTOR' : _ANIMATEBODY,
|
|
415
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
416
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimateBody)
|
|
417
|
-
})
|
|
418
|
-
_sym_db.RegisterMessage(AnimateBody)
|
|
419
|
-
|
|
420
|
-
AnimateLegs = _reflection.GeneratedProtocolMessageType('AnimateLegs', (_message.Message,), {
|
|
421
|
-
'DESCRIPTOR' : _ANIMATELEGS,
|
|
422
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
423
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimateLegs)
|
|
424
|
-
})
|
|
425
|
-
_sym_db.RegisterMessage(AnimateLegs)
|
|
426
|
-
|
|
427
|
-
AnimateSingleLeg = _reflection.GeneratedProtocolMessageType('AnimateSingleLeg', (_message.Message,), {
|
|
428
|
-
'DESCRIPTOR' : _ANIMATESINGLELEG,
|
|
429
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
430
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimateSingleLeg)
|
|
431
|
-
})
|
|
432
|
-
_sym_db.RegisterMessage(AnimateSingleLeg)
|
|
433
|
-
|
|
434
|
-
LegJointAngles = _reflection.GeneratedProtocolMessageType('LegJointAngles', (_message.Message,), {
|
|
435
|
-
'DESCRIPTOR' : _LEGJOINTANGLES,
|
|
436
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
437
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.LegJointAngles)
|
|
438
|
-
})
|
|
439
|
-
_sym_db.RegisterMessage(LegJointAngles)
|
|
440
|
-
|
|
441
|
-
ActiveMove = _reflection.GeneratedProtocolMessageType('ActiveMove', (_message.Message,), {
|
|
442
|
-
'DESCRIPTOR' : _ACTIVEMOVE,
|
|
443
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
444
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ActiveMove)
|
|
445
|
-
})
|
|
446
|
-
_sym_db.RegisterMessage(ActiveMove)
|
|
447
|
-
|
|
448
|
-
ChoreographyStatusRequest = _reflection.GeneratedProtocolMessageType('ChoreographyStatusRequest', (_message.Message,), {
|
|
449
|
-
'DESCRIPTOR' : _CHOREOGRAPHYSTATUSREQUEST,
|
|
450
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
451
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographyStatusRequest)
|
|
452
|
-
})
|
|
453
|
-
_sym_db.RegisterMessage(ChoreographyStatusRequest)
|
|
454
|
-
|
|
455
|
-
ChoreographyStatusResponse = _reflection.GeneratedProtocolMessageType('ChoreographyStatusResponse', (_message.Message,), {
|
|
456
|
-
'DESCRIPTOR' : _CHOREOGRAPHYSTATUSRESPONSE,
|
|
457
|
-
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
|
|
458
|
-
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographyStatusResponse)
|
|
459
|
-
})
|
|
460
|
-
_sym_db.RegisterMessage(ChoreographyStatusResponse)
|
|
461
|
-
|
|
462
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
463
|
-
|
|
464
|
-
DESCRIPTOR._options = None
|
|
465
|
-
DESCRIPTOR._serialized_options = b'B\021ChoreographyProto'
|
|
466
|
-
_LISTALLSEQUENCESRESPONSE.fields_by_name['known_sequences']._options = None
|
|
467
|
-
_LISTALLSEQUENCESRESPONSE.fields_by_name['known_sequences']._serialized_options = b'\030\001'
|
|
468
|
-
_ANIMATION.fields_by_name['precise_timing']._options = None
|
|
469
|
-
_ANIMATION.fields_by_name['precise_timing']._serialized_options = b'\030\001'
|
|
470
|
-
_LISTALLMOVESREQUEST._serialized_start=309
|
|
471
|
-
_LISTALLMOVESREQUEST._serialized_end=373
|
|
472
|
-
_LISTALLMOVESRESPONSE._serialized_start=376
|
|
473
|
-
_LISTALLMOVESRESPONSE._serialized_end=511
|
|
474
|
-
_LISTALLSEQUENCESREQUEST._serialized_start=513
|
|
475
|
-
_LISTALLSEQUENCESREQUEST._serialized_end=581
|
|
476
|
-
_LISTALLSEQUENCESRESPONSE._serialized_start=584
|
|
477
|
-
_LISTALLSEQUENCESRESPONSE._serialized_end=737
|
|
478
|
-
_SEQUENCEINFO._serialized_start=740
|
|
479
|
-
_SEQUENCEINFO._serialized_end=1029
|
|
480
|
-
_SEQUENCEINFO_SAVEDSTATE._serialized_start=912
|
|
481
|
-
_SEQUENCEINFO_SAVEDSTATE._serialized_end=1029
|
|
482
|
-
_DELETESEQUENCEREQUEST._serialized_start=1031
|
|
483
|
-
_DELETESEQUENCEREQUEST._serialized_end=1120
|
|
484
|
-
_DELETESEQUENCERESPONSE._serialized_start=1123
|
|
485
|
-
_DELETESEQUENCERESPONSE._serialized_end=1391
|
|
486
|
-
_DELETESEQUENCERESPONSE_STATUS._serialized_start=1258
|
|
487
|
-
_DELETESEQUENCERESPONSE_STATUS._serialized_end=1391
|
|
488
|
-
_SAVESEQUENCEREQUEST._serialized_start=1393
|
|
489
|
-
_SAVESEQUENCEREQUEST._serialized_end=1500
|
|
490
|
-
_SAVESEQUENCERESPONSE._serialized_start=1503
|
|
491
|
-
_SAVESEQUENCERESPONSE._serialized_end=1764
|
|
492
|
-
_SAVESEQUENCERESPONSE_STATUS._serialized_start=1634
|
|
493
|
-
_SAVESEQUENCERESPONSE_STATUS._serialized_end=1764
|
|
494
|
-
_MODIFYCHOREOGRAPHYINFOREQUEST._serialized_start=1767
|
|
495
|
-
_MODIFYCHOREOGRAPHYINFOREQUEST._serialized_end=1907
|
|
496
|
-
_MODIFYCHOREOGRAPHYINFORESPONSE._serialized_start=1910
|
|
497
|
-
_MODIFYCHOREOGRAPHYINFORESPONSE._serialized_end=2193
|
|
498
|
-
_MODIFYCHOREOGRAPHYINFORESPONSE_STATUS._serialized_start=2061
|
|
499
|
-
_MODIFYCHOREOGRAPHYINFORESPONSE_STATUS._serialized_end=2193
|
|
500
|
-
_CLEARALLSEQUENCEFILESREQUEST._serialized_start=2195
|
|
501
|
-
_CLEARALLSEQUENCEFILESREQUEST._serialized_end=2268
|
|
502
|
-
_CLEARALLSEQUENCEFILESRESPONSE._serialized_start=2271
|
|
503
|
-
_CLEARALLSEQUENCEFILESRESPONSE._serialized_end=2491
|
|
504
|
-
_CLEARALLSEQUENCEFILESRESPONSE_STATUS._serialized_start=2419
|
|
505
|
-
_CLEARALLSEQUENCEFILESRESPONSE_STATUS._serialized_end=2491
|
|
506
|
-
_UPLOADCHOREOGRAPHYREQUEST._serialized_start=2494
|
|
507
|
-
_UPLOADCHOREOGRAPHYREQUEST._serialized_end=2662
|
|
508
|
-
_UPLOADCHOREOGRAPHYRESPONSE._serialized_start=2664
|
|
509
|
-
_UPLOADCHOREOGRAPHYRESPONSE._serialized_end=2754
|
|
510
|
-
_UPLOADANIMATEDMOVEREQUEST._serialized_start=2757
|
|
511
|
-
_UPLOADANIMATEDMOVEREQUEST._serialized_end=2944
|
|
512
|
-
_UPLOADANIMATEDMOVERESPONSE._serialized_start=2947
|
|
513
|
-
_UPLOADANIMATEDMOVERESPONSE._serialized_end=3216
|
|
514
|
-
_UPLOADANIMATEDMOVERESPONSE_STATUS._serialized_start=3107
|
|
515
|
-
_UPLOADANIMATEDMOVERESPONSE_STATUS._serialized_end=3216
|
|
516
|
-
_EXECUTECHOREOGRAPHYREQUEST._serialized_start=3219
|
|
517
|
-
_EXECUTECHOREOGRAPHYREQUEST._serialized_end=3445
|
|
518
|
-
_EXECUTECHOREOGRAPHYRESPONSE._serialized_start=3448
|
|
519
|
-
_EXECUTECHOREOGRAPHYRESPONSE._serialized_end=3811
|
|
520
|
-
_EXECUTECHOREOGRAPHYRESPONSE_STATUS._serialized_start=3669
|
|
521
|
-
_EXECUTECHOREOGRAPHYRESPONSE_STATUS._serialized_end=3811
|
|
522
|
-
_STARTRECORDINGSTATEREQUEST._serialized_start=3814
|
|
523
|
-
_STARTRECORDINGSTATEREQUEST._serialized_end=3979
|
|
524
|
-
_STARTRECORDINGSTATERESPONSE._serialized_start=3982
|
|
525
|
-
_STARTRECORDINGSTATERESPONSE._serialized_end=4274
|
|
526
|
-
_STARTRECORDINGSTATERESPONSE_STATUS._serialized_start=4156
|
|
527
|
-
_STARTRECORDINGSTATERESPONSE_STATUS._serialized_end=4274
|
|
528
|
-
_STOPRECORDINGSTATEREQUEST._serialized_start=4276
|
|
529
|
-
_STOPRECORDINGSTATEREQUEST._serialized_end=4346
|
|
530
|
-
_STOPRECORDINGSTATERESPONSE._serialized_start=4348
|
|
531
|
-
_STOPRECORDINGSTATERESPONSE._serialized_end=4420
|
|
532
|
-
_DOWNLOADROBOTSTATELOGREQUEST._serialized_start=4423
|
|
533
|
-
_DOWNLOADROBOTSTATELOGREQUEST._serialized_end=4655
|
|
534
|
-
_DOWNLOADROBOTSTATELOGREQUEST_LOGTYPE._serialized_start=4571
|
|
535
|
-
_DOWNLOADROBOTSTATELOGREQUEST_LOGTYPE._serialized_end=4655
|
|
536
|
-
_LOGGEDJOINTS._serialized_start=4658
|
|
537
|
-
_LOGGEDJOINTS._serialized_end=4951
|
|
538
|
-
_LOGGEDFOOTCONTACTS._serialized_start=4953
|
|
539
|
-
_LOGGEDFOOTCONTACTS._serialized_end=5053
|
|
540
|
-
_LOGGEDSTATEKEYFRAME._serialized_start=5056
|
|
541
|
-
_LOGGEDSTATEKEYFRAME._serialized_end=5293
|
|
542
|
-
_CHOREOGRAPHYSTATELOG._serialized_start=5295
|
|
543
|
-
_CHOREOGRAPHYSTATELOG._serialized_end=5375
|
|
544
|
-
_DOWNLOADROBOTSTATELOGRESPONSE._serialized_start=5378
|
|
545
|
-
_DOWNLOADROBOTSTATELOGRESPONSE._serialized_end=5671
|
|
546
|
-
_DOWNLOADROBOTSTATELOGRESPONSE_STATUS._serialized_start=5564
|
|
547
|
-
_DOWNLOADROBOTSTATELOGRESPONSE_STATUS._serialized_end=5671
|
|
548
|
-
_MOVEPARAMS._serialized_start=5674
|
|
549
|
-
_MOVEPARAMS._serialized_end=7916
|
|
550
|
-
_MOVECOMMAND._serialized_start=7918
|
|
551
|
-
_MOVECOMMAND._serialized_end=8045
|
|
552
|
-
_CHOREOGRAPHYCOMMANDREQUEST._serialized_start=8048
|
|
553
|
-
_CHOREOGRAPHYCOMMANDREQUEST._serialized_end=8255
|
|
554
|
-
_CHOREOGRAPHYCOMMANDRESPONSE._serialized_start=8258
|
|
555
|
-
_CHOREOGRAPHYCOMMANDRESPONSE._serialized_end=8648
|
|
556
|
-
_CHOREOGRAPHYCOMMANDRESPONSE_STATUS._serialized_start=8457
|
|
557
|
-
_CHOREOGRAPHYCOMMANDRESPONSE_STATUS._serialized_end=8648
|
|
558
|
-
_MOVEINFO._serialized_start=8651
|
|
559
|
-
_MOVEINFO._serialized_end=9439
|
|
560
|
-
_MOVEINFO_TRANSITIONSTATE._serialized_start=9281
|
|
561
|
-
_MOVEINFO_TRANSITIONSTATE._serialized_end=9439
|
|
562
|
-
_CHOREOGRAPHERDISPLAYINFO._serialized_start=9442
|
|
563
|
-
_CHOREOGRAPHERDISPLAYINFO._serialized_end=9955
|
|
564
|
-
_CHOREOGRAPHERDISPLAYINFO_COLOR._serialized_start=9657
|
|
565
|
-
_CHOREOGRAPHERDISPLAYINFO_COLOR._serialized_end=9708
|
|
566
|
-
_CHOREOGRAPHERDISPLAYINFO_CATEGORY._serialized_start=9711
|
|
567
|
-
_CHOREOGRAPHERDISPLAYINFO_CATEGORY._serialized_end=9955
|
|
568
|
-
_CHOREOGRAPHYSEQUENCE._serialized_start=9958
|
|
569
|
-
_CHOREOGRAPHYSEQUENCE._serialized_end=10194
|
|
570
|
-
_CHOREOGRAPHYINFO._serialized_start=10196
|
|
571
|
-
_CHOREOGRAPHYINFO._serialized_end=10230
|
|
572
|
-
_CHOREOGRAPHERSAVE._serialized_start=10233
|
|
573
|
-
_CHOREOGRAPHERSAVE._serialized_end=10403
|
|
574
|
-
_ANIMATION._serialized_start=10406
|
|
575
|
-
_ANIMATION._serialized_end=11350
|
|
576
|
-
_ANIMATION_ARMPLAYBACK._serialized_start=11214
|
|
577
|
-
_ANIMATION_ARMPLAYBACK._serialized_end=11350
|
|
578
|
-
_ANIMATIONKEYFRAME._serialized_start=11353
|
|
579
|
-
_ANIMATIONKEYFRAME._serialized_end=11566
|
|
580
|
-
_ANIMATEGRIPPER._serialized_start=11568
|
|
581
|
-
_ANIMATEGRIPPER._serialized_end=11637
|
|
582
|
-
_ANIMATEARM._serialized_start=11640
|
|
583
|
-
_ANIMATEARM._serialized_end=11946
|
|
584
|
-
_ANIMATEARM_HANDPOSE._serialized_start=11771
|
|
585
|
-
_ANIMATEARM_HANDPOSE._serialized_end=11939
|
|
586
|
-
_ARMJOINTANGLES._serialized_start=11949
|
|
587
|
-
_ARMJOINTANGLES._serialized_end=12253
|
|
588
|
-
_ANIMATEBODY._serialized_start=12256
|
|
589
|
-
_ANIMATEBODY._serialized_end=12483
|
|
590
|
-
_ANIMATELEGS._serialized_start=12486
|
|
591
|
-
_ANIMATELEGS._serialized_end=12687
|
|
592
|
-
_ANIMATESINGLELEG._serialized_start=12690
|
|
593
|
-
_ANIMATESINGLELEG._serialized_end=12859
|
|
594
|
-
_LEGJOINTANGLES._serialized_start=12861
|
|
595
|
-
_LEGJOINTANGLES._serialized_end=12921
|
|
596
|
-
_ACTIVEMOVE._serialized_start=12924
|
|
597
|
-
_ACTIVEMOVE._serialized_end=13077
|
|
598
|
-
_CHOREOGRAPHYSTATUSREQUEST._serialized_start=13079
|
|
599
|
-
_CHOREOGRAPHYSTATUSREQUEST._serialized_end=13149
|
|
600
|
-
_CHOREOGRAPHYSTATUSRESPONSE._serialized_start=13152
|
|
601
|
-
_CHOREOGRAPHYSTATUSRESPONSE._serialized_end=13746
|
|
602
|
-
_CHOREOGRAPHYSTATUSRESPONSE_STATUS._serialized_start=13503
|
|
603
|
-
_CHOREOGRAPHYSTATUSRESPONSE_STATUS._serialized_end=13746
|
|
604
|
-
# @@protoc_insertion_point(module_scope)
|