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.
@@ -1,29 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: bosdyn/api/spot/choreography_service.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 bosdyn.api.spot import choreography_sequence_pb2 as bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2
16
-
17
-
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*bosdyn/api/spot/choreography_service.proto\x12\x0f\x62osdyn.api.spot\x1a+bosdyn/api/spot/choreography_sequence.proto2\xb6\x0c\n\x13\x43horeographyService\x12]\n\x0cListAllMoves\x12$.bosdyn.api.spot.ListAllMovesRequest\x1a%.bosdyn.api.spot.ListAllMovesResponse\"\x00\x12i\n\x10ListAllSequences\x12(.bosdyn.api.spot.ListAllSequencesRequest\x1a).bosdyn.api.spot.ListAllSequencesResponse\"\x00\x12\x63\n\x0e\x44\x65leteSequence\x12&.bosdyn.api.spot.DeleteSequenceRequest\x1a\'.bosdyn.api.spot.DeleteSequenceResponse\"\x00\x12]\n\x0cSaveSequence\x12$.bosdyn.api.spot.SaveSequenceRequest\x1a%.bosdyn.api.spot.SaveSequenceResponse\"\x00\x12{\n\x16ModifyChoreographyInfo\x12..bosdyn.api.spot.ModifyChoreographyInfoRequest\x1a/.bosdyn.api.spot.ModifyChoreographyInfoResponse\"\x00\x12x\n\x15\x43learAllSequenceFiles\x12-.bosdyn.api.spot.ClearAllSequenceFilesRequest\x1a..bosdyn.api.spot.ClearAllSequenceFilesResponse\"\x00\x12o\n\x12UploadChoreography\x12*.bosdyn.api.spot.UploadChoreographyRequest\x1a+.bosdyn.api.spot.UploadChoreographyResponse\"\x00\x12o\n\x12UploadAnimatedMove\x12*.bosdyn.api.spot.UploadAnimatedMoveRequest\x1a+.bosdyn.api.spot.UploadAnimatedMoveResponse\"\x00\x12r\n\x13\x45xecuteChoreography\x12+.bosdyn.api.spot.ExecuteChoreographyRequest\x1a,.bosdyn.api.spot.ExecuteChoreographyResponse\"\x00\x12r\n\x13StartRecordingState\x12+.bosdyn.api.spot.StartRecordingStateRequest\x1a,.bosdyn.api.spot.StartRecordingStateResponse\"\x00\x12o\n\x12StopRecordingState\x12*.bosdyn.api.spot.StopRecordingStateRequest\x1a+.bosdyn.api.spot.StopRecordingStateResponse\"\x00\x12z\n\x15\x44ownloadRobotStateLog\x12-.bosdyn.api.spot.DownloadRobotStateLogRequest\x1a..bosdyn.api.spot.DownloadRobotStateLogResponse\"\x00\x30\x01\x12o\n\x12\x43horeographyStatus\x12*.bosdyn.api.spot.ChoreographyStatusRequest\x1a+.bosdyn.api.spot.ChoreographyStatusResponse\"\x00\x12r\n\x13\x43horeographyCommand\x12+.bosdyn.api.spot.ChoreographyCommandRequest\x1a,.bosdyn.api.spot.ChoreographyCommandResponse\"\x00\x42\x1a\x42\x18\x43horeographyServiceProtob\x06proto3')
19
-
20
-
21
-
22
- _CHOREOGRAPHYSERVICE = DESCRIPTOR.services_by_name['ChoreographyService']
23
- if _descriptor._USE_C_DESCRIPTORS == False:
24
-
25
- DESCRIPTOR._options = None
26
- DESCRIPTOR._serialized_options = b'B\030ChoreographyServiceProto'
27
- _CHOREOGRAPHYSERVICE._serialized_start=109
28
- _CHOREOGRAPHYSERVICE._serialized_end=1699
29
- # @@protoc_insertion_point(module_scope)
@@ -1,511 +0,0 @@
1
- # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
- """Client and server classes corresponding to protobuf-defined services."""
3
- import grpc
4
-
5
- from bosdyn.api.spot import choreography_sequence_pb2 as bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2
6
-
7
-
8
- class ChoreographyServiceStub(object):
9
- """Missing associated documentation comment in .proto file."""
10
-
11
- def __init__(self, channel):
12
- """Constructor.
13
-
14
- Args:
15
- channel: A grpc.Channel.
16
- """
17
- self.ListAllMoves = channel.unary_unary(
18
- '/bosdyn.api.spot.ChoreographyService/ListAllMoves',
19
- request_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ListAllMovesRequest.SerializeToString,
20
- response_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ListAllMovesResponse.FromString,
21
- )
22
- self.ListAllSequences = channel.unary_unary(
23
- '/bosdyn.api.spot.ChoreographyService/ListAllSequences',
24
- request_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ListAllSequencesRequest.SerializeToString,
25
- response_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ListAllSequencesResponse.FromString,
26
- )
27
- self.DeleteSequence = channel.unary_unary(
28
- '/bosdyn.api.spot.ChoreographyService/DeleteSequence',
29
- request_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.DeleteSequenceRequest.SerializeToString,
30
- response_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.DeleteSequenceResponse.FromString,
31
- )
32
- self.SaveSequence = channel.unary_unary(
33
- '/bosdyn.api.spot.ChoreographyService/SaveSequence',
34
- request_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.SaveSequenceRequest.SerializeToString,
35
- response_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.SaveSequenceResponse.FromString,
36
- )
37
- self.ModifyChoreographyInfo = channel.unary_unary(
38
- '/bosdyn.api.spot.ChoreographyService/ModifyChoreographyInfo',
39
- request_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ModifyChoreographyInfoRequest.SerializeToString,
40
- response_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ModifyChoreographyInfoResponse.FromString,
41
- )
42
- self.ClearAllSequenceFiles = channel.unary_unary(
43
- '/bosdyn.api.spot.ChoreographyService/ClearAllSequenceFiles',
44
- request_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ClearAllSequenceFilesRequest.SerializeToString,
45
- response_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ClearAllSequenceFilesResponse.FromString,
46
- )
47
- self.UploadChoreography = channel.unary_unary(
48
- '/bosdyn.api.spot.ChoreographyService/UploadChoreography',
49
- request_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.UploadChoreographyRequest.SerializeToString,
50
- response_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.UploadChoreographyResponse.FromString,
51
- )
52
- self.UploadAnimatedMove = channel.unary_unary(
53
- '/bosdyn.api.spot.ChoreographyService/UploadAnimatedMove',
54
- request_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.UploadAnimatedMoveRequest.SerializeToString,
55
- response_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.UploadAnimatedMoveResponse.FromString,
56
- )
57
- self.ExecuteChoreography = channel.unary_unary(
58
- '/bosdyn.api.spot.ChoreographyService/ExecuteChoreography',
59
- request_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ExecuteChoreographyRequest.SerializeToString,
60
- response_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ExecuteChoreographyResponse.FromString,
61
- )
62
- self.StartRecordingState = channel.unary_unary(
63
- '/bosdyn.api.spot.ChoreographyService/StartRecordingState',
64
- request_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.StartRecordingStateRequest.SerializeToString,
65
- response_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.StartRecordingStateResponse.FromString,
66
- )
67
- self.StopRecordingState = channel.unary_unary(
68
- '/bosdyn.api.spot.ChoreographyService/StopRecordingState',
69
- request_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.StopRecordingStateRequest.SerializeToString,
70
- response_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.StopRecordingStateResponse.FromString,
71
- )
72
- self.DownloadRobotStateLog = channel.unary_stream(
73
- '/bosdyn.api.spot.ChoreographyService/DownloadRobotStateLog',
74
- request_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.DownloadRobotStateLogRequest.SerializeToString,
75
- response_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.DownloadRobotStateLogResponse.FromString,
76
- )
77
- self.ChoreographyStatus = channel.unary_unary(
78
- '/bosdyn.api.spot.ChoreographyService/ChoreographyStatus',
79
- request_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ChoreographyStatusRequest.SerializeToString,
80
- response_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ChoreographyStatusResponse.FromString,
81
- )
82
- self.ChoreographyCommand = channel.unary_unary(
83
- '/bosdyn.api.spot.ChoreographyService/ChoreographyCommand',
84
- request_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ChoreographyCommandRequest.SerializeToString,
85
- response_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ChoreographyCommandResponse.FromString,
86
- )
87
-
88
-
89
- class ChoreographyServiceServicer(object):
90
- """Missing associated documentation comment in .proto file."""
91
-
92
- def ListAllMoves(self, request, context):
93
- """List the available dance moves and their parameter information.
94
- """
95
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
96
- context.set_details('Method not implemented!')
97
- raise NotImplementedError('Method not implemented!')
98
-
99
- def ListAllSequences(self, request, context):
100
- """List the available choreography sequences currently on the robot.
101
- """
102
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
103
- context.set_details('Method not implemented!')
104
- raise NotImplementedError('Method not implemented!')
105
-
106
- def DeleteSequence(self, request, context):
107
- """Delete a retained choreography sequence from the collection of user uploaded
108
- choreography sequences.
109
- """
110
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
111
- context.set_details('Method not implemented!')
112
- raise NotImplementedError('Method not implemented!')
113
-
114
- def SaveSequence(self, request, context):
115
- """Save a user uploaded choreography sequence to the robots collection of
116
- retained choreography sequences.
117
- """
118
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
119
- context.set_details('Method not implemented!')
120
- raise NotImplementedError('Method not implemented!')
121
-
122
- def ModifyChoreographyInfo(self, request, context):
123
- """Modify the metadata of a choreography sequence.
124
- """
125
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
126
- context.set_details('Method not implemented!')
127
- raise NotImplementedError('Method not implemented!')
128
-
129
- def ClearAllSequenceFiles(self, request, context):
130
- """Clear all retained choreography sequence files from robot memory.
131
- """
132
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
133
- context.set_details('Method not implemented!')
134
- raise NotImplementedError('Method not implemented!')
135
-
136
- def UploadChoreography(self, request, context):
137
- """Upload a dance to the robot.
138
- """
139
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
140
- context.set_details('Method not implemented!')
141
- raise NotImplementedError('Method not implemented!')
142
-
143
- def UploadAnimatedMove(self, request, context):
144
- """Upload an animation to the robot.
145
- """
146
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
147
- context.set_details('Method not implemented!')
148
- raise NotImplementedError('Method not implemented!')
149
-
150
- def ExecuteChoreography(self, request, context):
151
- """Execute the uploaded dance.
152
- """
153
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
154
- context.set_details('Method not implemented!')
155
- raise NotImplementedError('Method not implemented!')
156
-
157
- def StartRecordingState(self, request, context):
158
- """Manually start (or continue) recording the robot state.
159
- """
160
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
161
- context.set_details('Method not implemented!')
162
- raise NotImplementedError('Method not implemented!')
163
-
164
- def StopRecordingState(self, request, context):
165
- """Manually stop recording the robot state.
166
- """
167
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
168
- context.set_details('Method not implemented!')
169
- raise NotImplementedError('Method not implemented!')
170
-
171
- def DownloadRobotStateLog(self, request, context):
172
- """Download log of the latest recorded robot state information.
173
- """
174
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
175
- context.set_details('Method not implemented!')
176
- raise NotImplementedError('Method not implemented!')
177
-
178
- def ChoreographyStatus(self, request, context):
179
- """Report the status of a dancing robot.
180
- """
181
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
182
- context.set_details('Method not implemented!')
183
- raise NotImplementedError('Method not implemented!')
184
-
185
- def ChoreographyCommand(self, request, context):
186
- """Commands intended for individual dance moves that are currently executing.
187
- """
188
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
189
- context.set_details('Method not implemented!')
190
- raise NotImplementedError('Method not implemented!')
191
-
192
-
193
- def add_ChoreographyServiceServicer_to_server(servicer, server):
194
- rpc_method_handlers = {
195
- 'ListAllMoves': grpc.unary_unary_rpc_method_handler(
196
- servicer.ListAllMoves,
197
- request_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ListAllMovesRequest.FromString,
198
- response_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ListAllMovesResponse.SerializeToString,
199
- ),
200
- 'ListAllSequences': grpc.unary_unary_rpc_method_handler(
201
- servicer.ListAllSequences,
202
- request_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ListAllSequencesRequest.FromString,
203
- response_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ListAllSequencesResponse.SerializeToString,
204
- ),
205
- 'DeleteSequence': grpc.unary_unary_rpc_method_handler(
206
- servicer.DeleteSequence,
207
- request_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.DeleteSequenceRequest.FromString,
208
- response_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.DeleteSequenceResponse.SerializeToString,
209
- ),
210
- 'SaveSequence': grpc.unary_unary_rpc_method_handler(
211
- servicer.SaveSequence,
212
- request_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.SaveSequenceRequest.FromString,
213
- response_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.SaveSequenceResponse.SerializeToString,
214
- ),
215
- 'ModifyChoreographyInfo': grpc.unary_unary_rpc_method_handler(
216
- servicer.ModifyChoreographyInfo,
217
- request_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ModifyChoreographyInfoRequest.FromString,
218
- response_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ModifyChoreographyInfoResponse.SerializeToString,
219
- ),
220
- 'ClearAllSequenceFiles': grpc.unary_unary_rpc_method_handler(
221
- servicer.ClearAllSequenceFiles,
222
- request_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ClearAllSequenceFilesRequest.FromString,
223
- response_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ClearAllSequenceFilesResponse.SerializeToString,
224
- ),
225
- 'UploadChoreography': grpc.unary_unary_rpc_method_handler(
226
- servicer.UploadChoreography,
227
- request_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.UploadChoreographyRequest.FromString,
228
- response_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.UploadChoreographyResponse.SerializeToString,
229
- ),
230
- 'UploadAnimatedMove': grpc.unary_unary_rpc_method_handler(
231
- servicer.UploadAnimatedMove,
232
- request_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.UploadAnimatedMoveRequest.FromString,
233
- response_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.UploadAnimatedMoveResponse.SerializeToString,
234
- ),
235
- 'ExecuteChoreography': grpc.unary_unary_rpc_method_handler(
236
- servicer.ExecuteChoreography,
237
- request_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ExecuteChoreographyRequest.FromString,
238
- response_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ExecuteChoreographyResponse.SerializeToString,
239
- ),
240
- 'StartRecordingState': grpc.unary_unary_rpc_method_handler(
241
- servicer.StartRecordingState,
242
- request_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.StartRecordingStateRequest.FromString,
243
- response_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.StartRecordingStateResponse.SerializeToString,
244
- ),
245
- 'StopRecordingState': grpc.unary_unary_rpc_method_handler(
246
- servicer.StopRecordingState,
247
- request_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.StopRecordingStateRequest.FromString,
248
- response_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.StopRecordingStateResponse.SerializeToString,
249
- ),
250
- 'DownloadRobotStateLog': grpc.unary_stream_rpc_method_handler(
251
- servicer.DownloadRobotStateLog,
252
- request_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.DownloadRobotStateLogRequest.FromString,
253
- response_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.DownloadRobotStateLogResponse.SerializeToString,
254
- ),
255
- 'ChoreographyStatus': grpc.unary_unary_rpc_method_handler(
256
- servicer.ChoreographyStatus,
257
- request_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ChoreographyStatusRequest.FromString,
258
- response_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ChoreographyStatusResponse.SerializeToString,
259
- ),
260
- 'ChoreographyCommand': grpc.unary_unary_rpc_method_handler(
261
- servicer.ChoreographyCommand,
262
- request_deserializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ChoreographyCommandRequest.FromString,
263
- response_serializer=bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ChoreographyCommandResponse.SerializeToString,
264
- ),
265
- }
266
- generic_handler = grpc.method_handlers_generic_handler(
267
- 'bosdyn.api.spot.ChoreographyService', rpc_method_handlers)
268
- server.add_generic_rpc_handlers((generic_handler,))
269
-
270
-
271
- # This class is part of an EXPERIMENTAL API.
272
- class ChoreographyService(object):
273
- """Missing associated documentation comment in .proto file."""
274
-
275
- @staticmethod
276
- def ListAllMoves(request,
277
- target,
278
- options=(),
279
- channel_credentials=None,
280
- call_credentials=None,
281
- insecure=False,
282
- compression=None,
283
- wait_for_ready=None,
284
- timeout=None,
285
- metadata=None):
286
- return grpc.experimental.unary_unary(request, target, '/bosdyn.api.spot.ChoreographyService/ListAllMoves',
287
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ListAllMovesRequest.SerializeToString,
288
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ListAllMovesResponse.FromString,
289
- options, channel_credentials,
290
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
291
-
292
- @staticmethod
293
- def ListAllSequences(request,
294
- target,
295
- options=(),
296
- channel_credentials=None,
297
- call_credentials=None,
298
- insecure=False,
299
- compression=None,
300
- wait_for_ready=None,
301
- timeout=None,
302
- metadata=None):
303
- return grpc.experimental.unary_unary(request, target, '/bosdyn.api.spot.ChoreographyService/ListAllSequences',
304
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ListAllSequencesRequest.SerializeToString,
305
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ListAllSequencesResponse.FromString,
306
- options, channel_credentials,
307
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
308
-
309
- @staticmethod
310
- def DeleteSequence(request,
311
- target,
312
- options=(),
313
- channel_credentials=None,
314
- call_credentials=None,
315
- insecure=False,
316
- compression=None,
317
- wait_for_ready=None,
318
- timeout=None,
319
- metadata=None):
320
- return grpc.experimental.unary_unary(request, target, '/bosdyn.api.spot.ChoreographyService/DeleteSequence',
321
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.DeleteSequenceRequest.SerializeToString,
322
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.DeleteSequenceResponse.FromString,
323
- options, channel_credentials,
324
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
325
-
326
- @staticmethod
327
- def SaveSequence(request,
328
- target,
329
- options=(),
330
- channel_credentials=None,
331
- call_credentials=None,
332
- insecure=False,
333
- compression=None,
334
- wait_for_ready=None,
335
- timeout=None,
336
- metadata=None):
337
- return grpc.experimental.unary_unary(request, target, '/bosdyn.api.spot.ChoreographyService/SaveSequence',
338
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.SaveSequenceRequest.SerializeToString,
339
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.SaveSequenceResponse.FromString,
340
- options, channel_credentials,
341
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
342
-
343
- @staticmethod
344
- def ModifyChoreographyInfo(request,
345
- target,
346
- options=(),
347
- channel_credentials=None,
348
- call_credentials=None,
349
- insecure=False,
350
- compression=None,
351
- wait_for_ready=None,
352
- timeout=None,
353
- metadata=None):
354
- return grpc.experimental.unary_unary(request, target, '/bosdyn.api.spot.ChoreographyService/ModifyChoreographyInfo',
355
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ModifyChoreographyInfoRequest.SerializeToString,
356
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ModifyChoreographyInfoResponse.FromString,
357
- options, channel_credentials,
358
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
359
-
360
- @staticmethod
361
- def ClearAllSequenceFiles(request,
362
- target,
363
- options=(),
364
- channel_credentials=None,
365
- call_credentials=None,
366
- insecure=False,
367
- compression=None,
368
- wait_for_ready=None,
369
- timeout=None,
370
- metadata=None):
371
- return grpc.experimental.unary_unary(request, target, '/bosdyn.api.spot.ChoreographyService/ClearAllSequenceFiles',
372
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ClearAllSequenceFilesRequest.SerializeToString,
373
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ClearAllSequenceFilesResponse.FromString,
374
- options, channel_credentials,
375
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
376
-
377
- @staticmethod
378
- def UploadChoreography(request,
379
- target,
380
- options=(),
381
- channel_credentials=None,
382
- call_credentials=None,
383
- insecure=False,
384
- compression=None,
385
- wait_for_ready=None,
386
- timeout=None,
387
- metadata=None):
388
- return grpc.experimental.unary_unary(request, target, '/bosdyn.api.spot.ChoreographyService/UploadChoreography',
389
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.UploadChoreographyRequest.SerializeToString,
390
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.UploadChoreographyResponse.FromString,
391
- options, channel_credentials,
392
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
393
-
394
- @staticmethod
395
- def UploadAnimatedMove(request,
396
- target,
397
- options=(),
398
- channel_credentials=None,
399
- call_credentials=None,
400
- insecure=False,
401
- compression=None,
402
- wait_for_ready=None,
403
- timeout=None,
404
- metadata=None):
405
- return grpc.experimental.unary_unary(request, target, '/bosdyn.api.spot.ChoreographyService/UploadAnimatedMove',
406
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.UploadAnimatedMoveRequest.SerializeToString,
407
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.UploadAnimatedMoveResponse.FromString,
408
- options, channel_credentials,
409
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
410
-
411
- @staticmethod
412
- def ExecuteChoreography(request,
413
- target,
414
- options=(),
415
- channel_credentials=None,
416
- call_credentials=None,
417
- insecure=False,
418
- compression=None,
419
- wait_for_ready=None,
420
- timeout=None,
421
- metadata=None):
422
- return grpc.experimental.unary_unary(request, target, '/bosdyn.api.spot.ChoreographyService/ExecuteChoreography',
423
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ExecuteChoreographyRequest.SerializeToString,
424
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ExecuteChoreographyResponse.FromString,
425
- options, channel_credentials,
426
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
427
-
428
- @staticmethod
429
- def StartRecordingState(request,
430
- target,
431
- options=(),
432
- channel_credentials=None,
433
- call_credentials=None,
434
- insecure=False,
435
- compression=None,
436
- wait_for_ready=None,
437
- timeout=None,
438
- metadata=None):
439
- return grpc.experimental.unary_unary(request, target, '/bosdyn.api.spot.ChoreographyService/StartRecordingState',
440
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.StartRecordingStateRequest.SerializeToString,
441
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.StartRecordingStateResponse.FromString,
442
- options, channel_credentials,
443
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
444
-
445
- @staticmethod
446
- def StopRecordingState(request,
447
- target,
448
- options=(),
449
- channel_credentials=None,
450
- call_credentials=None,
451
- insecure=False,
452
- compression=None,
453
- wait_for_ready=None,
454
- timeout=None,
455
- metadata=None):
456
- return grpc.experimental.unary_unary(request, target, '/bosdyn.api.spot.ChoreographyService/StopRecordingState',
457
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.StopRecordingStateRequest.SerializeToString,
458
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.StopRecordingStateResponse.FromString,
459
- options, channel_credentials,
460
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
461
-
462
- @staticmethod
463
- def DownloadRobotStateLog(request,
464
- target,
465
- options=(),
466
- channel_credentials=None,
467
- call_credentials=None,
468
- insecure=False,
469
- compression=None,
470
- wait_for_ready=None,
471
- timeout=None,
472
- metadata=None):
473
- return grpc.experimental.unary_stream(request, target, '/bosdyn.api.spot.ChoreographyService/DownloadRobotStateLog',
474
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.DownloadRobotStateLogRequest.SerializeToString,
475
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.DownloadRobotStateLogResponse.FromString,
476
- options, channel_credentials,
477
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
478
-
479
- @staticmethod
480
- def ChoreographyStatus(request,
481
- target,
482
- options=(),
483
- channel_credentials=None,
484
- call_credentials=None,
485
- insecure=False,
486
- compression=None,
487
- wait_for_ready=None,
488
- timeout=None,
489
- metadata=None):
490
- return grpc.experimental.unary_unary(request, target, '/bosdyn.api.spot.ChoreographyService/ChoreographyStatus',
491
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ChoreographyStatusRequest.SerializeToString,
492
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ChoreographyStatusResponse.FromString,
493
- options, channel_credentials,
494
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
495
-
496
- @staticmethod
497
- def ChoreographyCommand(request,
498
- target,
499
- options=(),
500
- channel_credentials=None,
501
- call_credentials=None,
502
- insecure=False,
503
- compression=None,
504
- wait_for_ready=None,
505
- timeout=None,
506
- metadata=None):
507
- return grpc.experimental.unary_unary(request, target, '/bosdyn.api.spot.ChoreographyService/ChoreographyCommand',
508
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ChoreographyCommandRequest.SerializeToString,
509
- bosdyn_dot_api_dot_spot_dot_choreography__sequence__pb2.ChoreographyCommandResponse.FromString,
510
- options, channel_credentials,
511
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@@ -1,13 +0,0 @@
1
- bosdyn/__init__.py,sha256=h-QyvMVzDNpT3jyVskcSbUVFXxGCRxieFPrvTveZG9k,64
2
- bosdyn/api/__init__.py,sha256=h-QyvMVzDNpT3jyVskcSbUVFXxGCRxieFPrvTveZG9k,64
3
- bosdyn/api/spot/__init__.py,sha256=h-QyvMVzDNpT3jyVskcSbUVFXxGCRxieFPrvTveZG9k,64
4
- bosdyn/api/spot/choreography_params_pb2.py,sha256=L3mThS_rwGPq41JLpWAPgYneiCDE4Ru2lpPT3WHIdbM,52917
5
- bosdyn/api/spot/choreography_params_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
6
- bosdyn/api/spot/choreography_sequence_pb2.py,sha256=iNOgt9ZEKNVTQkpv0-FljDOAmnRp6t4lKcz-X8qNQDs,53517
7
- bosdyn/api/spot/choreography_sequence_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
8
- bosdyn/api/spot/choreography_service_pb2.py,sha256=ykmFtskgrBBd20VPp-McwWC-GStAPDyOucQcz-TNIbQ,3109
9
- bosdyn/api/spot/choreography_service_pb2_grpc.py,sha256=XMqXEzL7FocgRnxQBiX1K7fQd5V4TVwm7c8V9d1h4Uc,27930
10
- bosdyn_choreography_protos-3.3.1.dist-info/METADATA,sha256=wWwL4NEGxGhlns6pnIjmmNjnTIiMrlvP9CUEJwr1dx4,1542
11
- bosdyn_choreography_protos-3.3.1.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
12
- bosdyn_choreography_protos-3.3.1.dist-info/top_level.txt,sha256=an2OWgx1ej2jFjmBjPWNQ68ZglvUfKhmXWW-WhTtDmA,7
13
- bosdyn_choreography_protos-3.3.1.dist-info/RECORD,,