wandelbots-api-client 26.1.0.dev42__py3-none-any.whl → 26.1.0.dev63__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.
- wandelbots_api_client/__init__.py +1 -1
- wandelbots_api_client/api_client.py +1 -1
- wandelbots_api_client/configuration.py +1 -1
- wandelbots_api_client/models/__init__.py +3 -1
- wandelbots_api_client/models/virtual_controller_types.py +4 -4
- wandelbots_api_client/v2/__init__.py +1 -1
- wandelbots_api_client/v2/api/__init__.py +2 -0
- wandelbots_api_client/v2/api/jogging_api.py +1 -1
- wandelbots_api_client/v2/api/motion_group_models_api.py +265 -0
- wandelbots_api_client/v2/api/robot_configurations_api.py +291 -0
- wandelbots_api_client/v2/api_client.py +1 -1
- wandelbots_api_client/v2/configuration.py +1 -1
- wandelbots_api_client/v2/models/__init__.py +5 -3
- wandelbots_api_client/v2/models/initialize_jogging_request.py +2 -4
- wandelbots_api_client/v2/models/inverse_kinematics_request.py +6 -4
- wandelbots_api_client/v2/models/kinematic_model.py +110 -0
- wandelbots_api_client/v2/models/virtual_controller.py +1 -2
- wandelbots_api_client/v2/models/virtual_controller_types.py +1 -1
- wandelbots_api_client/v2_pydantic/__init__.py +1 -1
- wandelbots_api_client/v2_pydantic/api/__init__.py +2 -0
- wandelbots_api_client/v2_pydantic/api/jogging_api.py +1 -1
- wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py +268 -0
- wandelbots_api_client/v2_pydantic/api/robot_configurations_api.py +294 -0
- wandelbots_api_client/v2_pydantic/api_client.py +1 -1
- wandelbots_api_client/v2_pydantic/configuration.py +1 -1
- wandelbots_api_client/v2_pydantic/models.py +78 -161
- wandelbots_api_client/v2_pydantic/virtual_controller_types.py +126 -0
- {wandelbots_api_client-26.1.0.dev42.dist-info → wandelbots_api_client-26.1.0.dev63.dist-info}/METADATA +2 -2
- {wandelbots_api_client-26.1.0.dev42.dist-info → wandelbots_api_client-26.1.0.dev63.dist-info}/RECORD +32 -28
- {wandelbots_api_client-26.1.0.dev42.dist-info → wandelbots_api_client-26.1.0.dev63.dist-info}/WHEEL +0 -0
- {wandelbots_api_client-26.1.0.dev42.dist-info → wandelbots_api_client-26.1.0.dev63.dist-info}/licenses/LICENSE +0 -0
- {wandelbots_api_client-26.1.0.dev42.dist-info → wandelbots_api_client-26.1.0.dev63.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: public.openapi.yaml
|
|
3
|
-
# timestamp: 2026-01-
|
|
3
|
+
# timestamp: 2026-01-15T16:36:39+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
@@ -10,6 +10,7 @@ from pathlib import Path
|
|
|
10
10
|
from typing import Annotated, Any, Literal
|
|
11
11
|
|
|
12
12
|
from pydantic import AwareDatetime, BaseModel, EmailStr, Field, RootModel
|
|
13
|
+
from .virtual_controller_types import VirtualControllerTypes
|
|
13
14
|
|
|
14
15
|
|
|
15
16
|
class NameList(RootModel):
|
|
@@ -48,7 +49,7 @@ class NameList(RootModel):
|
|
|
48
49
|
|
|
49
50
|
|
|
50
51
|
class CellName(RootModel):
|
|
51
|
-
root: Annotated[str, Field(pattern='^[a-z][a-z0-9-]{0,30}[a-z0-9]$')]
|
|
52
|
+
root: Annotated[str, Field(pattern='^[a-z][a-z0-9-]{0,30}[a-z0-9]$')] = 'cell'
|
|
52
53
|
"""
|
|
53
54
|
A unique name for the cell used as an identifier for addressing the cell in all API calls.
|
|
54
55
|
It must be a valid k8s label name as defined by [RFC 1123](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-label-names).
|
|
@@ -151,130 +152,6 @@ class Manufacturer(Enum):
|
|
|
151
152
|
YASKAWA = 'yaskawa'
|
|
152
153
|
|
|
153
154
|
|
|
154
|
-
class VirtualControllerTypes(Enum):
|
|
155
|
-
ABB_IRB1010_037_15 = 'abb-irb1010_037_15'
|
|
156
|
-
ABB_IRB1100_0475_4 = 'abb-irb1100_0475_4'
|
|
157
|
-
ABB_IRB1100_058_4 = 'abb-irb1100_058_4'
|
|
158
|
-
ABB_IRB1200_7 = 'abb-irb1200_7'
|
|
159
|
-
ABB_IRB1300_09_11 = 'abb-irb1300_09_11'
|
|
160
|
-
ABB_IRB1300_115_10 = 'abb-irb1300_115_10'
|
|
161
|
-
ABB_IRB1300_14_12 = 'abb-irb1300_14_12'
|
|
162
|
-
ABB_IRB1300_14_7 = 'abb-irb1300_14_7'
|
|
163
|
-
ABB_IRB1600_12_10 = 'abb-irb1600_12_10'
|
|
164
|
-
ABB_IRB1600_12_6 = 'abb-irb1600_12_6'
|
|
165
|
-
ABB_IRB1600_145_10 = 'abb-irb1600_145_10'
|
|
166
|
-
ABB_IRB1600_145_6 = 'abb-irb1600_145_6'
|
|
167
|
-
ABB_IRB2600_ID_185_15 = 'abb-irb2600ID_185_15'
|
|
168
|
-
ABB_IRB2600_ID_200_8 = 'abb-irb2600ID_200_8'
|
|
169
|
-
ABB_IRB2600_165_12 = 'abb-irb2600_165_12'
|
|
170
|
-
ABB_IRB2600_165_20 = 'abb-irb2600_165_20'
|
|
171
|
-
ABB_IRB2600_185_12 = 'abb-irb2600_185_12'
|
|
172
|
-
ABB_IRB4600_205_45 = 'abb-irb4600_205_45'
|
|
173
|
-
ABB_IRB4600_205_60 = 'abb-irb4600_205_60'
|
|
174
|
-
ABB_IRB4600_250_20 = 'abb-irb4600_250_20'
|
|
175
|
-
ABB_IRB4600_255_40 = 'abb-irb4600_255_40'
|
|
176
|
-
ABB_IRB6730_210_310 = 'abb-irb6730_210_310'
|
|
177
|
-
ABB_IRB6730_240_290 = 'abb-irb6730_240_290'
|
|
178
|
-
FANUC_ARC_MATE_100I_D = 'fanuc-arc_mate_100iD'
|
|
179
|
-
FANUC_ARC_MATE_100I_D16_S = 'fanuc-arc_mate_100iD16S'
|
|
180
|
-
FANUC_ARC_MATE_120I_D = 'fanuc-arc_mate_120iD'
|
|
181
|
-
FANUC_ARC_MATE_120I_D12_L = 'fanuc-arc_mate_120iD12L'
|
|
182
|
-
FANUC_ARC_MATE_120I_D35 = 'fanuc-arc_mate_120iD35'
|
|
183
|
-
FANUC_CR35IB = 'fanuc-cr35ib'
|
|
184
|
-
FANUC_CR7IA = 'fanuc-cr7ia'
|
|
185
|
-
FANUC_CR7IAL = 'fanuc-cr7ial'
|
|
186
|
-
FANUC_CRX10IA = 'fanuc-crx10ia'
|
|
187
|
-
FANUC_CRX10IAL = 'fanuc-crx10ial'
|
|
188
|
-
FANUC_CRX20IAL = 'fanuc-crx20ial'
|
|
189
|
-
FANUC_CRX25IA = 'fanuc-crx25ia'
|
|
190
|
-
FANUC_CRX30IA = 'fanuc-crx30ia'
|
|
191
|
-
FANUC_CRX5IA = 'fanuc-crx5ia'
|
|
192
|
-
FANUC_LR_MATE_200I_D = 'fanuc-lr_mate_200iD'
|
|
193
|
-
FANUC_LR_MATE_200I_D4_S = 'fanuc-lr_mate_200iD4S'
|
|
194
|
-
FANUC_LR_MATE_200I_D7_L = 'fanuc-lr_mate_200iD7L'
|
|
195
|
-
FANUC_M10I_D12 = 'fanuc-m10iD12'
|
|
196
|
-
FANUC_M10I_D16_S = 'fanuc-m10iD16S'
|
|
197
|
-
FANUC_M20I_D25 = 'fanuc-m20iD25'
|
|
198
|
-
FANUC_M20I_D35 = 'fanuc-m20iD35'
|
|
199
|
-
FANUC_M710I_C20_L = 'fanuc-m710iC20L'
|
|
200
|
-
FANUC_M900I_B280_L = 'fanuc-m900iB280L'
|
|
201
|
-
FANUC_M900I_B360_E = 'fanuc-m900iB360E'
|
|
202
|
-
FANUC_R2000IC125L = 'fanuc-r2000ic125l'
|
|
203
|
-
FANUC_R2000IC210F = 'fanuc-r2000ic210f'
|
|
204
|
-
KUKA_KR10_R1100 = 'kuka-kr10_r1100'
|
|
205
|
-
KUKA_KR10_R1100_2 = 'kuka-kr10_r1100_2'
|
|
206
|
-
KUKA_KR10_R900 = 'kuka-kr10_r900'
|
|
207
|
-
KUKA_KR10_R900_2 = 'kuka-kr10_r900_2'
|
|
208
|
-
KUKA_KR120_R2700_2 = 'kuka-kr120_r2700_2'
|
|
209
|
-
KUKA_KR12_R1810_2 = 'kuka-kr12_r1810_2'
|
|
210
|
-
KUKA_KR150_R2 = 'kuka-kr150_r2'
|
|
211
|
-
KUKA_KR16_R1610_2 = 'kuka-kr16_r1610_2'
|
|
212
|
-
KUKA_KR16_R2010_2 = 'kuka-kr16_r2010_2'
|
|
213
|
-
KUKA_KR20_R1810 = 'kuka-kr20_r1810'
|
|
214
|
-
KUKA_KR20_R1810_2 = 'kuka-kr20_r1810_2'
|
|
215
|
-
KUKA_KR120_R3100_2 = 'kuka-kr120_r3100_2'
|
|
216
|
-
KUKA_KR120_R3900_2_K = 'kuka-kr120_r3900_2_k'
|
|
217
|
-
KUKA_KR210_R2700_EXTRA = 'kuka-kr210_r2700_extra'
|
|
218
|
-
KUKA_KR210_R2700_2 = 'kuka-kr210_r2700_2'
|
|
219
|
-
KUKA_KR210_R3100_2 = 'kuka-kr210_r3100_2'
|
|
220
|
-
KUKA_KR210_R3300_2 = 'kuka-kr210_r3300_2'
|
|
221
|
-
KUKA_KR240_R2700 = 'kuka-kr240_r2700'
|
|
222
|
-
KUKA_KR240_R2900 = 'kuka-kr240_r2900'
|
|
223
|
-
KUKA_KR240_R3700_2 = 'kuka-kr240_r3700_2'
|
|
224
|
-
KUKA_KR250_R2700_2 = 'kuka-kr250_r2700_2'
|
|
225
|
-
KUKA_KR270_R2700 = 'kuka-kr270_r2700'
|
|
226
|
-
KUKA_KR30_R2100 = 'kuka-kr30_r2100'
|
|
227
|
-
KUKA_KR30_R3 = 'kuka-kr30_r3'
|
|
228
|
-
KUKA_KR360_L240_3 = 'kuka-kr360_l240_3'
|
|
229
|
-
KUKA_KR3_R540 = 'kuka-kr3_r540'
|
|
230
|
-
KUKA_KR4_R600 = 'kuka-kr4_r600'
|
|
231
|
-
KUKA_KR500_L340_3 = 'kuka-kr500_l340_3'
|
|
232
|
-
KUKA_KR50_R2500 = 'kuka-kr50_r2500'
|
|
233
|
-
KUKA_KR60_R3 = 'kuka-kr60_r3'
|
|
234
|
-
KUKA_KR6_R1820 = 'kuka-kr6_r1820'
|
|
235
|
-
KUKA_KR6_R700_2 = 'kuka-kr6_r700_2'
|
|
236
|
-
KUKA_KR6_R700_SIXX = 'kuka-kr6_r700_sixx'
|
|
237
|
-
KUKA_KR6_R900 = 'kuka-kr6_r900'
|
|
238
|
-
KUKA_KR6_R900_2 = 'kuka-kr6_r900_2'
|
|
239
|
-
KUKA_KR70_R2100 = 'kuka-kr70_r2100'
|
|
240
|
-
KUKA_LBR_IISY_11_R1300 = 'kuka-lbr_iisy_11_r1300'
|
|
241
|
-
UNIVERSALROBOTS_UR10CB = 'universalrobots-ur10cb'
|
|
242
|
-
UNIVERSALROBOTS_UR10E = 'universalrobots-ur10e'
|
|
243
|
-
UNIVERSALROBOTS_UR12E = 'universalrobots-ur12e'
|
|
244
|
-
UNIVERSALROBOTS_UR16E = 'universalrobots-ur16e'
|
|
245
|
-
UNIVERSALROBOTS_UR20E = 'universalrobots-ur20e'
|
|
246
|
-
UNIVERSALROBOTS_UR3E = 'universalrobots-ur3e'
|
|
247
|
-
UNIVERSALROBOTS_UR5CB = 'universalrobots-ur5cb'
|
|
248
|
-
UNIVERSALROBOTS_UR5E = 'universalrobots-ur5e'
|
|
249
|
-
UNIVERSALROBOTS_UR7E = 'universalrobots-ur7e'
|
|
250
|
-
YASKAWA_AR1440 = 'yaskawa-ar1440'
|
|
251
|
-
YASKAWA_AR1730 = 'yaskawa-ar1730'
|
|
252
|
-
YASKAWA_AR2010 = 'yaskawa-ar2010'
|
|
253
|
-
YASKAWA_AR3120 = 'yaskawa-ar3120'
|
|
254
|
-
YASKAWA_AR700 = 'yaskawa-ar700'
|
|
255
|
-
YASKAWA_AR900 = 'yaskawa-ar900'
|
|
256
|
-
YASKAWA_GP110 = 'yaskawa-gp110'
|
|
257
|
-
YASKAWA_GP12 = 'yaskawa-gp12'
|
|
258
|
-
YASKAWA_GP180 = 'yaskawa-gp180'
|
|
259
|
-
YASKAWA_GP180_120 = 'yaskawa-gp180-120'
|
|
260
|
-
YASKAWA_GP20HL = 'yaskawa-gp20hl'
|
|
261
|
-
YASKAWA_GP215 = 'yaskawa-gp215'
|
|
262
|
-
YASKAWA_GP225 = 'yaskawa-gp225'
|
|
263
|
-
YASKAWA_GP25 = 'yaskawa-gp25'
|
|
264
|
-
YASKAWA_GP250 = 'yaskawa-gp250'
|
|
265
|
-
YASKAWA_GP25_12 = 'yaskawa-gp25_12'
|
|
266
|
-
YASKAWA_GP280 = 'yaskawa-gp280'
|
|
267
|
-
YASKAWA_GP35_L = 'yaskawa-gp35L'
|
|
268
|
-
YASKAWA_GP400 = 'yaskawa-gp400'
|
|
269
|
-
YASKAWA_GP50 = 'yaskawa-gp50'
|
|
270
|
-
YASKAWA_GP600 = 'yaskawa-gp600'
|
|
271
|
-
YASKAWA_GP7 = 'yaskawa-gp7'
|
|
272
|
-
YASKAWA_GP8 = 'yaskawa-gp8'
|
|
273
|
-
YASKAWA_GP88 = 'yaskawa-gp88'
|
|
274
|
-
YASKAWA_HC10DTP = 'yaskawa-hc10dtp'
|
|
275
|
-
YASKAWA_HC20DTP = 'yaskawa-hc20dtp'
|
|
276
|
-
|
|
277
|
-
|
|
278
155
|
class VirtualController(BaseModel):
|
|
279
156
|
"""
|
|
280
157
|
The configuration of a virtual robot controller has to contain the manufacturer string,
|
|
@@ -284,7 +161,32 @@ class VirtualController(BaseModel):
|
|
|
284
161
|
|
|
285
162
|
kind: Literal['VirtualController'] = 'VirtualController'
|
|
286
163
|
manufacturer: Manufacturer
|
|
287
|
-
type:
|
|
164
|
+
type: Annotated[
|
|
165
|
+
str | None,
|
|
166
|
+
Field(
|
|
167
|
+
examples=[
|
|
168
|
+
'abb-irb1200_7',
|
|
169
|
+
'abb-irb1010_037_15',
|
|
170
|
+
'abb-irb2600ID_200_8',
|
|
171
|
+
'fanuc-arc_mate_120iD12L',
|
|
172
|
+
'fanuc-crx10ial',
|
|
173
|
+
'fanuc-lr_mate_200iD4S',
|
|
174
|
+
'fanuc-r2000ic125l',
|
|
175
|
+
'kuka-kr10_r1100_2',
|
|
176
|
+
'kuka-kr210_r2700_extra',
|
|
177
|
+
'kuka-lbr_iisy_11_r1300',
|
|
178
|
+
'universalrobots-ur10cb',
|
|
179
|
+
'yaskawa-ar1440',
|
|
180
|
+
'yaskawa-gp180-120',
|
|
181
|
+
'yaskawa-hc20dtp',
|
|
182
|
+
]
|
|
183
|
+
),
|
|
184
|
+
] = None
|
|
185
|
+
"""
|
|
186
|
+
Preset type of the virtual robot controller.
|
|
187
|
+
See [getRobotConfigurations](getRobotConfigurations) for supported types.
|
|
188
|
+
|
|
189
|
+
"""
|
|
288
190
|
json_: Annotated[str | None, Field(alias='json')] = None
|
|
289
191
|
"""
|
|
290
192
|
Complete JSON configuration of the virtual robot controller.
|
|
@@ -515,7 +417,7 @@ class Cell(BaseModel):
|
|
|
515
417
|
|
|
516
418
|
"""
|
|
517
419
|
|
|
518
|
-
name: CellName
|
|
420
|
+
name: Annotated[CellName, Field(default_factory=lambda: CellName('cell'))]
|
|
519
421
|
description: CellDescription | None = None
|
|
520
422
|
controllers: list[RobotController] | None = None
|
|
521
423
|
apps: list[App] | None = None
|
|
@@ -1324,6 +1226,45 @@ class LinkChain(RootModel):
|
|
|
1324
1226
|
return iter(self.root)
|
|
1325
1227
|
|
|
1326
1228
|
|
|
1229
|
+
class DHParameter(BaseModel):
|
|
1230
|
+
"""
|
|
1231
|
+
A single set of DH parameters.
|
|
1232
|
+
"""
|
|
1233
|
+
|
|
1234
|
+
alpha: float | None = None
|
|
1235
|
+
"""
|
|
1236
|
+
Angle about x-axis in [rad].
|
|
1237
|
+
"""
|
|
1238
|
+
theta: float | None = None
|
|
1239
|
+
"""
|
|
1240
|
+
Angle about z-axis in [rad].
|
|
1241
|
+
"""
|
|
1242
|
+
a: float | None = None
|
|
1243
|
+
"""
|
|
1244
|
+
Offset along x-axis in [mm].
|
|
1245
|
+
"""
|
|
1246
|
+
d: float | None = None
|
|
1247
|
+
"""
|
|
1248
|
+
Offset along z-axis in [mm].
|
|
1249
|
+
"""
|
|
1250
|
+
reverse_rotation_direction: bool | None = None
|
|
1251
|
+
"""
|
|
1252
|
+
True, if rotation direction of joint is reversed.
|
|
1253
|
+
"""
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
class KinematicModel(BaseModel):
|
|
1257
|
+
"""
|
|
1258
|
+
Kinematics model described by Denavit-Hartenberg parameters.
|
|
1259
|
+
"""
|
|
1260
|
+
|
|
1261
|
+
dh_parameters: list[DHParameter] | None = None
|
|
1262
|
+
inverse_solver: str | None = None
|
|
1263
|
+
"""
|
|
1264
|
+
Optional name of the inverse kinematics solver.
|
|
1265
|
+
"""
|
|
1266
|
+
|
|
1267
|
+
|
|
1327
1268
|
class ControllerDescription(BaseModel):
|
|
1328
1269
|
"""
|
|
1329
1270
|
The data type to describe a robot controller.
|
|
@@ -2353,33 +2294,6 @@ class Payload(BaseModel):
|
|
|
2353
2294
|
moment_of_inertia: Vector3d | None = None
|
|
2354
2295
|
|
|
2355
2296
|
|
|
2356
|
-
class DHParameter(BaseModel):
|
|
2357
|
-
"""
|
|
2358
|
-
A single set of DH parameters.
|
|
2359
|
-
"""
|
|
2360
|
-
|
|
2361
|
-
alpha: float | None = None
|
|
2362
|
-
"""
|
|
2363
|
-
Angle about x-axis in [rad].
|
|
2364
|
-
"""
|
|
2365
|
-
theta: float | None = None
|
|
2366
|
-
"""
|
|
2367
|
-
Angle about z-axis in [rad].
|
|
2368
|
-
"""
|
|
2369
|
-
a: float | None = None
|
|
2370
|
-
"""
|
|
2371
|
-
Offset along x-axis in [mm].
|
|
2372
|
-
"""
|
|
2373
|
-
d: float | None = None
|
|
2374
|
-
"""
|
|
2375
|
-
Offset along z-axis in [mm].
|
|
2376
|
-
"""
|
|
2377
|
-
reverse_rotation_direction: bool | None = None
|
|
2378
|
-
"""
|
|
2379
|
-
True, if rotation direction of joint is reversed.
|
|
2380
|
-
"""
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
2297
|
class MotionGroupDescription(BaseModel):
|
|
2384
2298
|
"""
|
|
2385
2299
|
The configuration of a motion-group used for motion planning.
|
|
@@ -3120,6 +3034,15 @@ class InverseKinematicsRequest(BaseModel):
|
|
|
3120
3034
|
"""
|
|
3121
3035
|
joint_position_limits: JointPositionLimits | None = None
|
|
3122
3036
|
collision_setups: CollisionSetups | None = None
|
|
3037
|
+
reference_joint_position: DoubleArray | None = None
|
|
3038
|
+
"""
|
|
3039
|
+
If present, all solutions are shifted to the same periodicity
|
|
3040
|
+
as the reference: Each individual joint angle is shifted
|
|
3041
|
+
by integer multiples of 2 pi (whole revolutions) until it's
|
|
3042
|
+
as close to the reference as possible. The solutions are sorted
|
|
3043
|
+
by ascending distance (L2 norm) from the reference.
|
|
3044
|
+
|
|
3045
|
+
"""
|
|
3123
3046
|
|
|
3124
3047
|
|
|
3125
3048
|
class InverseKinematicsResponse(BaseModel):
|
|
@@ -3659,12 +3582,6 @@ class InitializeJoggingRequest(BaseModel):
|
|
|
3659
3582
|
Identifier of the tool. Required for robots (all limits, including TCP limits, are respected at all times regardless of the motion). Not required for external axes.
|
|
3660
3583
|
|
|
3661
3584
|
"""
|
|
3662
|
-
response_coordinate_system: str | None = None
|
|
3663
|
-
"""
|
|
3664
|
-
Unique identifier addressing a coordinate system to which the responses are transformed.
|
|
3665
|
-
If not set, world coordinate system is used.
|
|
3666
|
-
|
|
3667
|
-
"""
|
|
3668
3585
|
|
|
3669
3586
|
|
|
3670
3587
|
class JointVelocityRequest(BaseModel):
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
from enum import Enum
|
|
4
|
+
|
|
5
|
+
class VirtualControllerTypes(str, Enum):
|
|
6
|
+
ABB_IRB1010_037_15 = 'abb-irb1010_037_15'
|
|
7
|
+
ABB_IRB1100_0475_4 = 'abb-irb1100_0475_4'
|
|
8
|
+
ABB_IRB1100_058_4 = 'abb-irb1100_058_4'
|
|
9
|
+
ABB_IRB1200_7 = 'abb-irb1200_7'
|
|
10
|
+
ABB_IRB1300_09_11 = 'abb-irb1300_09_11'
|
|
11
|
+
ABB_IRB1300_115_10 = 'abb-irb1300_115_10'
|
|
12
|
+
ABB_IRB1300_14_12 = 'abb-irb1300_14_12'
|
|
13
|
+
ABB_IRB1300_14_7 = 'abb-irb1300_14_7'
|
|
14
|
+
ABB_IRB1600_12_10 = 'abb-irb1600_12_10'
|
|
15
|
+
ABB_IRB1600_12_6 = 'abb-irb1600_12_6'
|
|
16
|
+
ABB_IRB1600_145_10 = 'abb-irb1600_145_10'
|
|
17
|
+
ABB_IRB1600_145_6 = 'abb-irb1600_145_6'
|
|
18
|
+
ABB_IRB2600_ID_185_15 = 'abb-irb2600ID_185_15'
|
|
19
|
+
ABB_IRB2600_ID_200_8 = 'abb-irb2600ID_200_8'
|
|
20
|
+
ABB_IRB2600_165_12 = 'abb-irb2600_165_12'
|
|
21
|
+
ABB_IRB2600_165_20 = 'abb-irb2600_165_20'
|
|
22
|
+
ABB_IRB2600_185_12 = 'abb-irb2600_185_12'
|
|
23
|
+
ABB_IRB4600_205_45 = 'abb-irb4600_205_45'
|
|
24
|
+
ABB_IRB4600_205_60 = 'abb-irb4600_205_60'
|
|
25
|
+
ABB_IRB4600_250_20 = 'abb-irb4600_250_20'
|
|
26
|
+
ABB_IRB4600_255_40 = 'abb-irb4600_255_40'
|
|
27
|
+
ABB_IRB6730_210_310 = 'abb-irb6730_210_310'
|
|
28
|
+
ABB_IRB6730_240_290 = 'abb-irb6730_240_290'
|
|
29
|
+
FANUC_ARC_MATE_100I_D = 'fanuc-arc_mate_100iD'
|
|
30
|
+
FANUC_ARC_MATE_100I_D16_S = 'fanuc-arc_mate_100iD16S'
|
|
31
|
+
FANUC_ARC_MATE_120I_D = 'fanuc-arc_mate_120iD'
|
|
32
|
+
FANUC_ARC_MATE_120I_D12_L = 'fanuc-arc_mate_120iD12L'
|
|
33
|
+
FANUC_ARC_MATE_120I_D35 = 'fanuc-arc_mate_120iD35'
|
|
34
|
+
FANUC_CR35IB = 'fanuc-cr35ib'
|
|
35
|
+
FANUC_CR7IA = 'fanuc-cr7ia'
|
|
36
|
+
FANUC_CR7IAL = 'fanuc-cr7ial'
|
|
37
|
+
FANUC_CRX10IA = 'fanuc-crx10ia'
|
|
38
|
+
FANUC_CRX10IAL = 'fanuc-crx10ial'
|
|
39
|
+
FANUC_CRX20IAL = 'fanuc-crx20ial'
|
|
40
|
+
FANUC_CRX25IA = 'fanuc-crx25ia'
|
|
41
|
+
FANUC_CRX30IA = 'fanuc-crx30ia'
|
|
42
|
+
FANUC_CRX5IA = 'fanuc-crx5ia'
|
|
43
|
+
FANUC_LR_MATE_200I_D = 'fanuc-lr_mate_200iD'
|
|
44
|
+
FANUC_LR_MATE_200I_D4_S = 'fanuc-lr_mate_200iD4S'
|
|
45
|
+
FANUC_LR_MATE_200I_D7_L = 'fanuc-lr_mate_200iD7L'
|
|
46
|
+
FANUC_M10I_D12 = 'fanuc-m10iD12'
|
|
47
|
+
FANUC_M10I_D16_S = 'fanuc-m10iD16S'
|
|
48
|
+
FANUC_M20I_D25 = 'fanuc-m20iD25'
|
|
49
|
+
FANUC_M20I_D35 = 'fanuc-m20iD35'
|
|
50
|
+
FANUC_M710I_C20_L = 'fanuc-m710iC20L'
|
|
51
|
+
FANUC_M900I_B280_L = 'fanuc-m900iB280L'
|
|
52
|
+
FANUC_M900I_B360_E = 'fanuc-m900iB360E'
|
|
53
|
+
FANUC_R2000IC125L = 'fanuc-r2000ic125l'
|
|
54
|
+
FANUC_R2000IC210F = 'fanuc-r2000ic210f'
|
|
55
|
+
KUKA_KR10_R1100 = 'kuka-kr10_r1100'
|
|
56
|
+
KUKA_KR10_R1100_2 = 'kuka-kr10_r1100_2'
|
|
57
|
+
KUKA_KR10_R900 = 'kuka-kr10_r900'
|
|
58
|
+
KUKA_KR10_R900_2 = 'kuka-kr10_r900_2'
|
|
59
|
+
KUKA_KR120_R2700_2 = 'kuka-kr120_r2700_2'
|
|
60
|
+
KUKA_KR12_R1810_2 = 'kuka-kr12_r1810_2'
|
|
61
|
+
KUKA_KR150_R2 = 'kuka-kr150_r2'
|
|
62
|
+
KUKA_KR16_R1610_2 = 'kuka-kr16_r1610_2'
|
|
63
|
+
KUKA_KR16_R2010_2 = 'kuka-kr16_r2010_2'
|
|
64
|
+
KUKA_KR20_R1810 = 'kuka-kr20_r1810'
|
|
65
|
+
KUKA_KR20_R1810_2 = 'kuka-kr20_r1810_2'
|
|
66
|
+
KUKA_KR120_R3100_2 = 'kuka-kr120_r3100_2'
|
|
67
|
+
KUKA_KR120_R3900_2_K = 'kuka-kr120_r3900_2_k'
|
|
68
|
+
KUKA_KR210_R2700_EXTRA = 'kuka-kr210_r2700_extra'
|
|
69
|
+
KUKA_KR210_R2700_2 = 'kuka-kr210_r2700_2'
|
|
70
|
+
KUKA_KR210_R3100_2 = 'kuka-kr210_r3100_2'
|
|
71
|
+
KUKA_KR210_R3300_2 = 'kuka-kr210_r3300_2'
|
|
72
|
+
KUKA_KR240_R2700 = 'kuka-kr240_r2700'
|
|
73
|
+
KUKA_KR240_R2900 = 'kuka-kr240_r2900'
|
|
74
|
+
KUKA_KR240_R3700_2 = 'kuka-kr240_r3700_2'
|
|
75
|
+
KUKA_KR250_R2700_2 = 'kuka-kr250_r2700_2'
|
|
76
|
+
KUKA_KR270_R2700 = 'kuka-kr270_r2700'
|
|
77
|
+
KUKA_KR30_R2100 = 'kuka-kr30_r2100'
|
|
78
|
+
KUKA_KR30_R3 = 'kuka-kr30_r3'
|
|
79
|
+
KUKA_KR360_L240_3 = 'kuka-kr360_l240_3'
|
|
80
|
+
KUKA_KR3_R540 = 'kuka-kr3_r540'
|
|
81
|
+
KUKA_KR4_R600 = 'kuka-kr4_r600'
|
|
82
|
+
KUKA_KR500_L340_3 = 'kuka-kr500_l340_3'
|
|
83
|
+
KUKA_KR50_R2500 = 'kuka-kr50_r2500'
|
|
84
|
+
KUKA_KR60_R3 = 'kuka-kr60_r3'
|
|
85
|
+
KUKA_KR6_R1820 = 'kuka-kr6_r1820'
|
|
86
|
+
KUKA_KR6_R700_2 = 'kuka-kr6_r700_2'
|
|
87
|
+
KUKA_KR6_R700_SIXX = 'kuka-kr6_r700_sixx'
|
|
88
|
+
KUKA_KR6_R900 = 'kuka-kr6_r900'
|
|
89
|
+
KUKA_KR6_R900_2 = 'kuka-kr6_r900_2'
|
|
90
|
+
KUKA_KR70_R2100 = 'kuka-kr70_r2100'
|
|
91
|
+
KUKA_LBR_IISY_11_R1300 = 'kuka-lbr_iisy_11_r1300'
|
|
92
|
+
UNIVERSALROBOTS_UR10CB = 'universalrobots-ur10cb'
|
|
93
|
+
UNIVERSALROBOTS_UR10E = 'universalrobots-ur10e'
|
|
94
|
+
UNIVERSALROBOTS_UR12E = 'universalrobots-ur12e'
|
|
95
|
+
UNIVERSALROBOTS_UR16E = 'universalrobots-ur16e'
|
|
96
|
+
UNIVERSALROBOTS_UR20E = 'universalrobots-ur20e'
|
|
97
|
+
UNIVERSALROBOTS_UR3E = 'universalrobots-ur3e'
|
|
98
|
+
UNIVERSALROBOTS_UR5CB = 'universalrobots-ur5cb'
|
|
99
|
+
UNIVERSALROBOTS_UR5E = 'universalrobots-ur5e'
|
|
100
|
+
UNIVERSALROBOTS_UR7E = 'universalrobots-ur7e'
|
|
101
|
+
YASKAWA_AR1440 = 'yaskawa-ar1440'
|
|
102
|
+
YASKAWA_AR1730 = 'yaskawa-ar1730'
|
|
103
|
+
YASKAWA_AR2010 = 'yaskawa-ar2010'
|
|
104
|
+
YASKAWA_AR3120 = 'yaskawa-ar3120'
|
|
105
|
+
YASKAWA_AR700 = 'yaskawa-ar700'
|
|
106
|
+
YASKAWA_AR900 = 'yaskawa-ar900'
|
|
107
|
+
YASKAWA_GP110 = 'yaskawa-gp110'
|
|
108
|
+
YASKAWA_GP12 = 'yaskawa-gp12'
|
|
109
|
+
YASKAWA_GP180 = 'yaskawa-gp180'
|
|
110
|
+
YASKAWA_GP180_120 = 'yaskawa-gp180-120'
|
|
111
|
+
YASKAWA_GP20HL = 'yaskawa-gp20hl'
|
|
112
|
+
YASKAWA_GP215 = 'yaskawa-gp215'
|
|
113
|
+
YASKAWA_GP225 = 'yaskawa-gp225'
|
|
114
|
+
YASKAWA_GP25 = 'yaskawa-gp25'
|
|
115
|
+
YASKAWA_GP250 = 'yaskawa-gp250'
|
|
116
|
+
YASKAWA_GP25_12 = 'yaskawa-gp25_12'
|
|
117
|
+
YASKAWA_GP280 = 'yaskawa-gp280'
|
|
118
|
+
YASKAWA_GP35_L = 'yaskawa-gp35L'
|
|
119
|
+
YASKAWA_GP400 = 'yaskawa-gp400'
|
|
120
|
+
YASKAWA_GP50 = 'yaskawa-gp50'
|
|
121
|
+
YASKAWA_GP600 = 'yaskawa-gp600'
|
|
122
|
+
YASKAWA_GP7 = 'yaskawa-gp7'
|
|
123
|
+
YASKAWA_GP8 = 'yaskawa-gp8'
|
|
124
|
+
YASKAWA_GP88 = 'yaskawa-gp88'
|
|
125
|
+
YASKAWA_HC10DTP = 'yaskawa-hc10dtp'
|
|
126
|
+
YASKAWA_HC20DTP = 'yaskawa-hc20dtp'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wandelbots_api_client
|
|
3
|
-
Version: 26.1.0.
|
|
3
|
+
Version: 26.1.0.dev63
|
|
4
4
|
Summary: Wandelbots Python Client: Interact with robots in an easy and intuitive way.
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Copyright (c) 2025 Wandelbots GmbH
|
|
@@ -41,7 +41,7 @@ Dynamic: license-file
|
|
|
41
41
|
Interact with robots in an easy and intuitive way.
|
|
42
42
|
|
|
43
43
|
- Compatible API version: 1.2.0 dev (can be found at the home screen of your instance -> API)
|
|
44
|
-
- Package version: 26.1.0.
|
|
44
|
+
- Package version: 26.1.0.dev63
|
|
45
45
|
|
|
46
46
|
## Requirements.
|
|
47
47
|
Python >=3.11, Python < 4.0
|
{wandelbots_api_client-26.1.0.dev42.dist-info → wandelbots_api_client-26.1.0.dev63.dist-info}/RECORD
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
wandelbots_api_client/__init__.py,sha256=
|
|
2
|
-
wandelbots_api_client/api_client.py,sha256=
|
|
1
|
+
wandelbots_api_client/__init__.py,sha256=8IetRES0V4J1AjvXpVIPHyoj9P_uc-gRnDrRQfPEW8Y,1026
|
|
2
|
+
wandelbots_api_client/api_client.py,sha256=HToWASqeZtuxLHVH9HZowTqQClYJ4OLxZ4Vskjz-6qo,27916
|
|
3
3
|
wandelbots_api_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
4
|
wandelbots_api_client/authorization.py,sha256=DyGsVHmD-1D4C9rMEEtQLi5YvbxPxgt7MqKVlwQgC3o,9499
|
|
5
|
-
wandelbots_api_client/configuration.py,sha256=
|
|
5
|
+
wandelbots_api_client/configuration.py,sha256=U8tdnS_noej23rGxmhw-qRMNVLiArCbg_eXDaJsYJwM,18879
|
|
6
6
|
wandelbots_api_client/exceptions.py,sha256=vt8CfEEb6tv-SLne9AsjB68nYm6jfvl9T1fgq0Dp_2I,6432
|
|
7
7
|
wandelbots_api_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
wandelbots_api_client/rest.py,sha256=l217DMul4sTxbJ24bRKuRo9kllBUfIec52829IxTFfA,7260
|
|
@@ -35,7 +35,7 @@ wandelbots_api_client/api/virtual_robot_api.py,sha256=pTR__LFgWzlcLKcjfPc294b1Cm
|
|
|
35
35
|
wandelbots_api_client/api/virtual_robot_behavior_api.py,sha256=fYeW-Kc8jAIYCkwSS6o5vzXo2ZTy-sj2sk3O3dAL9eM,32270
|
|
36
36
|
wandelbots_api_client/api/virtual_robot_mode_api.py,sha256=eNd8xM5PWnlf5L5e6Mm760WGoYgJR6J2z4QR86vZ5-I,73440
|
|
37
37
|
wandelbots_api_client/api/virtual_robot_setup_api.py,sha256=4ibN-scoi3Nwlj3dwHl6uRrkxbmKkKGf6sa3-G_gILs,115744
|
|
38
|
-
wandelbots_api_client/models/__init__.py,sha256=
|
|
38
|
+
wandelbots_api_client/models/__init__.py,sha256=1Qe3eS_RGvMpGO3LMO492MANnjNDAHC0Oi5zOJDRaj4,23816
|
|
39
39
|
wandelbots_api_client/models/abb_controller.py,sha256=1e1EmowcCLH_uD4DI85Rnev1WcQutCQNeFmz5HTYlgs,4040
|
|
40
40
|
wandelbots_api_client/models/abb_controller_egm_server.py,sha256=GtQ-qFaGDKfz7li3Qh5EiyHlN2Tct-aXF1xrbsRxrqo,2775
|
|
41
41
|
wandelbots_api_client/models/activate_license_request.py,sha256=4cKZFRVIyA5jBK1-M9OUj31mfxfMx0R53K8qWNz__X0,2693
|
|
@@ -324,28 +324,29 @@ wandelbots_api_client/models/value.py,sha256=35mI12UvoBM1SVmtmP5Mkl7f2WzhyiuSey-
|
|
|
324
324
|
wandelbots_api_client/models/vector3d.py,sha256=Iaf639p9r7YmDprbsjHMUnVHZhEqt00472KhnzDFFzI,2742
|
|
325
325
|
wandelbots_api_client/models/version_number.py,sha256=e5inSN6SLbgR92-GfLiw4DbyYgOzUB59H9mODFirPYQ,3919
|
|
326
326
|
wandelbots_api_client/models/virtual_controller.py,sha256=La9EZaZacWBB7IWFR-TKRn5wGM5ATQC9LI0o5nc-wAQ,4375
|
|
327
|
-
wandelbots_api_client/models/virtual_controller_types.py,sha256=
|
|
327
|
+
wandelbots_api_client/models/virtual_controller_types.py,sha256=IIcNSonSxyah0DlHiiW_bSol1P5m5wSY5_DTvU2nj0w,6571
|
|
328
328
|
wandelbots_api_client/models/virtual_robot_configuration.py,sha256=hSE-ATghHP7T0--x1LGmKjO3afMkRAvb7W-qvhgAWlU,2958
|
|
329
329
|
wandelbots_api_client/models/yaskawa_controller.py,sha256=Qni-K_9wsekMuvwd1tjSGUYO6GXzcpqorNe6WceZAiU,3192
|
|
330
|
-
wandelbots_api_client/v2/__init__.py,sha256=
|
|
331
|
-
wandelbots_api_client/v2/api_client.py,sha256
|
|
330
|
+
wandelbots_api_client/v2/__init__.py,sha256=FVpsHaMNRANdIfa2KWJoTepO5N0JGFtGmWOH4E1FxVw,1026
|
|
331
|
+
wandelbots_api_client/v2/api_client.py,sha256=-1JsveN-qdT--Jw2a7x7yxLUYCtoggM7a2YmL2l10TU,27934
|
|
332
332
|
wandelbots_api_client/v2/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
333
|
-
wandelbots_api_client/v2/configuration.py,sha256=
|
|
333
|
+
wandelbots_api_client/v2/configuration.py,sha256=eFdO3NqGbE-3Zkz3BNAZM8JnTjc3O6zW5ISx3Q72lyA,18885
|
|
334
334
|
wandelbots_api_client/v2/exceptions.py,sha256=Ca5nkeVDg0VRjfjpyMekJd9c9OXUXfnd3aSOFDxRIZk,6432
|
|
335
335
|
wandelbots_api_client/v2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
336
336
|
wandelbots_api_client/v2/rest.py,sha256=2NwLYJ9HyXfGOM4vIz-AD_cL-BwZOzl5NvoHm7p73jk,7263
|
|
337
|
-
wandelbots_api_client/v2/api/__init__.py,sha256=
|
|
337
|
+
wandelbots_api_client/v2/api/__init__.py,sha256=atUOknyme7G5m1ALpScfJ_3nHm2thnG7v_A23jCc6jQ,1872
|
|
338
338
|
wandelbots_api_client/v2/api/application_api.py,sha256=5OkXWTFGe5zuKUxblCw6Lh23tXZQZ6RfIEtPnbT40gQ,71037
|
|
339
339
|
wandelbots_api_client/v2/api/bus_inputs_outputs_api.py,sha256=QxLWvgRJhtwJI2WuDb3C-VWjlxF-76EEclbpUMHAzAg,215011
|
|
340
340
|
wandelbots_api_client/v2/api/cell_api.py,sha256=Uiche9Es8LpOKhtL09EOIe6Qu1u7j0MgAUCaYgW7mac,76604
|
|
341
341
|
wandelbots_api_client/v2/api/controller_api.py,sha256=LlqkzCRpg-WSjwRJtn0PAh-4hOa8Vqod0sqbZHxxD5o,164265
|
|
342
342
|
wandelbots_api_client/v2/api/controller_inputs_outputs_api.py,sha256=nP-Nv8CaSluktUWR-dBH2Mwq9-k3E-8GuqnrAut2aoM,61855
|
|
343
|
-
wandelbots_api_client/v2/api/jogging_api.py,sha256=
|
|
343
|
+
wandelbots_api_client/v2/api/jogging_api.py,sha256=ua2mW7nAN-W8S2TG6jDBHMUPippiIPwm-daxF2i6kLA,7927
|
|
344
344
|
wandelbots_api_client/v2/api/kinematics_api.py,sha256=yp3xGJYs1N7sK4DP06iYZcClB-mmNBQhMF9N4LLAGqg,25405
|
|
345
345
|
wandelbots_api_client/v2/api/license_api.py,sha256=90kO8MKfCdRb4E4Z9sUMs413G4151LNLMapJNLzBXlE,40658
|
|
346
346
|
wandelbots_api_client/v2/api/motion_group_api.py,sha256=krnvzo5b-w5ai-0T4zZbUvWZAZCDlijDRaEUnTcr_ms,32792
|
|
347
|
-
wandelbots_api_client/v2/api/motion_group_models_api.py,sha256=
|
|
347
|
+
wandelbots_api_client/v2/api/motion_group_models_api.py,sha256=ZoC-pv5Po0xDxDsqnxDMqNeLvfjq61eoGeAeOAVbOVE,59230
|
|
348
348
|
wandelbots_api_client/v2/api/program_api.py,sha256=SxWfih0IxtgKl0GTAggQDqcV6Owzc2iOYVvgy1IPgCw,45939
|
|
349
|
+
wandelbots_api_client/v2/api/robot_configurations_api.py,sha256=n6vKKYO-lp9E1yQlIYsNMh__iNqmt_mWY2ENDXebvUY,10995
|
|
349
350
|
wandelbots_api_client/v2/api/store_collision_components_api.py,sha256=Nb8gg6E_DUiCqgVWBlJrMh6eAX7m2ShZ2LwvAUww60A,165184
|
|
350
351
|
wandelbots_api_client/v2/api/store_collision_setups_api.py,sha256=i82JGVlyOuF1_aivaVGvlaMWcTROOAvqUxMzL9lTp5c,55937
|
|
351
352
|
wandelbots_api_client/v2/api/store_object_api.py,sha256=ktvHZ2nsAdPN8i-kkZevn9Q-3uxBGxJNdjNX0RQMWMU,65799
|
|
@@ -357,7 +358,7 @@ wandelbots_api_client/v2/api/version_api.py,sha256=blrLxwmtrPj6Wq_ujGy1eC9vD_J1G
|
|
|
357
358
|
wandelbots_api_client/v2/api/virtual_controller_api.py,sha256=n2njQG3KS956_XpuIKXOOw_2ckjBMBR8qhmtC8hydyM,206604
|
|
358
359
|
wandelbots_api_client/v2/api/virtual_controller_behavior_api.py,sha256=tbCeKf5NfaynA85gCwm3dHoLFtrXS6FRcS-4aCo36i8,42162
|
|
359
360
|
wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py,sha256=VnhBKJ5gwGT0RcS6d-kMp_wBngQmQ_FhNIDJTOlC9mg,42446
|
|
360
|
-
wandelbots_api_client/v2/models/__init__.py,sha256=
|
|
361
|
+
wandelbots_api_client/v2/models/__init__.py,sha256=CtLrVlnhB3RUEzFgc8-I1J_xnphCBKnXyiTI4hrGU8Q,19925
|
|
361
362
|
wandelbots_api_client/v2/models/abb_controller.py,sha256=J4KR0yDwYua1Jt7aPVDEAfVBgPinvJ6D6tE8ZnZhyFM,3860
|
|
362
363
|
wandelbots_api_client/v2/models/abb_controller_egm_server.py,sha256=_-Kk3mAYlJ-beKKITI3nnTI4dQNLuzLIiFtN2jc_J8M,2776
|
|
363
364
|
wandelbots_api_client/v2/models/activate_license_request.py,sha256=wBbxeVV_kGwJfKE6JVARyjrrgxxm32J9DYxqrzYxhcg,2693
|
|
@@ -446,7 +447,7 @@ wandelbots_api_client/v2/models/http_validation_error.py,sha256=yuEYvTsBOB5JoXRN
|
|
|
446
447
|
wandelbots_api_client/v2/models/image_credentials.py,sha256=RnB5MMcibRwdnSsMaQEwLa24gzu3gWIiJNEEf0e0KI8,2791
|
|
447
448
|
wandelbots_api_client/v2/models/inconsistent_trajectory_size_error.py,sha256=nQwAfBP1gLHm8cnA4ck5fmJ5n0gEVfjKBGWqsfX5wGU,3398
|
|
448
449
|
wandelbots_api_client/v2/models/inconsistent_trajectory_size_error_inconsistent_trajectory_size.py,sha256=Tj6ZnIQl-y1nByjpxQWptEpp6-U3xWKYkI5JwthS6cg,3042
|
|
449
|
-
wandelbots_api_client/v2/models/initialize_jogging_request.py,sha256=
|
|
450
|
+
wandelbots_api_client/v2/models/initialize_jogging_request.py,sha256=dvq3gPVK8SJ-8EeroMLbqPjlSM_aosxTtGTBzeSZ_IE,3422
|
|
450
451
|
wandelbots_api_client/v2/models/initialize_jogging_response.py,sha256=g0KlElPFn2pI1I-2kNV0YJLTGVIRjDLygTHQxdcagew,3115
|
|
451
452
|
wandelbots_api_client/v2/models/initialize_movement_request.py,sha256=AOs88zSsBorXvSgCmCiFGKZc7n6MXUfxg2OndwPWLJc,5076
|
|
452
453
|
wandelbots_api_client/v2/models/initialize_movement_request_trajectory.py,sha256=l0q6XpzgvDFlRebED5hKTtpDoALTuFuoIzAHrcIiRtc,6161
|
|
@@ -455,7 +456,7 @@ wandelbots_api_client/v2/models/integer_value.py,sha256=d6l2pBP718l8sEL4SPpQ-1FP
|
|
|
455
456
|
wandelbots_api_client/v2/models/invalid_dof_error.py,sha256=BsJJXLeTplkTnTDmiKP3YiVsSmf8F97SMsFrM1_XKGQ,2979
|
|
456
457
|
wandelbots_api_client/v2/models/invalid_dof_error_invalid_dof.py,sha256=FOxL_scfg-NhBm4Yp5wr6fn_o9zkrkrmhIOBGXaLPr4,2978
|
|
457
458
|
wandelbots_api_client/v2/models/inverse_kinematics422_response.py,sha256=qJOpa_DKDCXYA-QcAhTQQxlmpudKXKR3Ni5RSS1EZkI,3835
|
|
458
|
-
wandelbots_api_client/v2/models/inverse_kinematics_request.py,sha256=
|
|
459
|
+
wandelbots_api_client/v2/models/inverse_kinematics_request.py,sha256=mYTeAeQRswC5rkcChrVcqkI5GZTGPetBCd0M-2VqeqE,7879
|
|
459
460
|
wandelbots_api_client/v2/models/inverse_kinematics_response.py,sha256=DRgT-kuDtYK1hoMgpkgOSObcZCf8NlPEHVDs8F4pPpE,2663
|
|
460
461
|
wandelbots_api_client/v2/models/inverse_kinematics_validation_error.py,sha256=ORW251P8MwgafCqxho2PSL7faIrvrt8m-wDxP1rgXZk,4468
|
|
461
462
|
wandelbots_api_client/v2/models/inverse_kinematics_validation_error_all_of_data.py,sha256=AoTehZikk39JeKvFcBswusiMjmuc167qP2ZoYJ56Adk,6586
|
|
@@ -480,6 +481,7 @@ wandelbots_api_client/v2/models/joint_limits.py,sha256=4oGsGqhXf-5ZkXq3qf3_EokyY
|
|
|
480
481
|
wandelbots_api_client/v2/models/joint_trajectory.py,sha256=rs7nO4xc42r-N1k2UXBuRMGo27OddZ5jRn_DeZZOv_w,3080
|
|
481
482
|
wandelbots_api_client/v2/models/joint_velocity_request.py,sha256=tIT3Pou-33HLI-9BVnbJiPerpm_4D9NpFjC8UFDbZqU,3265
|
|
482
483
|
wandelbots_api_client/v2/models/joint_velocity_response.py,sha256=Txw_KlgCa-YXYIWeivW24TbipPNIZXhBhGSGMMdx1EE,3106
|
|
484
|
+
wandelbots_api_client/v2/models/kinematic_model.py,sha256=65akUk2_zBcDerKT0SaRz7E4STqUAEFvJX5EiXxlz_E,4000
|
|
483
485
|
wandelbots_api_client/v2/models/kuka_controller.py,sha256=3FYVbPlTjXnU9P1hfWnfq0KJ6DNrMYHE2wM83ATybBs,4076
|
|
484
486
|
wandelbots_api_client/v2/models/kuka_controller_rsi_server.py,sha256=ecZ5PsRm0MpPkBycTFBAqR287BgIhlUKmBZFi34S558,2760
|
|
485
487
|
wandelbots_api_client/v2/models/license.py,sha256=-TDBzT6M0sKPkP6Y9hhCy56oD_5Zat9QnB1TDA0IYgw,4593
|
|
@@ -598,31 +600,33 @@ wandelbots_api_client/v2/models/update_nova_version_request.py,sha256=fYyhW1VclC
|
|
|
598
600
|
wandelbots_api_client/v2/models/validation_error.py,sha256=7GkKU7eRFSLYM8yU36oNjm7S-iwDCCbR6QkofLeugRY,3898
|
|
599
601
|
wandelbots_api_client/v2/models/validation_error2.py,sha256=B4ITgtZ3VzQ40zRJ77EwmsL0F8xpNKy8303JQN9qyxM,2718
|
|
600
602
|
wandelbots_api_client/v2/models/validation_error_loc_inner.py,sha256=Rbel_w9_RRrCxcDLinCSOJQPVH8Rhq32FTHjTbG8zmI,5263
|
|
601
|
-
wandelbots_api_client/v2/models/virtual_controller.py,sha256=
|
|
602
|
-
wandelbots_api_client/v2/models/virtual_controller_types.py,sha256=
|
|
603
|
+
wandelbots_api_client/v2/models/virtual_controller.py,sha256=KM15iiadrhPigYRI34VOpwXNffk3oMu6LBLjty0uw98,4371
|
|
604
|
+
wandelbots_api_client/v2/models/virtual_controller_types.py,sha256=IIcNSonSxyah0DlHiiW_bSol1P5m5wSY5_DTvU2nj0w,6571
|
|
603
605
|
wandelbots_api_client/v2/models/virtual_robot_configuration.py,sha256=91OOKWd5zM15ohNn0NF7wwi08HJtZTZHQl29ibQb4LY,2958
|
|
604
606
|
wandelbots_api_client/v2/models/wait_for_io_event_request.py,sha256=F5H8xDdWckiC4zwLc7Ce-TMcHeWteUfaUiu6wQ7FMr4,3211
|
|
605
607
|
wandelbots_api_client/v2/models/yaskawa_controller.py,sha256=BQtgT1acj1-hXW5mA33GPcv7utqM5hbRqD0kmN5N2tk,3040
|
|
606
|
-
wandelbots_api_client/v2_pydantic/__init__.py,sha256=
|
|
607
|
-
wandelbots_api_client/v2_pydantic/api_client.py,sha256=
|
|
608
|
+
wandelbots_api_client/v2_pydantic/__init__.py,sha256=6w5pX7aLTXERI-r1wBEumBwYlIvgbtKkKhr_aKiFKzo,1061
|
|
609
|
+
wandelbots_api_client/v2_pydantic/api_client.py,sha256=lSEAeGrSVyR1Lcq5RJUda_DIk0ygw64NwAupaXRqC5A,28142
|
|
608
610
|
wandelbots_api_client/v2_pydantic/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
609
|
-
wandelbots_api_client/v2_pydantic/configuration.py,sha256=
|
|
611
|
+
wandelbots_api_client/v2_pydantic/configuration.py,sha256=rOnW7mlQzonqYws-IAgVQezv2vahSioll2sc0qUSBR0,18903
|
|
610
612
|
wandelbots_api_client/v2_pydantic/exceptions.py,sha256=Ca5nkeVDg0VRjfjpyMekJd9c9OXUXfnd3aSOFDxRIZk,6432
|
|
611
|
-
wandelbots_api_client/v2_pydantic/models.py,sha256=
|
|
613
|
+
wandelbots_api_client/v2_pydantic/models.py,sha256=Ocw7DM4AYTsFLXPhB4EImrlyxlo1beGvw03TOIV7WPk,130450
|
|
612
614
|
wandelbots_api_client/v2_pydantic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
613
615
|
wandelbots_api_client/v2_pydantic/rest.py,sha256=327QB3WHUdmmKw_FBmYUGS3syi216LaW-BiTY40rgik,7272
|
|
614
|
-
wandelbots_api_client/v2_pydantic/
|
|
616
|
+
wandelbots_api_client/v2_pydantic/virtual_controller_types.py,sha256=luk6nO5VP4f8NmaHVrgzWmcw4TaFyNXD3B9WoECdID8,5225
|
|
617
|
+
wandelbots_api_client/v2_pydantic/api/__init__.py,sha256=atUOknyme7G5m1ALpScfJ_3nHm2thnG7v_A23jCc6jQ,1872
|
|
615
618
|
wandelbots_api_client/v2_pydantic/api/application_api.py,sha256=7N4TFus04elS125kIn3FHi7Oof91DvHjAwdKjqRqE8g,71327
|
|
616
619
|
wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py,sha256=uBneLeJ_d6CaH6O2HqPEfi2AdZCNX3VcJWg2BZL8PXU,215744
|
|
617
620
|
wandelbots_api_client/v2_pydantic/api/cell_api.py,sha256=ZuEkqo4PbqsPdiP_vRAUO32mTl__udMCvn0aj6mvbGY,76914
|
|
618
621
|
wandelbots_api_client/v2_pydantic/api/controller_api.py,sha256=XuNsMaKF1ZIaukuDuoscKBs_3JTEHKT5POu2Jqmwx7M,164728
|
|
619
622
|
wandelbots_api_client/v2_pydantic/api/controller_inputs_outputs_api.py,sha256=JxmyAT8obJnn1JAvFJUuvhS9hfkRb3nF4TW1oLYLS18,62010
|
|
620
|
-
wandelbots_api_client/v2_pydantic/api/jogging_api.py,sha256=
|
|
623
|
+
wandelbots_api_client/v2_pydantic/api/jogging_api.py,sha256=cwflHND9jdF0Vh6Yzsklla5IzC3un9OpFdewW9wiplA,7963
|
|
621
624
|
wandelbots_api_client/v2_pydantic/api/kinematics_api.py,sha256=OXNrHmtZx1y5L2sMIGRbDAqG6KLcf84IikY9Ilcdufc,25444
|
|
622
625
|
wandelbots_api_client/v2_pydantic/api/license_api.py,sha256=jzArFEw0b2VJtpVQRa-74GpycDW0twntJllFTcFrHPI,40836
|
|
623
626
|
wandelbots_api_client/v2_pydantic/api/motion_group_api.py,sha256=kXWHsnHrahohagR2dpMnLIWKxXqD9LonauK6xNCQnFE,32884
|
|
624
|
-
wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py,sha256=
|
|
627
|
+
wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py,sha256=SsN6bOCIjvsFLrwGToZ4BVl8ZuKd3W2yaITuSwcmvdI,59465
|
|
625
628
|
wandelbots_api_client/v2_pydantic/api/program_api.py,sha256=9ZJbfSiHmdgtGMYP909ujoTPPlFjDbH35gY4lrjbBD0,46123
|
|
629
|
+
wandelbots_api_client/v2_pydantic/api/robot_configurations_api.py,sha256=Y7N04NmEN83_mB31BXtQEKZbafPSdqN3O9wcp9XlOtU,11065
|
|
626
630
|
wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py,sha256=DbBliWnZAeo5wjKwWTccnp825o4KBS-eCjYFha7f8eQ,165856
|
|
627
631
|
wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py,sha256=PcIGjzQovFyQuUspheICgWrtFEsOShh0X7j5_Zy5quw,56172
|
|
628
632
|
wandelbots_api_client/v2_pydantic/api/store_object_api.py,sha256=j6sZ7VsTB3jwNPgBtX-CA6SHMYe4j70uPzxXf_eVDK4,66084
|
|
@@ -634,8 +638,8 @@ wandelbots_api_client/v2_pydantic/api/version_api.py,sha256=Wzp7Jj-lKy0QAzPddcsd
|
|
|
634
638
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py,sha256=iayURe8F_4IK-12f9ZeQYxWGNmkwFcAnpn3S_J9s8Ag,207225
|
|
635
639
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py,sha256=YykdkLQQc3zje8MBRog6sjELorPG4Q36GfJAeiBocc4,42312
|
|
636
640
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py,sha256=1gYa5YfRF70oNBJFsDpfQCXQt6gEM1-S49mNSNmaMzE,42587
|
|
637
|
-
wandelbots_api_client-26.1.0.
|
|
638
|
-
wandelbots_api_client-26.1.0.
|
|
639
|
-
wandelbots_api_client-26.1.0.
|
|
640
|
-
wandelbots_api_client-26.1.0.
|
|
641
|
-
wandelbots_api_client-26.1.0.
|
|
641
|
+
wandelbots_api_client-26.1.0.dev63.dist-info/licenses/LICENSE,sha256=PJyUaZgTVC0_nJmhRpcbnOcXvmTqJGE6axeSifngIGY,11344
|
|
642
|
+
wandelbots_api_client-26.1.0.dev63.dist-info/METADATA,sha256=d0cVH3UHjPHn5_4M4rdHG2sHF3Il3m-zdGLSshRmNyQ,1726
|
|
643
|
+
wandelbots_api_client-26.1.0.dev63.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
644
|
+
wandelbots_api_client-26.1.0.dev63.dist-info/top_level.txt,sha256=eCDsV95XWqVBSMDe4MRzyOj53-TK-o5WU1Qv_yv493M,22
|
|
645
|
+
wandelbots_api_client-26.1.0.dev63.dist-info/RECORD,,
|
{wandelbots_api_client-26.1.0.dev42.dist-info → wandelbots_api_client-26.1.0.dev63.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|