Repository URL to install this package:
|
Version:
4.1.0 ▾
|
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: bosdyn/api/spot/choreography_sequence.proto
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
from bosdyn.api import geometry_pb2 as bosdyn_dot_api_dot_geometry__pb2
from bosdyn.api import header_pb2 as bosdyn_dot_api_dot_header__pb2
from bosdyn.api import lease_pb2 as bosdyn_dot_api_dot_lease__pb2
from bosdyn.api.spot import choreography_params_pb2 as bosdyn_dot_api_dot_spot_dot_choreography__params__pb2
from bosdyn.api import data_chunk_pb2 as bosdyn_dot_api_dot_data__chunk__pb2
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\"\x87\x01\n\x1eGetChoreographySequenceRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x15\n\rsequence_name\x18\x02 \x01(\t\x12#\n\x1breturn_animation_names_only\x18\x03 \x01(\x08\"\xf3\x02\n\x1fGetChoreographySequenceResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12G\n\x06status\x18\x02 \x01(\x0e\x32\x37.bosdyn.api.spot.GetChoreographySequenceResponse.Status\x12\x44\n\x15\x63horeography_sequence\x18\x03 \x01(\x0b\x32%.bosdyn.api.spot.ChoreographySequence\x12\x32\n\x0e\x61nimated_moves\x18\x04 \x03(\x0b\x32\x1a.bosdyn.api.spot.Animation\x12\x17\n\x0f\x61nimation_names\x18\x05 \x03(\t\"H\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1b\n\x17STATUS_UNKNOWN_SEQUENCE\x10\x02\"N\n\x13GetAnimationRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x0c\n\x04name\x18\x02 \x01(\t\"\xfe\x01\n\x14GetAnimationResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12<\n\x06status\x18\x02 \x01(\x0e\x32,.bosdyn.api.spot.GetAnimationResponse.Status\x12\x31\n\ranimated_move\x18\x03 \x01(\x0b\x32\x1a.bosdyn.api.spot.Animation\"I\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1c\n\x18STATUS_UNKNOWN_ANIMATION\x10\x02\"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\"\x88\x03\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\"\xab\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\x12\x1b\n\x17STATUS_UNKNOWN_SEQUENCE\x10\x05\"\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\"\x9c\x13\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\x12S\n\x1dset_audio_visual_color_params\x18, \x01(\x0b\x32*.bosdyn.api.spot.SetAudioVisualColorParamsH\x00\x12\x42\n\x14set_all_color_params\x18- \x01(\x0b\x32\".bosdyn.api.spot.SetAllColorParamsH\x00\x12?\n\x12\x62uzzer_note_params\x18. \x01(\x0b\x32!.bosdyn.api.spot.BuzzerNoteParamsH\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\"\xe0\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$\n\x1c\x63ontrols_audio_visual_lights\x18\x14 \x01(\x08\x12$\n\x1c\x63ontrols_audio_visual_buzzer\x18\x15 \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\"\xc5\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\"\xb8\x02\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\x12 \n\x1c\x43\x41TEGORY_AUDIO_VISUAL_LIGHTS\x10\x0b\x12 \n\x1c\x43\x41TEGORY_AUDIO_VISUAL_BUZZER\x10\x0c\"\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\"\xe9\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\x12\x15\n\rsequence_name\x18\t \x01(\t\"\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\t\"\xf4\x01\n\x1d\x43horeographyTimeAdjustRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x37\n\x13override_start_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12=\n\x1a\x61\x63\x63\x65ptable_time_difference\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x30\n\rvalidity_time\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\"\xb6\x02\n\x1e\x43horeographyTimeAdjustResponse\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.ChoreographyTimeAdjustResponse.Status\x12\x10\n\x08warnings\x18\x03 \x03(\t\"\x8d\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1e\n\x1aSTATUS_BEFORE_CURRENT_TIME\x10\x02\x12 \n\x1cSTATUS_EXCEEDS_VALIDITY_TIME\x10\x03\x12\x1e\n\x1aSTATUS_OVERRIDE_TIME_UNSET\x10\x04\x42\x13\x42\x11\x43horeographyProtob\x06proto3')
_LISTALLMOVESREQUEST = DESCRIPTOR.message_types_by_name['ListAllMovesRequest']
_LISTALLMOVESRESPONSE = DESCRIPTOR.message_types_by_name['ListAllMovesResponse']
_LISTALLSEQUENCESREQUEST = DESCRIPTOR.message_types_by_name['ListAllSequencesRequest']
_LISTALLSEQUENCESRESPONSE = DESCRIPTOR.message_types_by_name['ListAllSequencesResponse']
_SEQUENCEINFO = DESCRIPTOR.message_types_by_name['SequenceInfo']
_GETCHOREOGRAPHYSEQUENCEREQUEST = DESCRIPTOR.message_types_by_name['GetChoreographySequenceRequest']
_GETCHOREOGRAPHYSEQUENCERESPONSE = DESCRIPTOR.message_types_by_name['GetChoreographySequenceResponse']
_GETANIMATIONREQUEST = DESCRIPTOR.message_types_by_name['GetAnimationRequest']
_GETANIMATIONRESPONSE = DESCRIPTOR.message_types_by_name['GetAnimationResponse']
_DELETESEQUENCEREQUEST = DESCRIPTOR.message_types_by_name['DeleteSequenceRequest']
_DELETESEQUENCERESPONSE = DESCRIPTOR.message_types_by_name['DeleteSequenceResponse']
_SAVESEQUENCEREQUEST = DESCRIPTOR.message_types_by_name['SaveSequenceRequest']
_SAVESEQUENCERESPONSE = DESCRIPTOR.message_types_by_name['SaveSequenceResponse']
_MODIFYCHOREOGRAPHYINFOREQUEST = DESCRIPTOR.message_types_by_name['ModifyChoreographyInfoRequest']
_MODIFYCHOREOGRAPHYINFORESPONSE = DESCRIPTOR.message_types_by_name['ModifyChoreographyInfoResponse']
_CLEARALLSEQUENCEFILESREQUEST = DESCRIPTOR.message_types_by_name['ClearAllSequenceFilesRequest']
_CLEARALLSEQUENCEFILESRESPONSE = DESCRIPTOR.message_types_by_name['ClearAllSequenceFilesResponse']
_UPLOADCHOREOGRAPHYREQUEST = DESCRIPTOR.message_types_by_name['UploadChoreographyRequest']
_UPLOADCHOREOGRAPHYRESPONSE = DESCRIPTOR.message_types_by_name['UploadChoreographyResponse']
_UPLOADANIMATEDMOVEREQUEST = DESCRIPTOR.message_types_by_name['UploadAnimatedMoveRequest']
_UPLOADANIMATEDMOVERESPONSE = DESCRIPTOR.message_types_by_name['UploadAnimatedMoveResponse']
_EXECUTECHOREOGRAPHYREQUEST = DESCRIPTOR.message_types_by_name['ExecuteChoreographyRequest']
_EXECUTECHOREOGRAPHYRESPONSE = DESCRIPTOR.message_types_by_name['ExecuteChoreographyResponse']
_STARTRECORDINGSTATEREQUEST = DESCRIPTOR.message_types_by_name['StartRecordingStateRequest']
_STARTRECORDINGSTATERESPONSE = DESCRIPTOR.message_types_by_name['StartRecordingStateResponse']
_STOPRECORDINGSTATEREQUEST = DESCRIPTOR.message_types_by_name['StopRecordingStateRequest']
_STOPRECORDINGSTATERESPONSE = DESCRIPTOR.message_types_by_name['StopRecordingStateResponse']
_DOWNLOADROBOTSTATELOGREQUEST = DESCRIPTOR.message_types_by_name['DownloadRobotStateLogRequest']
_LOGGEDJOINTS = DESCRIPTOR.message_types_by_name['LoggedJoints']
_LOGGEDFOOTCONTACTS = DESCRIPTOR.message_types_by_name['LoggedFootContacts']
_LOGGEDSTATEKEYFRAME = DESCRIPTOR.message_types_by_name['LoggedStateKeyFrame']
_CHOREOGRAPHYSTATELOG = DESCRIPTOR.message_types_by_name['ChoreographyStateLog']
_DOWNLOADROBOTSTATELOGRESPONSE = DESCRIPTOR.message_types_by_name['DownloadRobotStateLogResponse']
_MOVEPARAMS = DESCRIPTOR.message_types_by_name['MoveParams']
_MOVECOMMAND = DESCRIPTOR.message_types_by_name['MoveCommand']
_CHOREOGRAPHYCOMMANDREQUEST = DESCRIPTOR.message_types_by_name['ChoreographyCommandRequest']
_CHOREOGRAPHYCOMMANDRESPONSE = DESCRIPTOR.message_types_by_name['ChoreographyCommandResponse']
_MOVEINFO = DESCRIPTOR.message_types_by_name['MoveInfo']
_CHOREOGRAPHERDISPLAYINFO = DESCRIPTOR.message_types_by_name['ChoreographerDisplayInfo']
_CHOREOGRAPHERDISPLAYINFO_COLOR = _CHOREOGRAPHERDISPLAYINFO.nested_types_by_name['Color']
_CHOREOGRAPHYSEQUENCE = DESCRIPTOR.message_types_by_name['ChoreographySequence']
_CHOREOGRAPHYINFO = DESCRIPTOR.message_types_by_name['ChoreographyInfo']
_CHOREOGRAPHERSAVE = DESCRIPTOR.message_types_by_name['ChoreographerSave']
_ANIMATION = DESCRIPTOR.message_types_by_name['Animation']
_ANIMATIONKEYFRAME = DESCRIPTOR.message_types_by_name['AnimationKeyframe']
_ANIMATEGRIPPER = DESCRIPTOR.message_types_by_name['AnimateGripper']
_ANIMATEARM = DESCRIPTOR.message_types_by_name['AnimateArm']
_ANIMATEARM_HANDPOSE = _ANIMATEARM.nested_types_by_name['HandPose']
_ARMJOINTANGLES = DESCRIPTOR.message_types_by_name['ArmJointAngles']
_ANIMATEBODY = DESCRIPTOR.message_types_by_name['AnimateBody']
_ANIMATELEGS = DESCRIPTOR.message_types_by_name['AnimateLegs']
_ANIMATESINGLELEG = DESCRIPTOR.message_types_by_name['AnimateSingleLeg']
_LEGJOINTANGLES = DESCRIPTOR.message_types_by_name['LegJointAngles']
_ACTIVEMOVE = DESCRIPTOR.message_types_by_name['ActiveMove']
_CHOREOGRAPHYSTATUSREQUEST = DESCRIPTOR.message_types_by_name['ChoreographyStatusRequest']
_CHOREOGRAPHYSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['ChoreographyStatusResponse']
_CHOREOGRAPHYTIMEADJUSTREQUEST = DESCRIPTOR.message_types_by_name['ChoreographyTimeAdjustRequest']
_CHOREOGRAPHYTIMEADJUSTRESPONSE = DESCRIPTOR.message_types_by_name['ChoreographyTimeAdjustResponse']
_SEQUENCEINFO_SAVEDSTATE = _SEQUENCEINFO.enum_types_by_name['SavedState']
_GETCHOREOGRAPHYSEQUENCERESPONSE_STATUS = _GETCHOREOGRAPHYSEQUENCERESPONSE.enum_types_by_name['Status']
_GETANIMATIONRESPONSE_STATUS = _GETANIMATIONRESPONSE.enum_types_by_name['Status']
_DELETESEQUENCERESPONSE_STATUS = _DELETESEQUENCERESPONSE.enum_types_by_name['Status']
_SAVESEQUENCERESPONSE_STATUS = _SAVESEQUENCERESPONSE.enum_types_by_name['Status']
_MODIFYCHOREOGRAPHYINFORESPONSE_STATUS = _MODIFYCHOREOGRAPHYINFORESPONSE.enum_types_by_name['Status']
_CLEARALLSEQUENCEFILESRESPONSE_STATUS = _CLEARALLSEQUENCEFILESRESPONSE.enum_types_by_name['Status']
_UPLOADANIMATEDMOVERESPONSE_STATUS = _UPLOADANIMATEDMOVERESPONSE.enum_types_by_name['Status']
_EXECUTECHOREOGRAPHYRESPONSE_STATUS = _EXECUTECHOREOGRAPHYRESPONSE.enum_types_by_name['Status']
_STARTRECORDINGSTATERESPONSE_STATUS = _STARTRECORDINGSTATERESPONSE.enum_types_by_name['Status']
_DOWNLOADROBOTSTATELOGREQUEST_LOGTYPE = _DOWNLOADROBOTSTATELOGREQUEST.enum_types_by_name['LogType']
_DOWNLOADROBOTSTATELOGRESPONSE_STATUS = _DOWNLOADROBOTSTATELOGRESPONSE.enum_types_by_name['Status']
_CHOREOGRAPHYCOMMANDRESPONSE_STATUS = _CHOREOGRAPHYCOMMANDRESPONSE.enum_types_by_name['Status']
_MOVEINFO_TRANSITIONSTATE = _MOVEINFO.enum_types_by_name['TransitionState']
_CHOREOGRAPHERDISPLAYINFO_CATEGORY = _CHOREOGRAPHERDISPLAYINFO.enum_types_by_name['Category']
_ANIMATION_ARMPLAYBACK = _ANIMATION.enum_types_by_name['ArmPlayback']
_CHOREOGRAPHYSTATUSRESPONSE_STATUS = _CHOREOGRAPHYSTATUSRESPONSE.enum_types_by_name['Status']
_CHOREOGRAPHYTIMEADJUSTRESPONSE_STATUS = _CHOREOGRAPHYTIMEADJUSTRESPONSE.enum_types_by_name['Status']
ListAllMovesRequest = _reflection.GeneratedProtocolMessageType('ListAllMovesRequest', (_message.Message,), {
'DESCRIPTOR' : _LISTALLMOVESREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ListAllMovesRequest)
})
_sym_db.RegisterMessage(ListAllMovesRequest)
ListAllMovesResponse = _reflection.GeneratedProtocolMessageType('ListAllMovesResponse', (_message.Message,), {
'DESCRIPTOR' : _LISTALLMOVESRESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ListAllMovesResponse)
})
_sym_db.RegisterMessage(ListAllMovesResponse)
ListAllSequencesRequest = _reflection.GeneratedProtocolMessageType('ListAllSequencesRequest', (_message.Message,), {
'DESCRIPTOR' : _LISTALLSEQUENCESREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ListAllSequencesRequest)
})
_sym_db.RegisterMessage(ListAllSequencesRequest)
ListAllSequencesResponse = _reflection.GeneratedProtocolMessageType('ListAllSequencesResponse', (_message.Message,), {
'DESCRIPTOR' : _LISTALLSEQUENCESRESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ListAllSequencesResponse)
})
_sym_db.RegisterMessage(ListAllSequencesResponse)
SequenceInfo = _reflection.GeneratedProtocolMessageType('SequenceInfo', (_message.Message,), {
'DESCRIPTOR' : _SEQUENCEINFO,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.SequenceInfo)
})
_sym_db.RegisterMessage(SequenceInfo)
GetChoreographySequenceRequest = _reflection.GeneratedProtocolMessageType('GetChoreographySequenceRequest', (_message.Message,), {
'DESCRIPTOR' : _GETCHOREOGRAPHYSEQUENCEREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.GetChoreographySequenceRequest)
})
_sym_db.RegisterMessage(GetChoreographySequenceRequest)
GetChoreographySequenceResponse = _reflection.GeneratedProtocolMessageType('GetChoreographySequenceResponse', (_message.Message,), {
'DESCRIPTOR' : _GETCHOREOGRAPHYSEQUENCERESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.GetChoreographySequenceResponse)
})
_sym_db.RegisterMessage(GetChoreographySequenceResponse)
GetAnimationRequest = _reflection.GeneratedProtocolMessageType('GetAnimationRequest', (_message.Message,), {
'DESCRIPTOR' : _GETANIMATIONREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.GetAnimationRequest)
})
_sym_db.RegisterMessage(GetAnimationRequest)
GetAnimationResponse = _reflection.GeneratedProtocolMessageType('GetAnimationResponse', (_message.Message,), {
'DESCRIPTOR' : _GETANIMATIONRESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.GetAnimationResponse)
})
_sym_db.RegisterMessage(GetAnimationResponse)
DeleteSequenceRequest = _reflection.GeneratedProtocolMessageType('DeleteSequenceRequest', (_message.Message,), {
'DESCRIPTOR' : _DELETESEQUENCEREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.DeleteSequenceRequest)
})
_sym_db.RegisterMessage(DeleteSequenceRequest)
DeleteSequenceResponse = _reflection.GeneratedProtocolMessageType('DeleteSequenceResponse', (_message.Message,), {
'DESCRIPTOR' : _DELETESEQUENCERESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.DeleteSequenceResponse)
})
_sym_db.RegisterMessage(DeleteSequenceResponse)
SaveSequenceRequest = _reflection.GeneratedProtocolMessageType('SaveSequenceRequest', (_message.Message,), {
'DESCRIPTOR' : _SAVESEQUENCEREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.SaveSequenceRequest)
})
_sym_db.RegisterMessage(SaveSequenceRequest)
SaveSequenceResponse = _reflection.GeneratedProtocolMessageType('SaveSequenceResponse', (_message.Message,), {
'DESCRIPTOR' : _SAVESEQUENCERESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.SaveSequenceResponse)
})
_sym_db.RegisterMessage(SaveSequenceResponse)
ModifyChoreographyInfoRequest = _reflection.GeneratedProtocolMessageType('ModifyChoreographyInfoRequest', (_message.Message,), {
'DESCRIPTOR' : _MODIFYCHOREOGRAPHYINFOREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ModifyChoreographyInfoRequest)
})
_sym_db.RegisterMessage(ModifyChoreographyInfoRequest)
ModifyChoreographyInfoResponse = _reflection.GeneratedProtocolMessageType('ModifyChoreographyInfoResponse', (_message.Message,), {
'DESCRIPTOR' : _MODIFYCHOREOGRAPHYINFORESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ModifyChoreographyInfoResponse)
})
_sym_db.RegisterMessage(ModifyChoreographyInfoResponse)
ClearAllSequenceFilesRequest = _reflection.GeneratedProtocolMessageType('ClearAllSequenceFilesRequest', (_message.Message,), {
'DESCRIPTOR' : _CLEARALLSEQUENCEFILESREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ClearAllSequenceFilesRequest)
})
_sym_db.RegisterMessage(ClearAllSequenceFilesRequest)
ClearAllSequenceFilesResponse = _reflection.GeneratedProtocolMessageType('ClearAllSequenceFilesResponse', (_message.Message,), {
'DESCRIPTOR' : _CLEARALLSEQUENCEFILESRESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ClearAllSequenceFilesResponse)
})
_sym_db.RegisterMessage(ClearAllSequenceFilesResponse)
UploadChoreographyRequest = _reflection.GeneratedProtocolMessageType('UploadChoreographyRequest', (_message.Message,), {
'DESCRIPTOR' : _UPLOADCHOREOGRAPHYREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.UploadChoreographyRequest)
})
_sym_db.RegisterMessage(UploadChoreographyRequest)
UploadChoreographyResponse = _reflection.GeneratedProtocolMessageType('UploadChoreographyResponse', (_message.Message,), {
'DESCRIPTOR' : _UPLOADCHOREOGRAPHYRESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.UploadChoreographyResponse)
})
_sym_db.RegisterMessage(UploadChoreographyResponse)
UploadAnimatedMoveRequest = _reflection.GeneratedProtocolMessageType('UploadAnimatedMoveRequest', (_message.Message,), {
'DESCRIPTOR' : _UPLOADANIMATEDMOVEREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.UploadAnimatedMoveRequest)
})
_sym_db.RegisterMessage(UploadAnimatedMoveRequest)
UploadAnimatedMoveResponse = _reflection.GeneratedProtocolMessageType('UploadAnimatedMoveResponse', (_message.Message,), {
'DESCRIPTOR' : _UPLOADANIMATEDMOVERESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.UploadAnimatedMoveResponse)
})
_sym_db.RegisterMessage(UploadAnimatedMoveResponse)
ExecuteChoreographyRequest = _reflection.GeneratedProtocolMessageType('ExecuteChoreographyRequest', (_message.Message,), {
'DESCRIPTOR' : _EXECUTECHOREOGRAPHYREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ExecuteChoreographyRequest)
})
_sym_db.RegisterMessage(ExecuteChoreographyRequest)
ExecuteChoreographyResponse = _reflection.GeneratedProtocolMessageType('ExecuteChoreographyResponse', (_message.Message,), {
'DESCRIPTOR' : _EXECUTECHOREOGRAPHYRESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ExecuteChoreographyResponse)
})
_sym_db.RegisterMessage(ExecuteChoreographyResponse)
StartRecordingStateRequest = _reflection.GeneratedProtocolMessageType('StartRecordingStateRequest', (_message.Message,), {
'DESCRIPTOR' : _STARTRECORDINGSTATEREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.StartRecordingStateRequest)
})
_sym_db.RegisterMessage(StartRecordingStateRequest)
StartRecordingStateResponse = _reflection.GeneratedProtocolMessageType('StartRecordingStateResponse', (_message.Message,), {
'DESCRIPTOR' : _STARTRECORDINGSTATERESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.StartRecordingStateResponse)
})
_sym_db.RegisterMessage(StartRecordingStateResponse)
StopRecordingStateRequest = _reflection.GeneratedProtocolMessageType('StopRecordingStateRequest', (_message.Message,), {
'DESCRIPTOR' : _STOPRECORDINGSTATEREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.StopRecordingStateRequest)
})
_sym_db.RegisterMessage(StopRecordingStateRequest)
StopRecordingStateResponse = _reflection.GeneratedProtocolMessageType('StopRecordingStateResponse', (_message.Message,), {
'DESCRIPTOR' : _STOPRECORDINGSTATERESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.StopRecordingStateResponse)
})
_sym_db.RegisterMessage(StopRecordingStateResponse)
DownloadRobotStateLogRequest = _reflection.GeneratedProtocolMessageType('DownloadRobotStateLogRequest', (_message.Message,), {
'DESCRIPTOR' : _DOWNLOADROBOTSTATELOGREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.DownloadRobotStateLogRequest)
})
_sym_db.RegisterMessage(DownloadRobotStateLogRequest)
LoggedJoints = _reflection.GeneratedProtocolMessageType('LoggedJoints', (_message.Message,), {
'DESCRIPTOR' : _LOGGEDJOINTS,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.LoggedJoints)
})
_sym_db.RegisterMessage(LoggedJoints)
LoggedFootContacts = _reflection.GeneratedProtocolMessageType('LoggedFootContacts', (_message.Message,), {
'DESCRIPTOR' : _LOGGEDFOOTCONTACTS,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.LoggedFootContacts)
})
_sym_db.RegisterMessage(LoggedFootContacts)
LoggedStateKeyFrame = _reflection.GeneratedProtocolMessageType('LoggedStateKeyFrame', (_message.Message,), {
'DESCRIPTOR' : _LOGGEDSTATEKEYFRAME,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.LoggedStateKeyFrame)
})
_sym_db.RegisterMessage(LoggedStateKeyFrame)
ChoreographyStateLog = _reflection.GeneratedProtocolMessageType('ChoreographyStateLog', (_message.Message,), {
'DESCRIPTOR' : _CHOREOGRAPHYSTATELOG,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographyStateLog)
})
_sym_db.RegisterMessage(ChoreographyStateLog)
DownloadRobotStateLogResponse = _reflection.GeneratedProtocolMessageType('DownloadRobotStateLogResponse', (_message.Message,), {
'DESCRIPTOR' : _DOWNLOADROBOTSTATELOGRESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.DownloadRobotStateLogResponse)
})
_sym_db.RegisterMessage(DownloadRobotStateLogResponse)
MoveParams = _reflection.GeneratedProtocolMessageType('MoveParams', (_message.Message,), {
'DESCRIPTOR' : _MOVEPARAMS,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.MoveParams)
})
_sym_db.RegisterMessage(MoveParams)
MoveCommand = _reflection.GeneratedProtocolMessageType('MoveCommand', (_message.Message,), {
'DESCRIPTOR' : _MOVECOMMAND,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.MoveCommand)
})
_sym_db.RegisterMessage(MoveCommand)
ChoreographyCommandRequest = _reflection.GeneratedProtocolMessageType('ChoreographyCommandRequest', (_message.Message,), {
'DESCRIPTOR' : _CHOREOGRAPHYCOMMANDREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographyCommandRequest)
})
_sym_db.RegisterMessage(ChoreographyCommandRequest)
ChoreographyCommandResponse = _reflection.GeneratedProtocolMessageType('ChoreographyCommandResponse', (_message.Message,), {
'DESCRIPTOR' : _CHOREOGRAPHYCOMMANDRESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographyCommandResponse)
})
_sym_db.RegisterMessage(ChoreographyCommandResponse)
MoveInfo = _reflection.GeneratedProtocolMessageType('MoveInfo', (_message.Message,), {
'DESCRIPTOR' : _MOVEINFO,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.MoveInfo)
})
_sym_db.RegisterMessage(MoveInfo)
ChoreographerDisplayInfo = _reflection.GeneratedProtocolMessageType('ChoreographerDisplayInfo', (_message.Message,), {
'Color' : _reflection.GeneratedProtocolMessageType('Color', (_message.Message,), {
'DESCRIPTOR' : _CHOREOGRAPHERDISPLAYINFO_COLOR,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographerDisplayInfo.Color)
})
,
'DESCRIPTOR' : _CHOREOGRAPHERDISPLAYINFO,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographerDisplayInfo)
})
_sym_db.RegisterMessage(ChoreographerDisplayInfo)
_sym_db.RegisterMessage(ChoreographerDisplayInfo.Color)
ChoreographySequence = _reflection.GeneratedProtocolMessageType('ChoreographySequence', (_message.Message,), {
'DESCRIPTOR' : _CHOREOGRAPHYSEQUENCE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographySequence)
})
_sym_db.RegisterMessage(ChoreographySequence)
ChoreographyInfo = _reflection.GeneratedProtocolMessageType('ChoreographyInfo', (_message.Message,), {
'DESCRIPTOR' : _CHOREOGRAPHYINFO,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographyInfo)
})
_sym_db.RegisterMessage(ChoreographyInfo)
ChoreographerSave = _reflection.GeneratedProtocolMessageType('ChoreographerSave', (_message.Message,), {
'DESCRIPTOR' : _CHOREOGRAPHERSAVE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographerSave)
})
_sym_db.RegisterMessage(ChoreographerSave)
Animation = _reflection.GeneratedProtocolMessageType('Animation', (_message.Message,), {
'DESCRIPTOR' : _ANIMATION,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.Animation)
})
_sym_db.RegisterMessage(Animation)
AnimationKeyframe = _reflection.GeneratedProtocolMessageType('AnimationKeyframe', (_message.Message,), {
'DESCRIPTOR' : _ANIMATIONKEYFRAME,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimationKeyframe)
})
_sym_db.RegisterMessage(AnimationKeyframe)
AnimateGripper = _reflection.GeneratedProtocolMessageType('AnimateGripper', (_message.Message,), {
'DESCRIPTOR' : _ANIMATEGRIPPER,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimateGripper)
})
_sym_db.RegisterMessage(AnimateGripper)
AnimateArm = _reflection.GeneratedProtocolMessageType('AnimateArm', (_message.Message,), {
'HandPose' : _reflection.GeneratedProtocolMessageType('HandPose', (_message.Message,), {
'DESCRIPTOR' : _ANIMATEARM_HANDPOSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimateArm.HandPose)
})
,
'DESCRIPTOR' : _ANIMATEARM,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimateArm)
})
_sym_db.RegisterMessage(AnimateArm)
_sym_db.RegisterMessage(AnimateArm.HandPose)
ArmJointAngles = _reflection.GeneratedProtocolMessageType('ArmJointAngles', (_message.Message,), {
'DESCRIPTOR' : _ARMJOINTANGLES,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ArmJointAngles)
})
_sym_db.RegisterMessage(ArmJointAngles)
AnimateBody = _reflection.GeneratedProtocolMessageType('AnimateBody', (_message.Message,), {
'DESCRIPTOR' : _ANIMATEBODY,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimateBody)
})
_sym_db.RegisterMessage(AnimateBody)
AnimateLegs = _reflection.GeneratedProtocolMessageType('AnimateLegs', (_message.Message,), {
'DESCRIPTOR' : _ANIMATELEGS,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimateLegs)
})
_sym_db.RegisterMessage(AnimateLegs)
AnimateSingleLeg = _reflection.GeneratedProtocolMessageType('AnimateSingleLeg', (_message.Message,), {
'DESCRIPTOR' : _ANIMATESINGLELEG,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.AnimateSingleLeg)
})
_sym_db.RegisterMessage(AnimateSingleLeg)
LegJointAngles = _reflection.GeneratedProtocolMessageType('LegJointAngles', (_message.Message,), {
'DESCRIPTOR' : _LEGJOINTANGLES,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.LegJointAngles)
})
_sym_db.RegisterMessage(LegJointAngles)
ActiveMove = _reflection.GeneratedProtocolMessageType('ActiveMove', (_message.Message,), {
'DESCRIPTOR' : _ACTIVEMOVE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ActiveMove)
})
_sym_db.RegisterMessage(ActiveMove)
ChoreographyStatusRequest = _reflection.GeneratedProtocolMessageType('ChoreographyStatusRequest', (_message.Message,), {
'DESCRIPTOR' : _CHOREOGRAPHYSTATUSREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographyStatusRequest)
})
_sym_db.RegisterMessage(ChoreographyStatusRequest)
ChoreographyStatusResponse = _reflection.GeneratedProtocolMessageType('ChoreographyStatusResponse', (_message.Message,), {
'DESCRIPTOR' : _CHOREOGRAPHYSTATUSRESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographyStatusResponse)
})
_sym_db.RegisterMessage(ChoreographyStatusResponse)
ChoreographyTimeAdjustRequest = _reflection.GeneratedProtocolMessageType('ChoreographyTimeAdjustRequest', (_message.Message,), {
'DESCRIPTOR' : _CHOREOGRAPHYTIMEADJUSTREQUEST,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographyTimeAdjustRequest)
})
_sym_db.RegisterMessage(ChoreographyTimeAdjustRequest)
ChoreographyTimeAdjustResponse = _reflection.GeneratedProtocolMessageType('ChoreographyTimeAdjustResponse', (_message.Message,), {
'DESCRIPTOR' : _CHOREOGRAPHYTIMEADJUSTRESPONSE,
'__module__' : 'bosdyn.api.spot.choreography_sequence_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot.ChoreographyTimeAdjustResponse)
})
_sym_db.RegisterMessage(ChoreographyTimeAdjustResponse)
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options = b'B\021ChoreographyProto'
_LISTALLSEQUENCESRESPONSE.fields_by_name['known_sequences']._options = None
_LISTALLSEQUENCESRESPONSE.fields_by_name['known_sequences']._serialized_options = b'\030\001'
_ANIMATION.fields_by_name['precise_timing']._options = None
_ANIMATION.fields_by_name['precise_timing']._serialized_options = b'\030\001'
_LISTALLMOVESREQUEST._serialized_start=309
_LISTALLMOVESREQUEST._serialized_end=373
_LISTALLMOVESRESPONSE._serialized_start=376
_LISTALLMOVESRESPONSE._serialized_end=511
_LISTALLSEQUENCESREQUEST._serialized_start=513
_LISTALLSEQUENCESREQUEST._serialized_end=581
_LISTALLSEQUENCESRESPONSE._serialized_start=584
_LISTALLSEQUENCESRESPONSE._serialized_end=737
_SEQUENCEINFO._serialized_start=740
_SEQUENCEINFO._serialized_end=1029
_SEQUENCEINFO_SAVEDSTATE._serialized_start=912
_SEQUENCEINFO_SAVEDSTATE._serialized_end=1029
_GETCHOREOGRAPHYSEQUENCEREQUEST._serialized_start=1032
_GETCHOREOGRAPHYSEQUENCEREQUEST._serialized_end=1167
_GETCHOREOGRAPHYSEQUENCERESPONSE._serialized_start=1170
_GETCHOREOGRAPHYSEQUENCERESPONSE._serialized_end=1541
_GETCHOREOGRAPHYSEQUENCERESPONSE_STATUS._serialized_start=1469
_GETCHOREOGRAPHYSEQUENCERESPONSE_STATUS._serialized_end=1541
_GETANIMATIONREQUEST._serialized_start=1543
_GETANIMATIONREQUEST._serialized_end=1621
_GETANIMATIONRESPONSE._serialized_start=1624
_GETANIMATIONRESPONSE._serialized_end=1878
_GETANIMATIONRESPONSE_STATUS._serialized_start=1805
_GETANIMATIONRESPONSE_STATUS._serialized_end=1878
_DELETESEQUENCEREQUEST._serialized_start=1880
_DELETESEQUENCEREQUEST._serialized_end=1969
_DELETESEQUENCERESPONSE._serialized_start=1972
_DELETESEQUENCERESPONSE._serialized_end=2240
_DELETESEQUENCERESPONSE_STATUS._serialized_start=2107
_DELETESEQUENCERESPONSE_STATUS._serialized_end=2240
_SAVESEQUENCEREQUEST._serialized_start=2242
_SAVESEQUENCEREQUEST._serialized_end=2349
_SAVESEQUENCERESPONSE._serialized_start=2352
_SAVESEQUENCERESPONSE._serialized_end=2613
_SAVESEQUENCERESPONSE_STATUS._serialized_start=2483
_SAVESEQUENCERESPONSE_STATUS._serialized_end=2613
_MODIFYCHOREOGRAPHYINFOREQUEST._serialized_start=2616
_MODIFYCHOREOGRAPHYINFOREQUEST._serialized_end=2756
_MODIFYCHOREOGRAPHYINFORESPONSE._serialized_start=2759
_MODIFYCHOREOGRAPHYINFORESPONSE._serialized_end=3042
_MODIFYCHOREOGRAPHYINFORESPONSE_STATUS._serialized_start=2910
_MODIFYCHOREOGRAPHYINFORESPONSE_STATUS._serialized_end=3042
_CLEARALLSEQUENCEFILESREQUEST._serialized_start=3044
_CLEARALLSEQUENCEFILESREQUEST._serialized_end=3117
_CLEARALLSEQUENCEFILESRESPONSE._serialized_start=3120
_CLEARALLSEQUENCEFILESRESPONSE._serialized_end=3340
_CLEARALLSEQUENCEFILESRESPONSE_STATUS._serialized_start=3268
_CLEARALLSEQUENCEFILESRESPONSE_STATUS._serialized_end=3340
_UPLOADCHOREOGRAPHYREQUEST._serialized_start=3343
_UPLOADCHOREOGRAPHYREQUEST._serialized_end=3511
_UPLOADCHOREOGRAPHYRESPONSE._serialized_start=3513
_UPLOADCHOREOGRAPHYRESPONSE._serialized_end=3603
_UPLOADANIMATEDMOVEREQUEST._serialized_start=3606
_UPLOADANIMATEDMOVEREQUEST._serialized_end=3793
_UPLOADANIMATEDMOVERESPONSE._serialized_start=3796
_UPLOADANIMATEDMOVERESPONSE._serialized_end=4065
_UPLOADANIMATEDMOVERESPONSE_STATUS._serialized_start=3956
_UPLOADANIMATEDMOVERESPONSE_STATUS._serialized_end=4065
_EXECUTECHOREOGRAPHYREQUEST._serialized_start=4068
_EXECUTECHOREOGRAPHYREQUEST._serialized_end=4294
_EXECUTECHOREOGRAPHYRESPONSE._serialized_start=4297
_EXECUTECHOREOGRAPHYRESPONSE._serialized_end=4689
_EXECUTECHOREOGRAPHYRESPONSE_STATUS._serialized_start=4518
_EXECUTECHOREOGRAPHYRESPONSE_STATUS._serialized_end=4689
_STARTRECORDINGSTATEREQUEST._serialized_start=4692
_STARTRECORDINGSTATEREQUEST._serialized_end=4857
_STARTRECORDINGSTATERESPONSE._serialized_start=4860
_STARTRECORDINGSTATERESPONSE._serialized_end=5152
_STARTRECORDINGSTATERESPONSE_STATUS._serialized_start=5034
_STARTRECORDINGSTATERESPONSE_STATUS._serialized_end=5152
_STOPRECORDINGSTATEREQUEST._serialized_start=5154
_STOPRECORDINGSTATEREQUEST._serialized_end=5224
_STOPRECORDINGSTATERESPONSE._serialized_start=5226
_STOPRECORDINGSTATERESPONSE._serialized_end=5298
_DOWNLOADROBOTSTATELOGREQUEST._serialized_start=5301
_DOWNLOADROBOTSTATELOGREQUEST._serialized_end=5533
_DOWNLOADROBOTSTATELOGREQUEST_LOGTYPE._serialized_start=5449
_DOWNLOADROBOTSTATELOGREQUEST_LOGTYPE._serialized_end=5533
_LOGGEDJOINTS._serialized_start=5536
_LOGGEDJOINTS._serialized_end=5829
_LOGGEDFOOTCONTACTS._serialized_start=5831
_LOGGEDFOOTCONTACTS._serialized_end=5931
_LOGGEDSTATEKEYFRAME._serialized_start=5934
_LOGGEDSTATEKEYFRAME._serialized_end=6171
_CHOREOGRAPHYSTATELOG._serialized_start=6173
_CHOREOGRAPHYSTATELOG._serialized_end=6253
_DOWNLOADROBOTSTATELOGRESPONSE._serialized_start=6256
_DOWNLOADROBOTSTATELOGRESPONSE._serialized_end=6549
_DOWNLOADROBOTSTATELOGRESPONSE_STATUS._serialized_start=6442
_DOWNLOADROBOTSTATELOGRESPONSE_STATUS._serialized_end=6549
_MOVEPARAMS._serialized_start=6552
_MOVEPARAMS._serialized_end=9012
_MOVECOMMAND._serialized_start=9014
_MOVECOMMAND._serialized_end=9141
_CHOREOGRAPHYCOMMANDREQUEST._serialized_start=9144
_CHOREOGRAPHYCOMMANDREQUEST._serialized_end=9351
_CHOREOGRAPHYCOMMANDRESPONSE._serialized_start=9354
_CHOREOGRAPHYCOMMANDRESPONSE._serialized_end=9744
_CHOREOGRAPHYCOMMANDRESPONSE_STATUS._serialized_start=9553
_CHOREOGRAPHYCOMMANDRESPONSE_STATUS._serialized_end=9744
_MOVEINFO._serialized_start=9747
_MOVEINFO._serialized_end=10611
_MOVEINFO_TRANSITIONSTATE._serialized_start=10453
_MOVEINFO_TRANSITIONSTATE._serialized_end=10611
_CHOREOGRAPHERDISPLAYINFO._serialized_start=10614
_CHOREOGRAPHERDISPLAYINFO._serialized_end=11195
_CHOREOGRAPHERDISPLAYINFO_COLOR._serialized_start=10829
_CHOREOGRAPHERDISPLAYINFO_COLOR._serialized_end=10880
_CHOREOGRAPHERDISPLAYINFO_CATEGORY._serialized_start=10883
_CHOREOGRAPHERDISPLAYINFO_CATEGORY._serialized_end=11195
_CHOREOGRAPHYSEQUENCE._serialized_start=11198
_CHOREOGRAPHYSEQUENCE._serialized_end=11434
_CHOREOGRAPHYINFO._serialized_start=11436
_CHOREOGRAPHYINFO._serialized_end=11470
_CHOREOGRAPHERSAVE._serialized_start=11473
_CHOREOGRAPHERSAVE._serialized_end=11643
_ANIMATION._serialized_start=11646
_ANIMATION._serialized_end=12590
_ANIMATION_ARMPLAYBACK._serialized_start=12454
_ANIMATION_ARMPLAYBACK._serialized_end=12590
_ANIMATIONKEYFRAME._serialized_start=12593
_ANIMATIONKEYFRAME._serialized_end=12806
_ANIMATEGRIPPER._serialized_start=12808
_ANIMATEGRIPPER._serialized_end=12877
_ANIMATEARM._serialized_start=12880
_ANIMATEARM._serialized_end=13186
_ANIMATEARM_HANDPOSE._serialized_start=13011
_ANIMATEARM_HANDPOSE._serialized_end=13179
_ARMJOINTANGLES._serialized_start=13189
_ARMJOINTANGLES._serialized_end=13493
_ANIMATEBODY._serialized_start=13496
_ANIMATEBODY._serialized_end=13723
_ANIMATELEGS._serialized_start=13726
_ANIMATELEGS._serialized_end=13927
_ANIMATESINGLELEG._serialized_start=13930
_ANIMATESINGLELEG._serialized_end=14099
_LEGJOINTANGLES._serialized_start=14101
_LEGJOINTANGLES._serialized_end=14161
_ACTIVEMOVE._serialized_start=14164
_ACTIVEMOVE._serialized_end=14317
_CHOREOGRAPHYSTATUSREQUEST._serialized_start=14319
_CHOREOGRAPHYSTATUSREQUEST._serialized_end=14389
_CHOREOGRAPHYSTATUSRESPONSE._serialized_start=14392
_CHOREOGRAPHYSTATUSRESPONSE._serialized_end=15009
_CHOREOGRAPHYSTATUSRESPONSE_STATUS._serialized_start=14766
_CHOREOGRAPHYSTATUSRESPONSE_STATUS._serialized_end=15009
_CHOREOGRAPHYTIMEADJUSTREQUEST._serialized_start=15012
_CHOREOGRAPHYTIMEADJUSTREQUEST._serialized_end=15256
_CHOREOGRAPHYTIMEADJUSTRESPONSE._serialized_start=15259
_CHOREOGRAPHYTIMEADJUSTRESPONSE._serialized_end=15569
_CHOREOGRAPHYTIMEADJUSTRESPONSE_STATUS._serialized_start=15428
_CHOREOGRAPHYTIMEADJUSTRESPONSE_STATUS._serialized_end=15569
# @@protoc_insertion_point(module_scope)