@wandelbots/nova-api 26.7.0-dev.6 → 26.7.0-dev.61

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.
@@ -232,7 +232,7 @@ interface ActivateLicenseRequest {
232
232
  interface AddTrajectoryError {
233
233
  'message'?: string;
234
234
  /**
235
- * - The location is a scalar value that defines a position along a path, typically ranging from 0 to `n`, where `n` denotes the number of motion commands - Each integer value of the location corresponds to a specific motion command, while non-integer values interpolate positions within the segments. - The location is calculated from the joint path
235
+ * Location on trajectory where the error occurred.
236
236
  */
237
237
  'location'?: number;
238
238
  'data'?: AddTrajectoryErrorData;
@@ -365,9 +365,9 @@ type Behavior = typeof Behavior[keyof typeof Behavior];
365
365
  * Specifies baseline blending behavior for a motion command.
366
366
  */
367
367
  type Blending = {
368
- type: 'blending_auto';
368
+ blending_name: 'BlendingAuto';
369
369
  } & BlendingAuto | {
370
- type: 'blending_position';
370
+ blending_name: 'BlendingPosition';
371
371
  } & BlendingPosition;
372
372
  interface BlendingAuto {
373
373
  /**
@@ -528,6 +528,10 @@ interface BusIODescription {
528
528
  interface BusIOModbusClient {
529
529
  'bus_type': BusIOModbusClientBusTypeEnum;
530
530
  'network': BusIOModbusTCPClient;
531
+ /**
532
+ * Direct network access to a physical port for this bus I/O service. When set, the service is assigned a dedicated DRA-managed network interface instead of using the node\'s shared network. The addresses are assigned to the interface so it can route to the target device\'s segment.
533
+ */
534
+ 'network_interface'?: BusIOsNetworkInterfaceWithAddresses;
531
535
  }
532
536
  declare const BusIOModbusClientBusTypeEnum: {
533
537
  readonly ModbusClient: "modbus_client";
@@ -559,6 +563,10 @@ interface BusIOModbusServer {
559
563
  * Size of the Input Registers memory area.
560
564
  */
561
565
  'input_registers_size': number;
566
+ /**
567
+ * Direct network access to a physical port for this bus I/O service. When set, the service is assigned a dedicated DRA-managed network interface instead of using the node\'s shared network. The server binds to the given addresses, which are therefore required here.
568
+ */
569
+ 'network_interface'?: BusIOsNetworkInterfaceWithAddresses;
562
570
  }
563
571
  declare const BusIOModbusServerBusTypeEnum: {
564
572
  readonly ModbusServer: "modbus_server";
@@ -625,6 +633,10 @@ interface BusIOProfinet {
625
633
  * @deprecated
626
634
  */
627
635
  'default_route'?: BusIOProfinetDefaultRoute;
636
+ /**
637
+ * Direct network access to a physical port for this bus I/O service. When set, the service is assigned a dedicated DRA-managed network interface instead of using the node\'s shared network. Profinet configures its own IP via `network_config`, so addresses are not required here.
638
+ */
639
+ 'network_interface'?: BusIOsNetworkInterface;
628
640
  }
629
641
  declare const BusIOProfinetBusTypeEnum: {
630
642
  readonly Profinet: "profinet";
@@ -736,6 +748,32 @@ type BusIOType = {
736
748
  } & BusIOProfinetVirtual | {
737
749
  bus_type: 'snap7';
738
750
  } & BusIOSnap7;
751
+ /**
752
+ * Direct network interface for the bus I/O service. When set, the service gets its own interface on the specified port to reach the bus device\'s network.
753
+ */
754
+ interface BusIOsNetworkInterface {
755
+ /**
756
+ * Network port identifier. Either a bare port name, e.g., `enp3s0` or a node-qualified identifier, e.g., `wandelbox-abc123-enp3s0`. Use the node-qualified form on multi-node clusters to pin the interface to a specific node. Cannot be changed in-place. Delete and add the Bus I/O service again to another port.
757
+ */
758
+ 'interface': string;
759
+ /**
760
+ * IPv4 addresses to assign to the interface, in address/prefix format, e.g., `192.168.1.10/24`.
761
+ */
762
+ 'addresses'?: Array<string>;
763
+ }
764
+ /**
765
+ * BusIOsNetworkInterface, but with addresses required. Used by bus I/O kinds that don\'t self-configure their IP and need it assigned via the network interface instead (e.g. Modbus TCP server, which must bind to a known IP).
766
+ */
767
+ interface BusIOsNetworkInterfaceWithAddresses {
768
+ /**
769
+ * Network port identifier. Either a bare port name, e.g., `enp3s0` or a node-qualified identifier, e.g., `wandelbox-abc123-enp3s0`. Use the node-qualified form on multi-node clusters to pin the interface to a specific node. Cannot be changed in-place. Delete and add the Bus I/O service again to another port.
770
+ */
771
+ 'interface': string;
772
+ /**
773
+ * IPv4 addresses to assign to the interface, in address/prefix format, e.g., `192.168.1.10/24`.
774
+ */
775
+ 'addresses'?: Array<string>;
776
+ }
739
777
  interface BusIOsState {
740
778
  'state': BusIOsStateEnum;
741
779
  /**
@@ -965,7 +1003,7 @@ interface CloudConnectionErrorUnexpectedResponseDetails {
965
1003
  interface CloudConnectionErrorUnexpectedResponseDetailsCloudResponse {
966
1004
  'status': number;
967
1005
  'headers': {
968
- [key: string]: any;
1006
+ [key: string]: any | null;
969
1007
  };
970
1008
  'body': string;
971
1009
  }
@@ -1130,13 +1168,13 @@ type CollisionErrorKindEnum = typeof CollisionErrorKindEnum[keyof typeof Collisi
1130
1168
  type CollisionFreeAlgorithm = MidpointInsertionAlgorithm | RRTConnectAlgorithm;
1131
1169
  interface CollisionMotionGroup {
1132
1170
  /**
1133
- * A link chain is a kinematic chain of links that is connected via joints. A motion group can be used to control the motion of the joints in a link chain. A link is a group of colliders that is attached to the link reference frame. The reference frame of a link is obtained after applying all sets of Denavit-Hartenberg-parameters from base to (including) the link index. This means that the reference frame of the link is on the rotation axis of the next joint in the kinematic chain. Example: For a motion group with 2 joints, the collider reference frame (CRF) for link 1 is on the rotation axis of joint 2. The chain looks like: - Origin >> Mounting >> Base >> (CRF Base) Joint 0 >> Link 0 >> (CRF Link 0) Joint 1 >> Link 1 >> (CRF Link 1) Flange (CRF Tool) >> TCP Adjacent links in the kinematic chain of the motion group are not checked for mutual collision.
1171
+ * The shape of the motion groups links to validate against colliders. Indexed along the kinematic chain, starting with a static base shape before first joint. The base of the motion group is not checked for collision against the environment.
1134
1172
  */
1135
1173
  'link_chain'?: Array<{
1136
1174
  [key: string]: Collider;
1137
1175
  }>;
1138
1176
  /**
1139
- * Defines the shape of a tool. A tool is a dictionary of colliders. All colliders that make up a tool are attached to the flange frame of the motion group.
1177
+ * Shape of the tool to validate against colliders.
1140
1178
  */
1141
1179
  'tool'?: {
1142
1180
  [key: string]: Collider;
@@ -1148,19 +1186,19 @@ interface CollisionMotionGroup {
1148
1186
  }
1149
1187
  interface CollisionSetup {
1150
1188
  /**
1151
- * A collection of identifiable colliders.
1189
+ * Colliders are checked against links and tool.
1152
1190
  */
1153
1191
  'colliders'?: {
1154
1192
  [key: string]: Collider;
1155
1193
  };
1156
1194
  /**
1157
- * A link chain is a kinematic chain of links that is connected via joints. A motion group can be used to control the motion of the joints in a link chain. A link is a group of colliders that is attached to the link reference frame. The reference frame of a link is obtained after applying all sets of Denavit-Hartenberg-parameters from base to (including) the link index. This means that the reference frame of the link is on the rotation axis of the next joint in the kinematic chain. Example: For a motion group with 2 joints, the collider reference frame (CRF) for link 1 is on the rotation axis of joint 2. The chain looks like: - Origin >> Mounting >> Base >> (CRF Base) Joint 0 >> Link 0 >> (CRF Link 0) Joint 1 >> Link 1 >> (CRF Link 1) Flange (CRF Tool) >> TCP Adjacent links in the kinematic chain of the motion group are not checked for mutual collision.
1195
+ * The shape of the motion groups links to validate against colliders. Indexed along the kinematic chain, starting with a static base shape before first joint. The base of the motion group is not checked for collision against the environment.
1158
1196
  */
1159
1197
  'link_chain'?: Array<{
1160
1198
  [key: string]: Collider;
1161
1199
  }>;
1162
1200
  /**
1163
- * Defines the shape of a tool. A tool is a dictionary of colliders. All colliders that make up a tool are attached to the flange frame of the motion group.
1201
+ * Shape of the tool to validate against colliders.
1164
1202
  */
1165
1203
  'tool'?: {
1166
1204
  [key: string]: Collider;
@@ -1179,7 +1217,7 @@ interface CollisionSetupValue {
1179
1217
  */
1180
1218
  'source': CollisionSetupValueSourceEnum;
1181
1219
  /**
1182
- * A dictionary of colliders where each value is either an inline Collider object or a string key referencing a stored Collider.
1220
+ * Colliders checked against links and tool. Each value is either an inline Collider or a store key.
1183
1221
  */
1184
1222
  'colliders'?: {
1185
1223
  [key: string]: ColliderValueOrKey;
@@ -1216,7 +1254,7 @@ type CollisionSetupValueOrKey = {
1216
1254
  */
1217
1255
  type Command = ExplicitPathMotionCommand | GeneratedPathMotionCommand | MarkerCommand | PauseOnIOCommand | SetIOCommand | WaitForIOCommand | WaitForTimeCommand;
1218
1256
  /**
1219
- * Defines an ordered, persistable command routine that belongs to a teaching dataset.
1257
+ * Defines an ordered, persistable command routine that belongs to a dataset.
1220
1258
  */
1221
1259
  interface CommandRoutine {
1222
1260
  /**
@@ -1224,7 +1262,7 @@ interface CommandRoutine {
1224
1262
  */
1225
1263
  'command_routine': string;
1226
1264
  /**
1227
- * Unique identifier of the dataset. Must start with a letter and may only contain letters, digits, and hyphens.
1265
+ * Specifies the owning dataset identifier. It is absent while the routine is not persisted in a dataset.
1228
1266
  */
1229
1267
  'dataset'?: string;
1230
1268
  /**
@@ -1239,11 +1277,17 @@ interface CommandRoutine {
1239
1277
  * References the motion group that executes this routine. It is absent when no motion group context exists.
1240
1278
  */
1241
1279
  'motion_group'?: MotionGroupReference;
1280
+ /**
1281
+ * Specifies the baseline motion group setup or declares an I/O-only routine when set to `null`.
1282
+ */
1242
1283
  'motion_group_setup': MotionGroupSetup | null;
1243
1284
  /**
1244
1285
  * Specifies the routine-level tool-center-point identifier. It is absent when no motion group context exists.
1245
1286
  */
1246
1287
  'tcp'?: string;
1288
+ /**
1289
+ * Specifies the starting joints that a motion routine requires. It is absent when no motion group context exists.
1290
+ */
1247
1291
  'start_joint_position'?: Array<number>;
1248
1292
  'default_motion_settings'?: MotionSettings;
1249
1293
  /**
@@ -1341,15 +1385,15 @@ interface ConfigurationResource {
1341
1385
  'children'?: Array<ConfigurationResource>;
1342
1386
  }
1343
1387
  /**
1344
- * A pose together with an optional kinematic configuration that resolves it to a unique robot posture. Optionally, the pose can be expressed relative to a coordinate system. The kinematic configuration is optional because it is currently not supported for all robot types, e.g., cuspidal robots.
1388
+ * A pose together with an optional kinematic configuration that resolves it to a unique robot posture. Optionally, the pose can be expressed relative to a frame. The kinematic configuration is optional because it is currently not supported for all robot types, e.g., cuspidal robots.
1345
1389
  */
1346
1390
  interface ConfiguredPose {
1347
1391
  'pose': Pose;
1348
1392
  'kinematic_configuration'?: KinematicConfiguration;
1349
1393
  /**
1350
- * Unique identifier of a coordinate system.
1394
+ * Optional identifier of the frame the pose is expressed in. If this is null or omitted, the pose is referenced in `world`.
1351
1395
  */
1352
- 'coordinate_system'?: string;
1396
+ 'frame'?: string;
1353
1397
  }
1354
1398
  interface ConfiguredPoseInverse422Response {
1355
1399
  'detail'?: Array<ValidationError>;
@@ -1363,6 +1407,9 @@ interface ConfiguredPoseInverseRequest {
1363
1407
  * Identifies a single motion group model. See [getMotionGroupModels](#/operations/getMotionGroupModels) for supported types.
1364
1408
  */
1365
1409
  'motion_group_model': string;
1410
+ /**
1411
+ * List of TCP poses for which the inverse solutions are computed.
1412
+ */
1366
1413
  'tcp_poses': Array<ConfiguredPose>;
1367
1414
  'tcp_offset'?: Pose;
1368
1415
  /**
@@ -1437,7 +1484,7 @@ interface ContainerResources {
1437
1484
  interface ContainerStorage {
1438
1485
  'mount_path': string;
1439
1486
  /**
1440
- * The amount of requested storage capacity.
1487
+ * The amount of local storage available for the application. **NOTE:** The capacity can NEVER be reduced!
1441
1488
  */
1442
1489
  'capacity': string;
1443
1490
  }
@@ -1519,24 +1566,6 @@ interface CoordinateSystem {
1519
1566
  */
1520
1567
  'coordinate_system': string;
1521
1568
  }
1522
- /**
1523
- * A coordinate system defines a frame of reference in 3D space. Its pose is expressed relative to its parent coordinate system, which allows building a hierarchy of frames.
1524
- */
1525
- interface CoordinateSystem2 {
1526
- /**
1527
- * Unique identifier of a coordinate system.
1528
- */
1529
- 'coordinate_system': string;
1530
- /**
1531
- * Human-readable name for the coordinate system that is shown in the user interface.
1532
- */
1533
- 'name'?: string;
1534
- /**
1535
- * Unique identifier of a coordinate system.
1536
- */
1537
- 'parent'?: string;
1538
- 'pose': Pose;
1539
- }
1540
1569
  interface CoordinateSystemData {
1541
1570
  /**
1542
1571
  * Human readable name of this coordinate system.
@@ -1566,7 +1595,7 @@ interface CopyMotionGroupModelRequest {
1566
1595
  'name': string;
1567
1596
  }
1568
1597
  /**
1569
- * Creates a new teaching dataset together with its poses and command routines in a single request.
1598
+ * Creates a new dataset together with its poses and command routines in a single request.
1570
1599
  */
1571
1600
  interface CreateDatasetRequest {
1572
1601
  /**
@@ -1586,9 +1615,9 @@ interface CreateDatasetRequest {
1586
1615
  */
1587
1616
  'poses'?: Array<DatasetPose>;
1588
1617
  /**
1589
- * Contains the coordinate systems that are created together with the dataset. Server-managed identifiers are assigned on creation.
1618
+ * Contains the frames that are created together with the dataset. Server-managed identifiers are assigned on creation.
1590
1619
  */
1591
- 'coordinate_systems'?: Array<DatasetCoordinateSystem>;
1620
+ 'frames'?: Array<DatasetFrame>;
1592
1621
  /**
1593
1622
  * Contains the command routines that are created together with the dataset. Server-managed identifiers are assigned on creation.
1594
1623
  */
@@ -1691,26 +1720,32 @@ interface Dataset {
1691
1720
  'updated_at': string;
1692
1721
  }
1693
1722
  /**
1694
- * A dataset coordinate system is a coordinate system that belongs to a dataset. It extends the shared `CoordinateSystem` with a reference to the dataset it belongs to.
1723
+ * A dataset frame is a frame that belongs to a dataset. It extends the shared `Frame` with a reference to the dataset it belongs to.
1695
1724
  */
1696
- interface DatasetCoordinateSystem {
1725
+ interface DatasetFrame {
1697
1726
  /**
1698
- * Unique identifier of a coordinate system.
1727
+ * Unique identifier of a frame.
1699
1728
  */
1700
- 'coordinate_system': string;
1729
+ 'frame': string;
1701
1730
  /**
1702
- * Human-readable name for the coordinate system that is shown in the user interface.
1731
+ * Human-readable name for the frame that is shown in the user interface.
1703
1732
  */
1704
1733
  'name'?: string;
1705
1734
  /**
1706
- * Unique identifier of a coordinate system.
1735
+ * Optional identifier of the reference frame. The pose of this frame is expressed relative to its reference. If this is null or omitted, the frame is referenced in `world`.
1707
1736
  */
1708
- 'parent'?: string;
1737
+ 'reference_frame'?: string;
1709
1738
  'pose': Pose;
1710
1739
  /**
1711
1740
  * Unique identifier of the dataset. Must start with a letter and may only contain letters, digits, and hyphens.
1712
1741
  */
1713
1742
  'dataset': string;
1743
+ /**
1744
+ * Additional key-value pairs that can be attached to the frame.
1745
+ */
1746
+ 'metadata'?: {
1747
+ [key: string]: string;
1748
+ };
1714
1749
  }
1715
1750
  /**
1716
1751
  * A dataset pose is a taught pose that belongs to a dataset. It extends the shared `ConfiguredPose` with dataset-specific fields such as an identifier, human-readable name, timestamps, and metadata.
@@ -1719,9 +1754,9 @@ interface DatasetPose {
1719
1754
  'pose': Pose;
1720
1755
  'kinematic_configuration'?: KinematicConfiguration;
1721
1756
  /**
1722
- * Unique identifier of a coordinate system.
1757
+ * Optional identifier of the frame the pose is expressed in. If this is null or omitted, the pose is referenced in `world`.
1723
1758
  */
1724
- 'coordinate_system'?: string;
1759
+ 'frame'?: string;
1725
1760
  /**
1726
1761
  * Unique identifier of the pose within the dataset. Must start with a letter and may only contain letters, digits, and hyphens.
1727
1762
  */
@@ -1806,11 +1841,11 @@ type Direction = typeof Direction[keyof typeof Direction];
1806
1841
  */
1807
1842
  interface DirectionConstraint {
1808
1843
  /**
1809
- * A three-dimensional vector [x, y, z] with double precision.
1844
+ * The direction constraint vector in world frame.
1810
1845
  */
1811
1846
  'world': Array<number>;
1812
1847
  /**
1813
- * A three-dimensional vector [x, y, z] with double precision.
1848
+ * The direction constraint vector in the TCP frame.
1814
1849
  */
1815
1850
  'tcp': Array<number>;
1816
1851
  /**
@@ -1868,6 +1903,9 @@ interface DynamicModel {
1868
1903
  * A reference joint position (start or target) violates the direction constraint.
1869
1904
  */
1870
1905
  interface ErrorDirectionConstraintNotMet {
1906
+ /**
1907
+ * The joint position violating the direction constraint.
1908
+ */
1871
1909
  'joint_position'?: Array<number>;
1872
1910
  'error_feedback_name': ErrorDirectionConstraintNotMetErrorFeedbackNameEnum;
1873
1911
  }
@@ -1880,7 +1918,7 @@ type ErrorDirectionConstraintNotMetErrorFeedbackNameEnum = typeof ErrorDirection
1880
1918
  */
1881
1919
  interface ErrorDirectionConstraintNotNormalized {
1882
1920
  /**
1883
- * A three-dimensional vector [x, y, z] with double precision.
1921
+ * The direction constraint that is not normalized.
1884
1922
  */
1885
1923
  'direction_constraint'?: Array<number>;
1886
1924
  'error_feedback_name': ErrorDirectionConstraintNotNormalizedErrorFeedbackNameEnum;
@@ -1915,6 +1953,9 @@ interface ErrorJointLimitExceeded {
1915
1953
  * Index of the joint exceeding its limits (0-based).
1916
1954
  */
1917
1955
  'joint_index'?: number;
1956
+ /**
1957
+ * The joint position violating the limits.
1958
+ */
1918
1959
  'joint_position'?: Array<number>;
1919
1960
  'error_feedback_name': ErrorJointLimitExceededErrorFeedbackNameEnum;
1920
1961
  }
@@ -1927,6 +1968,9 @@ type ErrorJointLimitExceededErrorFeedbackNameEnum = typeof ErrorJointLimitExceed
1927
1968
  */
1928
1969
  interface ErrorJointPositionCollision {
1929
1970
  'collisions'?: Array<Collision>;
1971
+ /**
1972
+ * The joint position that collides.
1973
+ */
1930
1974
  'joint_position'?: Array<number>;
1931
1975
  'error_feedback_name': ErrorJointPositionCollisionErrorFeedbackNameEnum;
1932
1976
  }
@@ -2177,7 +2221,7 @@ type FeedbackDirectionConstraintNotMetErrorFeedbackNameEnum = typeof FeedbackDir
2177
2221
  */
2178
2222
  interface FeedbackDirectionConstraintNotNormalized {
2179
2223
  /**
2180
- * A three-dimensional vector [x, y, z] with double precision.
2224
+ * The direction constraint that is not normalized.
2181
2225
  */
2182
2226
  'direction_constraint'?: Array<number>;
2183
2227
  'error_feedback_name': FeedbackDirectionConstraintNotNormalizedErrorFeedbackNameEnum;
@@ -2306,11 +2350,11 @@ interface FlangePayload {
2306
2350
  */
2307
2351
  'mass': number;
2308
2352
  /**
2309
- * A three-dimensional vector [x, y, z] with double precision.
2353
+ * Center of mass of payload as a three-dimensional position vector [x, y, z] in [mm].
2310
2354
  */
2311
2355
  'center_of_mass'?: Array<number>;
2312
2356
  /**
2313
- * A three-dimensional vector [x, y, z] with double precision.
2357
+ * Principal moments of inertia of payload as three-dimensional vector [I_xx, I_yy, I_zz] in [kg·m²].
2314
2358
  */
2315
2359
  'moment_of_inertia'?: Array<number>;
2316
2360
  }
@@ -2350,7 +2394,7 @@ interface ForwardKinematicsResponse {
2350
2394
  'tcp_poses': Array<Pose>;
2351
2395
  }
2352
2396
  interface ForwardKinematicsValidationError {
2353
- 'loc': Array<ValidationErrorLocInner>;
2397
+ 'loc': Array<Location1Inner>;
2354
2398
  'msg': string;
2355
2399
  'type': string;
2356
2400
  'input': {
@@ -2358,6 +2402,24 @@ interface ForwardKinematicsValidationError {
2358
2402
  };
2359
2403
  'data'?: ErrorInvalidJointCount;
2360
2404
  }
2405
+ /**
2406
+ * A frame defines a reference in 3D space. Its pose is expressed relative to its parent frame, which allows building a hierarchy of frames.
2407
+ */
2408
+ interface Frame {
2409
+ /**
2410
+ * Unique identifier of a frame.
2411
+ */
2412
+ 'frame': string;
2413
+ /**
2414
+ * Human-readable name for the frame that is shown in the user interface.
2415
+ */
2416
+ 'name'?: string;
2417
+ /**
2418
+ * Optional identifier of the reference frame. The pose of this frame is expressed relative to its reference. If this is null or omitted, the frame is referenced in `world`.
2419
+ */
2420
+ 'reference_frame'?: string;
2421
+ 'pose': Pose;
2422
+ }
2361
2423
  /**
2362
2424
  * Defines a motion command whose path the planner generates from a generator specification.
2363
2425
  */
@@ -2385,7 +2447,7 @@ declare const GeneratedPathMotionCommandTypeEnum: {
2385
2447
  };
2386
2448
  type GeneratedPathMotionCommandTypeEnum = typeof GeneratedPathMotionCommandTypeEnum[keyof typeof GeneratedPathMotionCommandTypeEnum];
2387
2449
  /**
2388
- * Returns a teaching dataset resolved together with its persisted poses and command routines.
2450
+ * Returns a dataset resolved together with its persisted poses and command routines.
2389
2451
  */
2390
2452
  interface GetDatasetResponse {
2391
2453
  /**
@@ -2417,9 +2479,9 @@ interface GetDatasetResponse {
2417
2479
  */
2418
2480
  'poses': Array<DatasetPose>;
2419
2481
  /**
2420
- * Contains the coordinate systems that belong to this dataset.
2482
+ * Contains the frames that belong to this dataset.
2421
2483
  */
2422
- 'coordinate_systems': Array<DatasetCoordinateSystem>;
2484
+ 'frames': Array<DatasetFrame>;
2423
2485
  /**
2424
2486
  * Contains the command routines that belong to this dataset.
2425
2487
  */
@@ -2445,7 +2507,7 @@ interface GetKinematicConfigurationResponse {
2445
2507
  'kinematic_configurations': Array<KinematicConfiguration>;
2446
2508
  }
2447
2509
  interface GetKinematicConfigurationValidationError {
2448
- 'loc': Array<ValidationErrorLocInner>;
2510
+ 'loc': Array<Location1Inner>;
2449
2511
  'msg': string;
2450
2512
  'type': string;
2451
2513
  'input': {
@@ -2801,7 +2863,7 @@ interface InitializeMovementRequest {
2801
2863
  'message_type': InitializeMovementRequestMessageTypeEnum;
2802
2864
  'trajectory': InitializeMovementRequestTrajectory;
2803
2865
  /**
2804
- * - The location is a scalar value that defines a position along a path, typically ranging from 0 to `n`, where `n` denotes the number of motion commands - Each integer value of the location corresponds to a specific motion command, while non-integer values interpolate positions within the segments. - The location is calculated from the joint path
2866
+ * Location on trajectory where the execution will start. Defaults to 0.0, start of the trajectory. ATTENTION: The robot has to be at the position of the initial location when initializing the movement. If not, an error is returned.
2805
2867
  */
2806
2868
  'initial_location'?: number;
2807
2869
  /**
@@ -2847,9 +2909,9 @@ interface InlinePoseReference {
2847
2909
  'pose': Pose;
2848
2910
  'kinematic_configuration'?: KinematicConfiguration;
2849
2911
  /**
2850
- * Unique identifier of a coordinate system.
2912
+ * Optional identifier of the frame the pose is expressed in. If this is null or omitted, the pose is referenced in `world`.
2851
2913
  */
2852
- 'coordinate_system'?: string;
2914
+ 'frame'?: string;
2853
2915
  /**
2854
2916
  * Identifies the inline pose-reference variant.
2855
2917
  */
@@ -2933,13 +2995,16 @@ interface InverseKinematicsRequest {
2933
2995
  'collision_setups'?: {
2934
2996
  [key: string]: CollisionSetup;
2935
2997
  };
2998
+ /**
2999
+ * If present, all solutions are shifted to the same periodicity as the reference: Each individual joint angle is shifted by integer multiples of 2 pi (whole revolutions) until it\'s as close to the reference as possible. The solutions are sorted by ascending distance (L2 norm) from the reference.
3000
+ */
2936
3001
  'reference_joint_position'?: Array<number>;
2937
3002
  }
2938
3003
  interface InverseKinematicsResponse {
2939
3004
  'joints': Array<Array<Array<number>>>;
2940
3005
  }
2941
3006
  interface InverseKinematicsValidationError {
2942
- 'loc': Array<ValidationErrorLocInner>;
3007
+ 'loc': Array<Location1Inner>;
2943
3008
  'msg': string;
2944
3009
  'type': string;
2945
3010
  'input': {
@@ -3077,7 +3142,13 @@ interface JointLimits {
3077
3142
  'torque'?: number;
3078
3143
  }
3079
3144
  interface JointPTPMotion {
3145
+ /**
3146
+ * Starting joint position for the collision-free motion. Must contain exactly the same number of values as joints in the motion group. To retrieve the current joint position, use the endpoint [getCurrentMotionGroupState](#/operations/getCurrentMotionGroupState).
3147
+ */
3080
3148
  'start_joint_position': Array<number>;
3149
+ /**
3150
+ * The target joint position of the motion. Must contain exactly the same number of values as joints in the motion group. To compute target joint position from a TCP pose, use the endpoint [inverseKinematics](#/operations/inverseKinematics).
3151
+ */
3081
3152
  'target_joint_position': Array<number>;
3082
3153
  'limits_override'?: LimitsOverride;
3083
3154
  }
@@ -3126,7 +3197,7 @@ interface JointVelocityRequest {
3126
3197
  */
3127
3198
  'message_type': JointVelocityRequestMessageTypeEnum;
3128
3199
  /**
3129
- * This structure describes a set of joint values, e.g., positions, currents, torques, of a motion group. Float precision is the default.
3200
+ * in [rad/s]
3130
3201
  */
3131
3202
  'velocity': Array<number>;
3132
3203
  }
@@ -3157,7 +3228,7 @@ interface JointWaypoint {
3157
3228
  */
3158
3229
  'kind': JointWaypointKindEnum;
3159
3230
  /**
3160
- * This structure describes a set of joint values, e.g., positions, currents, torques, of a motion group. Float precision is the default.
3231
+ * Joint positions for this waypoint.
3161
3232
  */
3162
3233
  'joints': Array<number>;
3163
3234
  }
@@ -3416,7 +3487,7 @@ interface LinkChainValue {
3416
3487
  */
3417
3488
  'source': LinkChainValueSourceEnum;
3418
3489
  /**
3419
- * A link chain is a kinematic chain of links that is connected via joints. A motion group can be used to control the motion of the joints in a link chain. A link is a group of colliders that is attached to the link reference frame. The reference frame of a link is obtained after applying all sets of Denavit-Hartenberg-parameters from base to (including) the link index. This means that the reference frame of the link is on the rotation axis of the next joint in the kinematic chain. Example: For a motion group with 2 joints, the collider reference frame (CRF) for link 1 is on the rotation axis of joint 2. The chain looks like: - Origin >> Mounting >> Base >> (CRF Base) Joint 0 >> Link 0 >> (CRF Link 0) Joint 1 >> Link 1 >> (CRF Link 1) Flange (CRF Tool) >> TCP Adjacent links in the kinematic chain of the motion group are not checked for mutual collision.
3490
+ * The inline link chain definition.
3420
3491
  */
3421
3492
  'link_chain': Array<{
3422
3493
  [key: string]: Collider;
@@ -3464,6 +3535,10 @@ declare const LocalPoseReferenceTypeEnum: {
3464
3535
  readonly LocalPose: "local_pose";
3465
3536
  };
3466
3537
  type LocalPoseReferenceTypeEnum = typeof LocalPoseReferenceTypeEnum[keyof typeof LocalPoseReferenceTypeEnum];
3538
+ /**
3539
+ * @type Location1Inner
3540
+ */
3541
+ type Location1Inner = number | string;
3467
3542
  declare const Manufacturer: {
3468
3543
  readonly Abb: "abb";
3469
3544
  readonly Bostondynamics: "bostondynamics";
@@ -3562,14 +3637,14 @@ interface MergeTrajectoriesSegment {
3562
3637
  */
3563
3638
  'blending'?: BlendingPosition;
3564
3639
  /**
3565
- * Collision layers to be respected by the motion planner when planning for a single motion group. Each setup represents one layer, e.g., the safety zones and shapes or a fine grained tool and workpiece model. Layers are checked individually along the trajectory and independently of other layers. To respect the safety zones of the controller and check for collision: 1. Fetch the safety zones, link and tool shapes from the controller. 2. Add the fetched zones, links and tools to a layer. 3. Create other layers from your own 3D data as needed. 4. Plan trajectory. 5. The response highlights the layer in which a collision was detected by key.
3640
+ * Collision setups set here override the collsion setups of the Motion Group Configuration. Collisions are checked only on the trajectory section that deviates from the original path due to blending.
3566
3641
  */
3567
3642
  'collision_setups'?: {
3568
3643
  [key: string]: CollisionSetup;
3569
3644
  };
3570
3645
  }
3571
3646
  interface MergeTrajectoriesValidationError {
3572
- 'loc': Array<ValidationErrorLocInner>;
3647
+ 'loc': Array<Location1Inner>;
3573
3648
  'msg': string;
3574
3649
  'type': string;
3575
3650
  'input': {
@@ -3736,7 +3811,7 @@ interface MotionGroupDescription {
3736
3811
  [key: string]: TcpOffset;
3737
3812
  };
3738
3813
  /**
3739
- * A collection of identifiable colliders.
3814
+ * SafetyZones are areas which cannot be entered or where certain limits apply. SafetyZones are defined in the world coordinate system.
3740
3815
  */
3741
3816
  'safety_zones'?: {
3742
3817
  [key: string]: Collider;
@@ -3946,7 +4021,7 @@ interface MotionGroupState {
3946
4021
  */
3947
4022
  'controller': string;
3948
4023
  /**
3949
- * This structure describes a set of joint values, e.g., positions, currents, torques, of a motion group. Float precision is the default.
4024
+ * Current joint position of each joint. The unit depends on the type of joint: For revolute joints, the angle is given in [rad]; for prismatic joints, the displacement is given in [mm].
3950
4025
  */
3951
4026
  'joint_position': Array<number>;
3952
4027
  /**
@@ -3954,11 +4029,11 @@ interface MotionGroupState {
3954
4029
  */
3955
4030
  'joint_limit_reached': MotionGroupStateJointLimitReached;
3956
4031
  /**
3957
- * This structure describes a set of joint values, e.g., positions, currents, torques, of a motion group. Float precision is the default.
4032
+ * Current joint torque of each joint in [Nm]. Is only available if the robot controller supports it, e.g., available for UR controllers.
3958
4033
  */
3959
4034
  'joint_torque'?: Array<number>;
3960
4035
  /**
3961
- * This structure describes a set of joint values, e.g., positions, currents, torques, of a motion group. Float precision is the default.
4036
+ * Current at TCP in [A]. Is only available if the robot controller supports it, e.g., available for UR controllers.
3962
4037
  */
3963
4038
  'joint_current'?: Array<number>;
3964
4039
  /**
@@ -4015,7 +4090,13 @@ interface MotionGroupStateJointLimitReached {
4015
4090
  * Groups inheritable baseline blending and motion limit settings.
4016
4091
  */
4017
4092
  interface MotionSettings {
4093
+ /**
4094
+ * Specifies blending or explicitly suppresses inherited blending when set to `null`.
4095
+ */
4018
4096
  'blending'?: Blending | null;
4097
+ /**
4098
+ * Specifies motion limit overrides or skips routine defaults when set to `null`.
4099
+ */
4019
4100
  'limits_override'?: LimitsOverride | null;
4020
4101
  }
4021
4102
  /**
@@ -4034,13 +4115,13 @@ declare const MovementErrorResponseKindEnum: {
4034
4115
  type MovementErrorResponseKindEnum = typeof MovementErrorResponseKindEnum[keyof typeof MovementErrorResponseKindEnum];
4035
4116
  interface MultiCollisionSetup {
4036
4117
  /**
4037
- * A collection of collision motion groups.
4118
+ * Dictionary of motion group collision motion groups containing link chain and tool colliders.
4038
4119
  */
4039
4120
  'collision_motion_groups_by_motion_group_key'?: {
4040
4121
  [key: string]: CollisionMotionGroup;
4041
4122
  };
4042
4123
  /**
4043
- * A collection of identifiable colliders.
4124
+ * Colliders are checked against links and tool.
4044
4125
  */
4045
4126
  'colliders'?: {
4046
4127
  [key: string]: Collider;
@@ -4068,7 +4149,7 @@ interface MultiErrorJointLimitExceeded {
4068
4149
  interface MultiErrorJointPositionCollision {
4069
4150
  'collisions'?: Array<Collision>;
4070
4151
  /**
4071
- * A collection of single joint positions.
4152
+ * The joint positions of all motion groups as the collision occurs.
4072
4153
  */
4073
4154
  'joint_positions_by_motion_group_key'?: {
4074
4155
  [key: string]: Array<number>;
@@ -4076,7 +4157,7 @@ interface MultiErrorJointPositionCollision {
4076
4157
  }
4077
4158
  interface MultiJointTrajectory {
4078
4159
  /**
4079
- * A collection of joint position arrays.
4160
+ * For each motion group, this dictionary contains a list of joint positions for each sample. The number of samples must match the number of timestamps provided in the times field. The unit depends on the type of joint: For revolute joints, the angle is given in [rad]; for prismatic joints, the displacement is given in [mm].
4080
4161
  */
4081
4162
  'joint_positions_by_motion_group_key': {
4082
4163
  [key: string]: Array<Array<number>>;
@@ -4092,19 +4173,19 @@ interface MultiSearchCollisionFree422Response {
4092
4173
  }
4093
4174
  interface MultiSearchCollisionFreeRequest {
4094
4175
  /**
4095
- * A collection of motion group setups.
4176
+ * Dictionary of motion group setups.
4096
4177
  */
4097
4178
  'motion_group_setups_by_motion_group_key': {
4098
4179
  [key: string]: MotionGroupSetup;
4099
4180
  };
4100
4181
  /**
4101
- * A collection of joint PTP path definitions.
4182
+ * Dictionary of path definitions. The keys must match the ones in `motion_group_setups_by_motion_group_key`.
4102
4183
  */
4103
4184
  'path_definitions_by_motion_group_key': {
4104
4185
  [key: string]: JointPTPMotion;
4105
4186
  };
4106
4187
  /**
4107
- * A collection of multi collision setups.
4188
+ * Dictionary of collision setups. Defines cross-group collision checking: which link-chain/tool colliders from each motion group to consider, plus static environment colliders.
4108
4189
  */
4109
4190
  'collision_setups'?: {
4110
4191
  [key: string]: MultiCollisionSetup;
@@ -4123,7 +4204,7 @@ interface MultiSearchCollisionFreeResponse {
4123
4204
  */
4124
4205
  type MultiSearchCollisionFreeResponseResponse = MultiJointTrajectory | PlanCollisionFreeFailedResponse;
4125
4206
  interface MultiSearchCollisionFreeValidationError {
4126
- 'loc': Array<ValidationErrorLocInner>;
4207
+ 'loc': Array<Location1Inner>;
4127
4208
  'msg': string;
4128
4209
  'type': string;
4129
4210
  'input': {
@@ -4257,6 +4338,106 @@ declare const OperationMode: {
4257
4338
  readonly OperationModeRecovery: "OPERATION_MODE_RECOVERY";
4258
4339
  };
4259
4340
  type OperationMode = typeof OperationMode[keyof typeof OperationMode];
4341
+ /**
4342
+ * Algorithm parameters for the duration optimizer. These control how the optimization runs. All fields are optional. If omitted, server-side defaults are used.
4343
+ */
4344
+ interface OptimizeMotionCommandsParameter {
4345
+ /**
4346
+ * Number of perturbation attempts.
4347
+ */
4348
+ 'max_iterations'?: number;
4349
+ /**
4350
+ * Initial joint-space perturbation step size in radians.
4351
+ */
4352
+ 'step_size'?: number;
4353
+ /**
4354
+ * Random seed for reproducibility.
4355
+ */
4356
+ 'seed'?: number | null;
4357
+ /**
4358
+ * Command indices excluded from perturbation.
4359
+ */
4360
+ 'frozen_command_indices'?: Array<number>;
4361
+ /**
4362
+ * Relative duration improvement threshold. Stops when periodic time checks show less than `ftol` improvement (relative to baseline) for several consecutive checks.
4363
+ */
4364
+ 'ftol'?: number;
4365
+ /**
4366
+ * Optional elapsed real-time limit in seconds for the optimization.
4367
+ */
4368
+ 'time_budget'?: number | null;
4369
+ }
4370
+ interface OptimizeMotionCommandsRequest {
4371
+ /**
4372
+ * The data to assemble the robot setup can be retrieved from [getMotionGroupDescription](#/operations/getMotionGroupDescription) endpoint.
4373
+ */
4374
+ 'motion_group_setup': MotionGroupSetup;
4375
+ /**
4376
+ * To define a motion the start joints have to be indicated. Cartesian movements will be in the same kinematic configuration as the start joint position until the first joint P2P motion Motions can only be executed if the start joint position is the current joint position of the motion group. To retrieve the current joint position use the endpoint [getCurrentMotionGroupState](#/operations/getCurrentMotionGroupState). To move the robot to the start joint position use the endpoint [streamMoveToTrajectoryViaJointP2P](#/operations/streamMoveToTrajectoryViaJointP2P).
4377
+ */
4378
+ 'start_joint_position': Array<number>;
4379
+ /**
4380
+ * List of collision-free motion commands to optimize. A command consists of a path definition (`line`, `circle`, `joint_ptp`, `cartesian_ptp`, `cubic_spline`), blending, and limits override. > **NOTE** This endpoint does not repair colliding paths. The commands used must already be collision-free.
4381
+ */
4382
+ 'motion_commands': Array<MotionCommand>;
4383
+ /**
4384
+ * Optional tuning parameters that control how the optimization runs including iterations, step size, convergence tolerance, and time budget. If omitted, server-side defaults apply: `max_iterations=10000`, `step_size=0.1 rad`, `ftol=0.01`, no time budget.
4385
+ */
4386
+ 'optimization_parameters'?: OptimizeMotionCommandsParameter;
4387
+ }
4388
+ /**
4389
+ * Response from motion command optimization. Contains either a successful joint trajectory or failure information.
4390
+ */
4391
+ interface OptimizeMotionCommandsResponse {
4392
+ 'response': PlanTrajectoryResponseResponse;
4393
+ /**
4394
+ * The optimized motion commands that produced the trajectory. Can be used to re-plan the same path using the [planTrajectory](#/operations/planTrajectory) endpoint.
4395
+ */
4396
+ 'motion_commands'?: Array<MotionCommand>;
4397
+ /**
4398
+ * Optimization metrics: - baseline durations - optimized durations - improvement percentage - iteration count - wall-clock computation time
4399
+ */
4400
+ 'statistics': OptimizeMotionCommandsStatistics;
4401
+ }
4402
+ /**
4403
+ * Metrics collected during a duration-optimization run.
4404
+ */
4405
+ interface OptimizeMotionCommandsStatistics {
4406
+ /**
4407
+ * Trajectory duration before optimization in seconds.
4408
+ */
4409
+ 'baseline_duration': number;
4410
+ /**
4411
+ * Trajectory duration after optimization in seconds.
4412
+ */
4413
+ 'optimized_duration': number;
4414
+ /**
4415
+ * Relative duration improvement as a percentage. Positive means faster, e.g., 12.5 means 12.5% quicker than baseline.
4416
+ */
4417
+ 'improvement': number;
4418
+ /**
4419
+ * Number of iterations required until termination.
4420
+ */
4421
+ 'iterations': number;
4422
+ /**
4423
+ * Wall-clock time spent in the optimization in seconds.
4424
+ */
4425
+ 'computation_time': number;
4426
+ /**
4427
+ * Why the optimization loop stopped. - `MAX_ITERATIONS`: the maximum number of iterations was reached. - `CONVERGED`: ftol patience was exhausted — no meaningful improvement. - `TIME_BUDGET`: the wall-clock time budget was exceeded.
4428
+ */
4429
+ 'termination_reason': OptimizeMotionCommandsStatisticsTerminationReasonEnum;
4430
+ /**
4431
+ * Human-readable detail string, e.g., \"ftol=0.01, 20 checks without improvement\" for `CONVERGED`.
4432
+ */
4433
+ 'termination_detail': string;
4434
+ }
4435
+ declare const OptimizeMotionCommandsStatisticsTerminationReasonEnum: {
4436
+ readonly MaxIterations: "MAX_ITERATIONS";
4437
+ readonly Converged: "CONVERGED";
4438
+ readonly TimeBudget: "TIME_BUDGET";
4439
+ };
4440
+ type OptimizeMotionCommandsStatisticsTerminationReasonEnum = typeof OptimizeMotionCommandsStatisticsTerminationReasonEnum[keyof typeof OptimizeMotionCommandsStatisticsTerminationReasonEnum];
4260
4441
  /**
4261
4442
  * The type of rotation description that is used to specify the orientation. **Rotation Vector notation** * The rotation is represented using an axis-angle representation: > axis = Vector[0:2] > angle = |axis| in [rad] > axis.normalized * angle **Quaternion notation** * The rotation is represented using a unit quaternion: [x, y, z, w]. * The vector part [x, y, z] is the imaginary part of the quaternion, and the scalar part [w] is the real part. **Euler notation** * *extrinsic* fixed external reference system * *intrinsic* reference system fixed to rotation body > angles = Vector[0:2] in [rad]. * ZYX, ZXZ,... - mapping of the given angles values to the (either intrinsic or extrinsic) axes in the stated order. > Example ZYX: Z = Vector[0], Y = Vector[1], X = Vector[2].
4262
4443
  */
@@ -4631,11 +4812,11 @@ interface Payload {
4631
4812
  */
4632
4813
  'payload': number;
4633
4814
  /**
4634
- * A three-dimensional vector [x, y, z] with double precision.
4815
+ * Center of mass of payload as a three-dimensional position vector [x, y, z] in [mm].
4635
4816
  */
4636
4817
  'center_of_mass'?: Array<number>;
4637
4818
  /**
4638
- * A three-dimensional vector [x, y, z] with double precision.
4819
+ * Principal moments of inertia of payload as three-dimensional vector [I_xx, I_yy, I_zz] in [kg·m²].
4639
4820
  */
4640
4821
  'moment_of_inertia'?: Array<number>;
4641
4822
  }
@@ -4654,12 +4835,18 @@ interface PlanCollisionFreeRequest {
4654
4835
  */
4655
4836
  'motion_group_setup': MotionGroupSetup;
4656
4837
  /**
4657
- * Collision layers with support for storage references. Each value is either a store key referencing a stored CollisionSetup, or an inline collision setup object with optional store key references. All storage keys are resolved against the {cell} path parameter of the request URL, which determines the storage bucket. If set on the request, overrides motion_group_setup.collision_setups.
4838
+ * Optional collision setups with support for store keys. If set, overrides motion_group_setup.collision_setups. Each value is either an inline CollisionSetup object or a storage key reference. Storage keys are resolved against the {cell} path parameter of the request URL, which determines the storage bucket.
4658
4839
  */
4659
4840
  'collision_setups'?: {
4660
4841
  [key: string]: CollisionSetupValueOrKey;
4661
4842
  };
4843
+ /**
4844
+ * Starting joint position for the collision-free motion. Must contain exactly the same number of values as joints in the motion group. To retrieve the current joint position, use the endpoint [getCurrentMotionGroupState](#/operations/getCurrentMotionGroupState).
4845
+ */
4662
4846
  'start_joint_position': Array<number>;
4847
+ /**
4848
+ * The target joint position of the motion. Must contain exactly the same number of values as joints in the motion group. To compute target joint position from a TCP pose, use the endpoint [inverseKinematics](#/operations/inverseKinematics).
4849
+ */
4663
4850
  'target': Array<number>;
4664
4851
  /**
4665
4852
  * Optional constraint for the motion. If provided, the motion will be constrained accordingly. > **NOTE** > > Constraints are experimental and their behavior may change in future releases.
@@ -4701,6 +4888,9 @@ interface PlanTrajectoryRequest {
4701
4888
  * The data to assemble the robot setup can be retrieved from [getMotionGroupDescription](#/operations/getMotionGroupDescription) endpoint.
4702
4889
  */
4703
4890
  'motion_group_setup': MotionGroupSetup;
4891
+ /**
4892
+ * To define a motion the start joints have to be indicated. Cartesian movements will be in the same kinematic configuration as the start joint position until the first joint point-to-point motion. Motions can only be executed if the start joint position is the current joint position of the motion group. To retrieve the current joint position use the endpoint [getCurrentMotionGroupState](#/operations/getCurrentMotionGroupState). To move the robot to the start joint position use the endpoint [streamMoveToTrajectoryViaJointP2P](#/operations/streamMoveToTrajectoryViaJointP2P).
4893
+ */
4704
4894
  'start_joint_position': Array<number>;
4705
4895
  /**
4706
4896
  * List of motion commands. A command consists of a path definition (line, circle, joint_ptp, cartesian_ptp, cubic_spline), blending, and limits override.
@@ -4719,7 +4909,7 @@ interface PlanTrajectoryResponse {
4719
4909
  */
4720
4910
  type PlanTrajectoryResponseResponse = JointTrajectory | PlanTrajectoryFailedResponse;
4721
4911
  interface PlanValidationError {
4722
- 'loc': Array<ValidationErrorLocInner>;
4912
+ 'loc': Array<Location1Inner>;
4723
4913
  'msg': string;
4724
4914
  'type': string;
4725
4915
  'input': {
@@ -5081,10 +5271,10 @@ interface ProjectJointPositionDirectionConstraintResponse {
5081
5271
  /**
5082
5272
  * List of projected joint positions. If the resulting joint position is in collision or violates joint limits, the corresponding entry is null.
5083
5273
  */
5084
- 'projected_joint_positions': Array<Array<number> | null>;
5274
+ 'projected_joint_positions': Array<Array | null>;
5085
5275
  }
5086
5276
  interface ProjectJointPositionDirectionConstraintValidationError {
5087
- 'loc': Array<ValidationErrorLocInner>;
5277
+ 'loc': Array<Location1Inner>;
5088
5278
  'msg': string;
5089
5279
  'type': string;
5090
5280
  'input': {
@@ -5190,6 +5380,30 @@ declare const ReleaseChannel: {
5190
5380
  readonly Next: "next";
5191
5381
  };
5192
5382
  type ReleaseChannel = typeof ReleaseChannel[keyof typeof ReleaseChannel];
5383
+ interface RerunLoggingConfigurationRequest {
5384
+ /**
5385
+ * Whether new Rerun logging sessions should be enabled.
5386
+ */
5387
+ 'enabled': boolean;
5388
+ /**
5389
+ * Optional gRPC URL for the Rerun viewer. Omit this field to keep the current URL. Set it to `null` or an empty string to clear the current URL.
5390
+ */
5391
+ 'rerun_url'?: string | null;
5392
+ }
5393
+ interface RerunLoggingConfigurationResponse {
5394
+ /**
5395
+ * Whether Rerun logging is currently enabled for new operations.
5396
+ */
5397
+ 'enabled': boolean;
5398
+ /**
5399
+ * Raw value of the `RERUN` environment variable in the service process.
5400
+ */
5401
+ 'rerun'?: string | null;
5402
+ /**
5403
+ * Current Rerun gRPC URL used by the service process, if any.
5404
+ */
5405
+ 'rerun_url'?: string | null;
5406
+ }
5193
5407
  /**
5194
5408
  * The configuration of a physical or virtual robot controller.
5195
5409
  */
@@ -5750,7 +5964,7 @@ interface StartMovementRequest {
5750
5964
  'message_type': StartMovementRequestMessageTypeEnum;
5751
5965
  'direction'?: Direction;
5752
5966
  /**
5753
- * - The location is a scalar value that defines a position along a path, typically ranging from 0 to `n`, where `n` denotes the number of motion commands - Each integer value of the location corresponds to a specific motion command, while non-integer values interpolate positions within the segments. - The location is calculated from the joint path
5967
+ * The target location to which the motion group moves along the trajectory to. If `direction` and `target_location` are both specified, target location takes precedence. If neither is specified, the default is `DIRECTION_FORWARD`.
5754
5968
  */
5755
5969
  'target_location'?: number;
5756
5970
  /**
@@ -5994,7 +6208,7 @@ interface ToolValue {
5994
6208
  */
5995
6209
  'source': ToolValueSourceEnum;
5996
6210
  /**
5997
- * Defines the shape of a tool. A tool is a dictionary of colliders. All colliders that make up a tool are attached to the flange frame of the motion group.
6211
+ * The inline tool collider definition.
5998
6212
  */
5999
6213
  'tool': {
6000
6214
  [key: string]: Collider;
@@ -6062,7 +6276,7 @@ interface TrajectoryDetails {
6062
6276
  */
6063
6277
  'trajectory': string;
6064
6278
  /**
6065
- * - The location is a scalar value that defines a position along a path, typically ranging from 0 to `n`, where `n` denotes the number of motion commands - Each integer value of the location corresponds to a specific motion command, while non-integer values interpolate positions within the segments. - The location is calculated from the joint path
6279
+ * Location of current joint position commmand on the trajectory being executed.
6066
6280
  */
6067
6281
  'location': number;
6068
6282
  'state': TrajectoryDetailsState;
@@ -6254,7 +6468,7 @@ declare const UnpauseActionChunksResponseKindEnum: {
6254
6468
  };
6255
6469
  type UnpauseActionChunksResponseKindEnum = typeof UnpauseActionChunksResponseKindEnum[keyof typeof UnpauseActionChunksResponseKindEnum];
6256
6470
  /**
6257
- * Update a single cell\'s Foundation chart version based on the indicated release channel.
6471
+ * Update a single cell\'s foundation chart version based on the indicated release channel.
6258
6472
  */
6259
6473
  interface UpdateCellVersionRequest {
6260
6474
  'channel': ReleaseChannel;
@@ -6287,7 +6501,7 @@ interface User {
6287
6501
  'email': string;
6288
6502
  }
6289
6503
  interface ValidationError {
6290
- 'loc': Array<ValidationErrorLocInner>;
6504
+ 'loc': Array<Location1Inner>;
6291
6505
  'msg': string;
6292
6506
  'type': string;
6293
6507
  'input': {
@@ -6302,10 +6516,6 @@ interface ValidationError2 {
6302
6516
  'msg': string;
6303
6517
  'type': string;
6304
6518
  }
6305
- /**
6306
- * @type ValidationErrorLocInner
6307
- */
6308
- type ValidationErrorLocInner = number | string;
6309
6519
  /**
6310
6520
  * The configuration of a virtual robot controller has to contain the manufacturer string, an optional joint position string array, and either a preset `type` **or** the complete JSON configuration.
6311
6521
  */
@@ -7681,7 +7891,7 @@ declare const CellApiAxiosParamCreator: (configuration?: Configuration) => {
7681
7891
  */
7682
7892
  updateCell: (cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7683
7893
  /**
7684
- * **Required permissions:** `can_manage_cells` - Create, update, or delete cells ___ Update the Foundation chart version for a single cell based on a release channel. The resulting version is capped at the current system version.
7894
+ * **Required permissions:** `can_manage_cells` - Create, update, or delete cells ___ Update the foundation chart version for a single cell based on a release channel. The resulting version is capped at the current system version.
7685
7895
  * @summary Update Cell Version
7686
7896
  * @param {string} cell Unique identifier addressing a cell in all API calls.
7687
7897
  * @param {UpdateCellVersionRequest} updateCellVersionRequest
@@ -7764,7 +7974,7 @@ declare const CellApiFp: (configuration?: Configuration) => {
7764
7974
  */
7765
7975
  updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
7766
7976
  /**
7767
- * **Required permissions:** `can_manage_cells` - Create, update, or delete cells ___ Update the Foundation chart version for a single cell based on a release channel. The resulting version is capped at the current system version.
7977
+ * **Required permissions:** `can_manage_cells` - Create, update, or delete cells ___ Update the foundation chart version for a single cell based on a release channel. The resulting version is capped at the current system version.
7768
7978
  * @summary Update Cell Version
7769
7979
  * @param {string} cell Unique identifier addressing a cell in all API calls.
7770
7980
  * @param {UpdateCellVersionRequest} updateCellVersionRequest
@@ -7847,7 +8057,7 @@ declare const CellApiFactory: (configuration?: Configuration, basePath?: string,
7847
8057
  */
7848
8058
  updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
7849
8059
  /**
7850
- * **Required permissions:** `can_manage_cells` - Create, update, or delete cells ___ Update the Foundation chart version for a single cell based on a release channel. The resulting version is capped at the current system version.
8060
+ * **Required permissions:** `can_manage_cells` - Create, update, or delete cells ___ Update the foundation chart version for a single cell based on a release channel. The resulting version is capped at the current system version.
7851
8061
  * @summary Update Cell Version
7852
8062
  * @param {string} cell Unique identifier addressing a cell in all API calls.
7853
8063
  * @param {UpdateCellVersionRequest} updateCellVersionRequest
@@ -7930,7 +8140,7 @@ declare class CellApi extends BaseAPI {
7930
8140
  */
7931
8141
  updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
7932
8142
  /**
7933
- * **Required permissions:** `can_manage_cells` - Create, update, or delete cells ___ Update the Foundation chart version for a single cell based on a release channel. The resulting version is capped at the current system version.
8143
+ * **Required permissions:** `can_manage_cells` - Create, update, or delete cells ___ Update the foundation chart version for a single cell based on a release channel. The resulting version is capped at the current system version.
7934
8144
  * @summary Update Cell Version
7935
8145
  * @param {string} cell Unique identifier addressing a cell in all API calls.
7936
8146
  * @param {UpdateCellVersionRequest} updateCellVersionRequest
@@ -8740,116 +8950,272 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
8740
8950
  */
8741
8951
  declare const DatasetsApiAxiosParamCreator: (configuration?: Configuration) => {
8742
8952
  /**
8743
- * **Required permissions:** `can_access_system` - View system status and metadata ___ Localize a pose that is expressed in the `world` coordinate system into the given dataset coordinate system. This is the inverse of the resolve operation: the pose is transformed through the whole chain of parent coordinate systems within the dataset.
8744
- * @summary Localize Pose from World (Dataset)
8953
+ * **Required permissions:** `can_write_datasets` - Write stored datasets ___ <!-- theme: danger --> > **Experimental** Creates a new dataset together with its poses and command routines.
8954
+ * @summary Create Dataset
8955
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
8956
+ * @param {CreateDatasetRequest} createDatasetRequest
8957
+ * @param {*} [options] Override http request option.
8958
+ * @throws {RequiredError}
8959
+ */
8960
+ createDataset: (cell: string, createDatasetRequest: CreateDatasetRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8961
+ /**
8962
+ * **Required permissions:** `can_write_datasets` - Write stored datasets ___ <!-- theme: danger --> > **Experimental** Deletes a dataset together with its persisted poses and command routines. Deletes the requested revision when the `revision` query parameter is set; otherwise deletes the latest revision. <!-- theme: danger --> > This will delete persistently stored data.
8963
+ * @summary Delete Dataset
8964
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
8965
+ * @param {string} dataset Specifies the dataset identifier.
8966
+ * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
8967
+ * @param {*} [options] Override http request option.
8968
+ * @throws {RequiredError}
8969
+ */
8970
+ deleteDataset: (cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8971
+ /**
8972
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Returns a dataset together with its persisted poses and command routines. Returns the requested revision when the `revision` query parameter is set; otherwise returns the latest revision.
8973
+ * @summary Get Dataset
8974
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
8975
+ * @param {string} dataset Specifies the dataset identifier.
8976
+ * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
8977
+ * @param {*} [options] Override http request option.
8978
+ * @throws {RequiredError}
8979
+ */
8980
+ getDataset: (cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8981
+ /**
8982
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Returns the list of available datasets. Without query parameters, all datasets across all revisions are returned. Use `dataset` to return all revisions of a single dataset. Use `latest_only` to return only the latest revision of each dataset.
8983
+ * @summary List Datasets
8984
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
8985
+ * @param {string} [dataset] Restricts the result to all revisions of the given dataset.
8986
+ * @param {boolean} [latestOnly] When &#x60;true&#x60;, returns only the latest revision of each dataset.
8987
+ * @param {*} [options] Override http request option.
8988
+ * @throws {RequiredError}
8989
+ */
8990
+ getDatasets: (cell: string, dataset?: string, latestOnly?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8991
+ /**
8992
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Localize a list of pose that are expressed in the `world` frame into the given dataset frame. This is the inverse of the resolve operation: the poses are transformed through the whole chain of reference frames within the dataset.
8993
+ * @summary Localize Poses from World (Dataset)
8745
8994
  * @param {string} cell Unique identifier addressing a cell in all API calls.
8746
8995
  * @param {string} dataset Specifies the dataset identifier.
8747
- * @param {string} coordinateSystem Unique identifier addressing a coordinate system within a teaching dataset.
8748
- * @param {Pose} pose The pose expressed in the &#x60;world&#x60; coordinate system.
8996
+ * @param {string} frame Unique identifier addressing a frame within a dataset.
8997
+ * @param {Array<Pose>} poses The poses expressed in the &#x60;world&#x60; frame.
8749
8998
  * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
8750
8999
  * @param {*} [options] Override http request option.
8751
9000
  * @throws {RequiredError}
8752
9001
  */
8753
- localizeDatasetCoordinateSystemPose: (cell: string, dataset: string, coordinateSystem: string, pose: Pose, revision?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9002
+ localizeDatasetFramePose: (cell: string, dataset: string, frame: string, poses: Array<Pose>, revision?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8754
9003
  /**
8755
- * **Required permissions:** `can_access_system` - View system status and metadata ___ Resolve a pose that is expressed relative to the given dataset coordinate system into the `world` coordinate system. The pose is transformed through the whole chain of parent coordinate systems within the dataset.
8756
- * @summary Resolve Pose to World (Dataset)
9004
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Resolve a list of poses that are expressed relative to the given dataset coordinate system into the `world` frame. The poses are transformed through the whole chain of reference frames within the dataset.
9005
+ * @summary Resolve Poses to World (Dataset)
8757
9006
  * @param {string} cell Unique identifier addressing a cell in all API calls.
8758
9007
  * @param {string} dataset Specifies the dataset identifier.
8759
- * @param {string} coordinateSystem Unique identifier addressing a coordinate system within a teaching dataset.
8760
- * @param {Pose} pose The pose expressed relative to the given coordinate system.
9008
+ * @param {string} frame Unique identifier addressing a frame within a dataset.
9009
+ * @param {Array<Pose>} poses The poses expressed relative to the given frame.
8761
9010
  * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
8762
9011
  * @param {*} [options] Override http request option.
8763
9012
  * @throws {RequiredError}
8764
9013
  */
8765
- resolveDatasetCoordinateSystemPose: (cell: string, dataset: string, coordinateSystem: string, pose: Pose, revision?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9014
+ resolveDatasetFramePose: (cell: string, dataset: string, frame: string, poses: Array<Pose>, revision?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8766
9015
  };
8767
9016
  /**
8768
9017
  * DatasetsApi - functional programming interface
8769
9018
  */
8770
9019
  declare const DatasetsApiFp: (configuration?: Configuration) => {
8771
9020
  /**
8772
- * **Required permissions:** `can_access_system` - View system status and metadata ___ Localize a pose that is expressed in the `world` coordinate system into the given dataset coordinate system. This is the inverse of the resolve operation: the pose is transformed through the whole chain of parent coordinate systems within the dataset.
8773
- * @summary Localize Pose from World (Dataset)
9021
+ * **Required permissions:** `can_write_datasets` - Write stored datasets ___ <!-- theme: danger --> > **Experimental** Creates a new dataset together with its poses and command routines.
9022
+ * @summary Create Dataset
9023
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
9024
+ * @param {CreateDatasetRequest} createDatasetRequest
9025
+ * @param {*} [options] Override http request option.
9026
+ * @throws {RequiredError}
9027
+ */
9028
+ createDataset(cell: string, createDatasetRequest: CreateDatasetRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDatasetResponse>>;
9029
+ /**
9030
+ * **Required permissions:** `can_write_datasets` - Write stored datasets ___ <!-- theme: danger --> > **Experimental** Deletes a dataset together with its persisted poses and command routines. Deletes the requested revision when the `revision` query parameter is set; otherwise deletes the latest revision. <!-- theme: danger --> > This will delete persistently stored data.
9031
+ * @summary Delete Dataset
9032
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
9033
+ * @param {string} dataset Specifies the dataset identifier.
9034
+ * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
9035
+ * @param {*} [options] Override http request option.
9036
+ * @throws {RequiredError}
9037
+ */
9038
+ deleteDataset(cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
9039
+ /**
9040
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Returns a dataset together with its persisted poses and command routines. Returns the requested revision when the `revision` query parameter is set; otherwise returns the latest revision.
9041
+ * @summary Get Dataset
9042
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
9043
+ * @param {string} dataset Specifies the dataset identifier.
9044
+ * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
9045
+ * @param {*} [options] Override http request option.
9046
+ * @throws {RequiredError}
9047
+ */
9048
+ getDataset(cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDatasetResponse>>;
9049
+ /**
9050
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Returns the list of available datasets. Without query parameters, all datasets across all revisions are returned. Use `dataset` to return all revisions of a single dataset. Use `latest_only` to return only the latest revision of each dataset.
9051
+ * @summary List Datasets
9052
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
9053
+ * @param {string} [dataset] Restricts the result to all revisions of the given dataset.
9054
+ * @param {boolean} [latestOnly] When &#x60;true&#x60;, returns only the latest revision of each dataset.
9055
+ * @param {*} [options] Override http request option.
9056
+ * @throws {RequiredError}
9057
+ */
9058
+ getDatasets(cell: string, dataset?: string, latestOnly?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Dataset>>>;
9059
+ /**
9060
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Localize a list of pose that are expressed in the `world` frame into the given dataset frame. This is the inverse of the resolve operation: the poses are transformed through the whole chain of reference frames within the dataset.
9061
+ * @summary Localize Poses from World (Dataset)
8774
9062
  * @param {string} cell Unique identifier addressing a cell in all API calls.
8775
9063
  * @param {string} dataset Specifies the dataset identifier.
8776
- * @param {string} coordinateSystem Unique identifier addressing a coordinate system within a teaching dataset.
8777
- * @param {Pose} pose The pose expressed in the &#x60;world&#x60; coordinate system.
9064
+ * @param {string} frame Unique identifier addressing a frame within a dataset.
9065
+ * @param {Array<Pose>} poses The poses expressed in the &#x60;world&#x60; frame.
8778
9066
  * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
8779
9067
  * @param {*} [options] Override http request option.
8780
9068
  * @throws {RequiredError}
8781
9069
  */
8782
- localizeDatasetCoordinateSystemPose(cell: string, dataset: string, coordinateSystem: string, pose: Pose, revision?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Pose>>;
9070
+ localizeDatasetFramePose(cell: string, dataset: string, frame: string, poses: Array<Pose>, revision?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Pose>>>;
8783
9071
  /**
8784
- * **Required permissions:** `can_access_system` - View system status and metadata ___ Resolve a pose that is expressed relative to the given dataset coordinate system into the `world` coordinate system. The pose is transformed through the whole chain of parent coordinate systems within the dataset.
8785
- * @summary Resolve Pose to World (Dataset)
9072
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Resolve a list of poses that are expressed relative to the given dataset coordinate system into the `world` frame. The poses are transformed through the whole chain of reference frames within the dataset.
9073
+ * @summary Resolve Poses to World (Dataset)
8786
9074
  * @param {string} cell Unique identifier addressing a cell in all API calls.
8787
9075
  * @param {string} dataset Specifies the dataset identifier.
8788
- * @param {string} coordinateSystem Unique identifier addressing a coordinate system within a teaching dataset.
8789
- * @param {Pose} pose The pose expressed relative to the given coordinate system.
9076
+ * @param {string} frame Unique identifier addressing a frame within a dataset.
9077
+ * @param {Array<Pose>} poses The poses expressed relative to the given frame.
8790
9078
  * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
8791
9079
  * @param {*} [options] Override http request option.
8792
9080
  * @throws {RequiredError}
8793
9081
  */
8794
- resolveDatasetCoordinateSystemPose(cell: string, dataset: string, coordinateSystem: string, pose: Pose, revision?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Pose>>;
9082
+ resolveDatasetFramePose(cell: string, dataset: string, frame: string, poses: Array<Pose>, revision?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Pose>>>;
8795
9083
  };
8796
9084
  /**
8797
9085
  * DatasetsApi - factory interface
8798
9086
  */
8799
9087
  declare const DatasetsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
8800
9088
  /**
8801
- * **Required permissions:** `can_access_system` - View system status and metadata ___ Localize a pose that is expressed in the `world` coordinate system into the given dataset coordinate system. This is the inverse of the resolve operation: the pose is transformed through the whole chain of parent coordinate systems within the dataset.
8802
- * @summary Localize Pose from World (Dataset)
9089
+ * **Required permissions:** `can_write_datasets` - Write stored datasets ___ <!-- theme: danger --> > **Experimental** Creates a new dataset together with its poses and command routines.
9090
+ * @summary Create Dataset
9091
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
9092
+ * @param {CreateDatasetRequest} createDatasetRequest
9093
+ * @param {*} [options] Override http request option.
9094
+ * @throws {RequiredError}
9095
+ */
9096
+ createDataset(cell: string, createDatasetRequest: CreateDatasetRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetDatasetResponse>;
9097
+ /**
9098
+ * **Required permissions:** `can_write_datasets` - Write stored datasets ___ <!-- theme: danger --> > **Experimental** Deletes a dataset together with its persisted poses and command routines. Deletes the requested revision when the `revision` query parameter is set; otherwise deletes the latest revision. <!-- theme: danger --> > This will delete persistently stored data.
9099
+ * @summary Delete Dataset
9100
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
9101
+ * @param {string} dataset Specifies the dataset identifier.
9102
+ * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
9103
+ * @param {*} [options] Override http request option.
9104
+ * @throws {RequiredError}
9105
+ */
9106
+ deleteDataset(cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
9107
+ /**
9108
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Returns a dataset together with its persisted poses and command routines. Returns the requested revision when the `revision` query parameter is set; otherwise returns the latest revision.
9109
+ * @summary Get Dataset
9110
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
9111
+ * @param {string} dataset Specifies the dataset identifier.
9112
+ * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
9113
+ * @param {*} [options] Override http request option.
9114
+ * @throws {RequiredError}
9115
+ */
9116
+ getDataset(cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig): AxiosPromise<GetDatasetResponse>;
9117
+ /**
9118
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Returns the list of available datasets. Without query parameters, all datasets across all revisions are returned. Use `dataset` to return all revisions of a single dataset. Use `latest_only` to return only the latest revision of each dataset.
9119
+ * @summary List Datasets
9120
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
9121
+ * @param {string} [dataset] Restricts the result to all revisions of the given dataset.
9122
+ * @param {boolean} [latestOnly] When &#x60;true&#x60;, returns only the latest revision of each dataset.
9123
+ * @param {*} [options] Override http request option.
9124
+ * @throws {RequiredError}
9125
+ */
9126
+ getDatasets(cell: string, dataset?: string, latestOnly?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<Array<Dataset>>;
9127
+ /**
9128
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Localize a list of pose that are expressed in the `world` frame into the given dataset frame. This is the inverse of the resolve operation: the poses are transformed through the whole chain of reference frames within the dataset.
9129
+ * @summary Localize Poses from World (Dataset)
8803
9130
  * @param {string} cell Unique identifier addressing a cell in all API calls.
8804
9131
  * @param {string} dataset Specifies the dataset identifier.
8805
- * @param {string} coordinateSystem Unique identifier addressing a coordinate system within a teaching dataset.
8806
- * @param {Pose} pose The pose expressed in the &#x60;world&#x60; coordinate system.
9132
+ * @param {string} frame Unique identifier addressing a frame within a dataset.
9133
+ * @param {Array<Pose>} poses The poses expressed in the &#x60;world&#x60; frame.
8807
9134
  * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
8808
9135
  * @param {*} [options] Override http request option.
8809
9136
  * @throws {RequiredError}
8810
9137
  */
8811
- localizeDatasetCoordinateSystemPose(cell: string, dataset: string, coordinateSystem: string, pose: Pose, revision?: number, options?: RawAxiosRequestConfig): AxiosPromise<Pose>;
9138
+ localizeDatasetFramePose(cell: string, dataset: string, frame: string, poses: Array<Pose>, revision?: number, options?: RawAxiosRequestConfig): AxiosPromise<Array<Pose>>;
8812
9139
  /**
8813
- * **Required permissions:** `can_access_system` - View system status and metadata ___ Resolve a pose that is expressed relative to the given dataset coordinate system into the `world` coordinate system. The pose is transformed through the whole chain of parent coordinate systems within the dataset.
8814
- * @summary Resolve Pose to World (Dataset)
9140
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Resolve a list of poses that are expressed relative to the given dataset coordinate system into the `world` frame. The poses are transformed through the whole chain of reference frames within the dataset.
9141
+ * @summary Resolve Poses to World (Dataset)
8815
9142
  * @param {string} cell Unique identifier addressing a cell in all API calls.
8816
9143
  * @param {string} dataset Specifies the dataset identifier.
8817
- * @param {string} coordinateSystem Unique identifier addressing a coordinate system within a teaching dataset.
8818
- * @param {Pose} pose The pose expressed relative to the given coordinate system.
9144
+ * @param {string} frame Unique identifier addressing a frame within a dataset.
9145
+ * @param {Array<Pose>} poses The poses expressed relative to the given frame.
8819
9146
  * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
8820
9147
  * @param {*} [options] Override http request option.
8821
9148
  * @throws {RequiredError}
8822
9149
  */
8823
- resolveDatasetCoordinateSystemPose(cell: string, dataset: string, coordinateSystem: string, pose: Pose, revision?: number, options?: RawAxiosRequestConfig): AxiosPromise<Pose>;
9150
+ resolveDatasetFramePose(cell: string, dataset: string, frame: string, poses: Array<Pose>, revision?: number, options?: RawAxiosRequestConfig): AxiosPromise<Array<Pose>>;
8824
9151
  };
8825
9152
  /**
8826
9153
  * DatasetsApi - object-oriented interface
8827
9154
  */
8828
9155
  declare class DatasetsApi extends BaseAPI {
8829
9156
  /**
8830
- * **Required permissions:** `can_access_system` - View system status and metadata ___ Localize a pose that is expressed in the `world` coordinate system into the given dataset coordinate system. This is the inverse of the resolve operation: the pose is transformed through the whole chain of parent coordinate systems within the dataset.
8831
- * @summary Localize Pose from World (Dataset)
9157
+ * **Required permissions:** `can_write_datasets` - Write stored datasets ___ <!-- theme: danger --> > **Experimental** Creates a new dataset together with its poses and command routines.
9158
+ * @summary Create Dataset
9159
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
9160
+ * @param {CreateDatasetRequest} createDatasetRequest
9161
+ * @param {*} [options] Override http request option.
9162
+ * @throws {RequiredError}
9163
+ */
9164
+ createDataset(cell: string, createDatasetRequest: CreateDatasetRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<GetDatasetResponse, any, {}>>;
9165
+ /**
9166
+ * **Required permissions:** `can_write_datasets` - Write stored datasets ___ <!-- theme: danger --> > **Experimental** Deletes a dataset together with its persisted poses and command routines. Deletes the requested revision when the `revision` query parameter is set; otherwise deletes the latest revision. <!-- theme: danger --> > This will delete persistently stored data.
9167
+ * @summary Delete Dataset
9168
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
9169
+ * @param {string} dataset Specifies the dataset identifier.
9170
+ * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
9171
+ * @param {*} [options] Override http request option.
9172
+ * @throws {RequiredError}
9173
+ */
9174
+ deleteDataset(cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
9175
+ /**
9176
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Returns a dataset together with its persisted poses and command routines. Returns the requested revision when the `revision` query parameter is set; otherwise returns the latest revision.
9177
+ * @summary Get Dataset
9178
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
9179
+ * @param {string} dataset Specifies the dataset identifier.
9180
+ * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
9181
+ * @param {*} [options] Override http request option.
9182
+ * @throws {RequiredError}
9183
+ */
9184
+ getDataset(cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<GetDatasetResponse, any, {}>>;
9185
+ /**
9186
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Returns the list of available datasets. Without query parameters, all datasets across all revisions are returned. Use `dataset` to return all revisions of a single dataset. Use `latest_only` to return only the latest revision of each dataset.
9187
+ * @summary List Datasets
9188
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
9189
+ * @param {string} [dataset] Restricts the result to all revisions of the given dataset.
9190
+ * @param {boolean} [latestOnly] When &#x60;true&#x60;, returns only the latest revision of each dataset.
9191
+ * @param {*} [options] Override http request option.
9192
+ * @throws {RequiredError}
9193
+ */
9194
+ getDatasets(cell: string, dataset?: string, latestOnly?: boolean, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<Dataset[], any, {}>>;
9195
+ /**
9196
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Localize a list of pose that are expressed in the `world` frame into the given dataset frame. This is the inverse of the resolve operation: the poses are transformed through the whole chain of reference frames within the dataset.
9197
+ * @summary Localize Poses from World (Dataset)
8832
9198
  * @param {string} cell Unique identifier addressing a cell in all API calls.
8833
9199
  * @param {string} dataset Specifies the dataset identifier.
8834
- * @param {string} coordinateSystem Unique identifier addressing a coordinate system within a teaching dataset.
8835
- * @param {Pose} pose The pose expressed in the &#x60;world&#x60; coordinate system.
9200
+ * @param {string} frame Unique identifier addressing a frame within a dataset.
9201
+ * @param {Array<Pose>} poses The poses expressed in the &#x60;world&#x60; frame.
8836
9202
  * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
8837
9203
  * @param {*} [options] Override http request option.
8838
9204
  * @throws {RequiredError}
8839
9205
  */
8840
- localizeDatasetCoordinateSystemPose(cell: string, dataset: string, coordinateSystem: string, pose: Pose, revision?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<Pose, any, {}>>;
9206
+ localizeDatasetFramePose(cell: string, dataset: string, frame: string, poses: Array<Pose>, revision?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<Pose[], any, {}>>;
8841
9207
  /**
8842
- * **Required permissions:** `can_access_system` - View system status and metadata ___ Resolve a pose that is expressed relative to the given dataset coordinate system into the `world` coordinate system. The pose is transformed through the whole chain of parent coordinate systems within the dataset.
8843
- * @summary Resolve Pose to World (Dataset)
9208
+ * **Required permissions:** `can_read_datasets` - Read stored datasets ___ <!-- theme: danger --> > **Experimental** Resolve a list of poses that are expressed relative to the given dataset coordinate system into the `world` frame. The poses are transformed through the whole chain of reference frames within the dataset.
9209
+ * @summary Resolve Poses to World (Dataset)
8844
9210
  * @param {string} cell Unique identifier addressing a cell in all API calls.
8845
9211
  * @param {string} dataset Specifies the dataset identifier.
8846
- * @param {string} coordinateSystem Unique identifier addressing a coordinate system within a teaching dataset.
8847
- * @param {Pose} pose The pose expressed relative to the given coordinate system.
9212
+ * @param {string} frame Unique identifier addressing a frame within a dataset.
9213
+ * @param {Array<Pose>} poses The poses expressed relative to the given frame.
8848
9214
  * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
8849
9215
  * @param {*} [options] Override http request option.
8850
9216
  * @throws {RequiredError}
8851
9217
  */
8852
- resolveDatasetCoordinateSystemPose(cell: string, dataset: string, coordinateSystem: string, pose: Pose, revision?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<Pose, any, {}>>;
9218
+ resolveDatasetFramePose(cell: string, dataset: string, frame: string, poses: Array<Pose>, revision?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<Pose[], any, {}>>;
8853
9219
  }
8854
9220
  /**
8855
9221
  * JoggingApi - axios parameter creator
@@ -9314,7 +9680,7 @@ declare const MotionGroupApiAxiosParamCreator: (configuration?: Configuration) =
9314
9680
  * @param {string} cell Unique identifier addressing a cell in all API calls.
9315
9681
  * @param {string} controller Unique identifier to address a controller in the cell.
9316
9682
  * @param {string} motionGroup The motion-group identifier.
9317
- * @param {number} [responseRate] Update rate for the response message in milliseconds (ms). Default is 200 ms. We recommend to use the step rate of the controller or a multiple of the step rate as NOVA updates the state in the controller\&#39;s step rate as well. Minimal response rate is the step rate of controller.
9683
+ * @param {number} [responseRate] Update rate for the response message in milliseconds (ms). If not set, the state is streamed at the step rate of the controller. We recommend to use the step rate of the controller or a multiple of the step rate as NOVA updates the state in the controller\&#39;s step rate as well. Minimal response rate is the step rate of controller.
9318
9684
  * @param {string} [responseCoordinateSystem] Unique identifier addressing a coordinate system to which the cartesian data of the responses should be converted. Default is the world coordinate system.
9319
9685
  * @param {*} [options] Override http request option.
9320
9686
  * @throws {RequiredError}
@@ -9352,7 +9718,7 @@ declare const MotionGroupApiFp: (configuration?: Configuration) => {
9352
9718
  * @param {string} cell Unique identifier addressing a cell in all API calls.
9353
9719
  * @param {string} controller Unique identifier to address a controller in the cell.
9354
9720
  * @param {string} motionGroup The motion-group identifier.
9355
- * @param {number} [responseRate] Update rate for the response message in milliseconds (ms). Default is 200 ms. We recommend to use the step rate of the controller or a multiple of the step rate as NOVA updates the state in the controller\&#39;s step rate as well. Minimal response rate is the step rate of controller.
9721
+ * @param {number} [responseRate] Update rate for the response message in milliseconds (ms). If not set, the state is streamed at the step rate of the controller. We recommend to use the step rate of the controller or a multiple of the step rate as NOVA updates the state in the controller\&#39;s step rate as well. Minimal response rate is the step rate of controller.
9356
9722
  * @param {string} [responseCoordinateSystem] Unique identifier addressing a coordinate system to which the cartesian data of the responses should be converted. Default is the world coordinate system.
9357
9723
  * @param {*} [options] Override http request option.
9358
9724
  * @throws {RequiredError}
@@ -9390,7 +9756,7 @@ declare const MotionGroupApiFactory: (configuration?: Configuration, basePath?:
9390
9756
  * @param {string} cell Unique identifier addressing a cell in all API calls.
9391
9757
  * @param {string} controller Unique identifier to address a controller in the cell.
9392
9758
  * @param {string} motionGroup The motion-group identifier.
9393
- * @param {number} [responseRate] Update rate for the response message in milliseconds (ms). Default is 200 ms. We recommend to use the step rate of the controller or a multiple of the step rate as NOVA updates the state in the controller\&#39;s step rate as well. Minimal response rate is the step rate of controller.
9759
+ * @param {number} [responseRate] Update rate for the response message in milliseconds (ms). If not set, the state is streamed at the step rate of the controller. We recommend to use the step rate of the controller or a multiple of the step rate as NOVA updates the state in the controller\&#39;s step rate as well. Minimal response rate is the step rate of controller.
9394
9760
  * @param {string} [responseCoordinateSystem] Unique identifier addressing a coordinate system to which the cartesian data of the responses should be converted. Default is the world coordinate system.
9395
9761
  * @param {*} [options] Override http request option.
9396
9762
  * @throws {RequiredError}
@@ -9428,7 +9794,7 @@ declare class MotionGroupApi extends BaseAPI {
9428
9794
  * @param {string} cell Unique identifier addressing a cell in all API calls.
9429
9795
  * @param {string} controller Unique identifier to address a controller in the cell.
9430
9796
  * @param {string} motionGroup The motion-group identifier.
9431
- * @param {number} [responseRate] Update rate for the response message in milliseconds (ms). Default is 200 ms. We recommend to use the step rate of the controller or a multiple of the step rate as NOVA updates the state in the controller\&#39;s step rate as well. Minimal response rate is the step rate of controller.
9797
+ * @param {number} [responseRate] Update rate for the response message in milliseconds (ms). If not set, the state is streamed at the step rate of the controller. We recommend to use the step rate of the controller or a multiple of the step rate as NOVA updates the state in the controller\&#39;s step rate as well. Minimal response rate is the step rate of controller.
9432
9798
  * @param {string} [responseCoordinateSystem] Unique identifier addressing a coordinate system to which the cartesian data of the responses should be converted. Default is the world coordinate system.
9433
9799
  * @param {*} [options] Override http request option.
9434
9800
  * @throws {RequiredError}
@@ -11809,182 +12175,6 @@ declare class SystemApi extends BaseAPI {
11809
12175
  */
11810
12176
  updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
11811
12177
  }
11812
- /**
11813
- * TeachingApi - axios parameter creator
11814
- */
11815
- declare const TeachingApiAxiosParamCreator: (configuration?: Configuration) => {
11816
- /**
11817
- * Creates a new teaching dataset together with its poses and command routines.
11818
- * @summary Create Dataset
11819
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11820
- * @param {CreateDatasetRequest} createDatasetRequest
11821
- * @param {*} [options] Override http request option.
11822
- * @throws {RequiredError}
11823
- */
11824
- createDataset: (cell: string, createDatasetRequest: CreateDatasetRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11825
- /**
11826
- * Deletes a teaching dataset together with its persisted poses and command routines. Deletes the requested revision when the `revision` query parameter is set; otherwise deletes the latest revision. <!-- theme: danger --> > This will delete persistently stored data.
11827
- * @summary Delete Dataset
11828
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11829
- * @param {string} dataset Specifies the dataset identifier.
11830
- * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
11831
- * @param {*} [options] Override http request option.
11832
- * @throws {RequiredError}
11833
- */
11834
- deleteDataset: (cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11835
- /**
11836
- * Returns a teaching dataset together with its persisted poses and command routines. Returns the requested revision when the `revision` query parameter is set; otherwise returns the latest revision.
11837
- * @summary Get Dataset
11838
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11839
- * @param {string} dataset Specifies the dataset identifier.
11840
- * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
11841
- * @param {*} [options] Override http request option.
11842
- * @throws {RequiredError}
11843
- */
11844
- getDataset: (cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11845
- /**
11846
- * Returns the list of available teaching datasets. Without query parameters, all datasets across all revisions are returned. Use `dataset` to return all revisions of a single dataset. Use `latest_only` to return only the latest revision of each dataset.
11847
- * @summary List Datasets
11848
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11849
- * @param {string} [dataset] Restricts the result to all revisions of the given dataset.
11850
- * @param {boolean} [latestOnly] When &#x60;true&#x60;, returns only the latest revision of each dataset.
11851
- * @param {*} [options] Override http request option.
11852
- * @throws {RequiredError}
11853
- */
11854
- getDatasets: (cell: string, dataset?: string, latestOnly?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11855
- };
11856
- /**
11857
- * TeachingApi - functional programming interface
11858
- */
11859
- declare const TeachingApiFp: (configuration?: Configuration) => {
11860
- /**
11861
- * Creates a new teaching dataset together with its poses and command routines.
11862
- * @summary Create Dataset
11863
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11864
- * @param {CreateDatasetRequest} createDatasetRequest
11865
- * @param {*} [options] Override http request option.
11866
- * @throws {RequiredError}
11867
- */
11868
- createDataset(cell: string, createDatasetRequest: CreateDatasetRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDatasetResponse>>;
11869
- /**
11870
- * Deletes a teaching dataset together with its persisted poses and command routines. Deletes the requested revision when the `revision` query parameter is set; otherwise deletes the latest revision. <!-- theme: danger --> > This will delete persistently stored data.
11871
- * @summary Delete Dataset
11872
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11873
- * @param {string} dataset Specifies the dataset identifier.
11874
- * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
11875
- * @param {*} [options] Override http request option.
11876
- * @throws {RequiredError}
11877
- */
11878
- deleteDataset(cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
11879
- /**
11880
- * Returns a teaching dataset together with its persisted poses and command routines. Returns the requested revision when the `revision` query parameter is set; otherwise returns the latest revision.
11881
- * @summary Get Dataset
11882
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11883
- * @param {string} dataset Specifies the dataset identifier.
11884
- * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
11885
- * @param {*} [options] Override http request option.
11886
- * @throws {RequiredError}
11887
- */
11888
- getDataset(cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDatasetResponse>>;
11889
- /**
11890
- * Returns the list of available teaching datasets. Without query parameters, all datasets across all revisions are returned. Use `dataset` to return all revisions of a single dataset. Use `latest_only` to return only the latest revision of each dataset.
11891
- * @summary List Datasets
11892
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11893
- * @param {string} [dataset] Restricts the result to all revisions of the given dataset.
11894
- * @param {boolean} [latestOnly] When &#x60;true&#x60;, returns only the latest revision of each dataset.
11895
- * @param {*} [options] Override http request option.
11896
- * @throws {RequiredError}
11897
- */
11898
- getDatasets(cell: string, dataset?: string, latestOnly?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Dataset>>>;
11899
- };
11900
- /**
11901
- * TeachingApi - factory interface
11902
- */
11903
- declare const TeachingApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
11904
- /**
11905
- * Creates a new teaching dataset together with its poses and command routines.
11906
- * @summary Create Dataset
11907
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11908
- * @param {CreateDatasetRequest} createDatasetRequest
11909
- * @param {*} [options] Override http request option.
11910
- * @throws {RequiredError}
11911
- */
11912
- createDataset(cell: string, createDatasetRequest: CreateDatasetRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetDatasetResponse>;
11913
- /**
11914
- * Deletes a teaching dataset together with its persisted poses and command routines. Deletes the requested revision when the `revision` query parameter is set; otherwise deletes the latest revision. <!-- theme: danger --> > This will delete persistently stored data.
11915
- * @summary Delete Dataset
11916
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11917
- * @param {string} dataset Specifies the dataset identifier.
11918
- * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
11919
- * @param {*} [options] Override http request option.
11920
- * @throws {RequiredError}
11921
- */
11922
- deleteDataset(cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
11923
- /**
11924
- * Returns a teaching dataset together with its persisted poses and command routines. Returns the requested revision when the `revision` query parameter is set; otherwise returns the latest revision.
11925
- * @summary Get Dataset
11926
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11927
- * @param {string} dataset Specifies the dataset identifier.
11928
- * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
11929
- * @param {*} [options] Override http request option.
11930
- * @throws {RequiredError}
11931
- */
11932
- getDataset(cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig): AxiosPromise<GetDatasetResponse>;
11933
- /**
11934
- * Returns the list of available teaching datasets. Without query parameters, all datasets across all revisions are returned. Use `dataset` to return all revisions of a single dataset. Use `latest_only` to return only the latest revision of each dataset.
11935
- * @summary List Datasets
11936
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11937
- * @param {string} [dataset] Restricts the result to all revisions of the given dataset.
11938
- * @param {boolean} [latestOnly] When &#x60;true&#x60;, returns only the latest revision of each dataset.
11939
- * @param {*} [options] Override http request option.
11940
- * @throws {RequiredError}
11941
- */
11942
- getDatasets(cell: string, dataset?: string, latestOnly?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<Array<Dataset>>;
11943
- };
11944
- /**
11945
- * TeachingApi - object-oriented interface
11946
- */
11947
- declare class TeachingApi extends BaseAPI {
11948
- /**
11949
- * Creates a new teaching dataset together with its poses and command routines.
11950
- * @summary Create Dataset
11951
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11952
- * @param {CreateDatasetRequest} createDatasetRequest
11953
- * @param {*} [options] Override http request option.
11954
- * @throws {RequiredError}
11955
- */
11956
- createDataset(cell: string, createDatasetRequest: CreateDatasetRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<GetDatasetResponse, any, {}>>;
11957
- /**
11958
- * Deletes a teaching dataset together with its persisted poses and command routines. Deletes the requested revision when the `revision` query parameter is set; otherwise deletes the latest revision. <!-- theme: danger --> > This will delete persistently stored data.
11959
- * @summary Delete Dataset
11960
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11961
- * @param {string} dataset Specifies the dataset identifier.
11962
- * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
11963
- * @param {*} [options] Override http request option.
11964
- * @throws {RequiredError}
11965
- */
11966
- deleteDataset(cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
11967
- /**
11968
- * Returns a teaching dataset together with its persisted poses and command routines. Returns the requested revision when the `revision` query parameter is set; otherwise returns the latest revision.
11969
- * @summary Get Dataset
11970
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11971
- * @param {string} dataset Specifies the dataset identifier.
11972
- * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
11973
- * @param {*} [options] Override http request option.
11974
- * @throws {RequiredError}
11975
- */
11976
- getDataset(cell: string, dataset: string, revision?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<GetDatasetResponse, any, {}>>;
11977
- /**
11978
- * Returns the list of available teaching datasets. Without query parameters, all datasets across all revisions are returned. Use `dataset` to return all revisions of a single dataset. Use `latest_only` to return only the latest revision of each dataset.
11979
- * @summary List Datasets
11980
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11981
- * @param {string} [dataset] Restricts the result to all revisions of the given dataset.
11982
- * @param {boolean} [latestOnly] When &#x60;true&#x60;, returns only the latest revision of each dataset.
11983
- * @param {*} [options] Override http request option.
11984
- * @throws {RequiredError}
11985
- */
11986
- getDatasets(cell: string, dataset?: string, latestOnly?: boolean, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<Dataset[], any, {}>>;
11987
- }
11988
12178
  /**
11989
12179
  * TrajectoryCachingApi - axios parameter creator
11990
12180
  */
@@ -12261,6 +12451,15 @@ declare class TrajectoryExecutionApi extends BaseAPI {
12261
12451
  * TrajectoryPlanningApi - axios parameter creator
12262
12452
  */
12263
12453
  declare const TrajectoryPlanningApiAxiosParamCreator: (configuration?: Configuration) => {
12454
+ /**
12455
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
12456
+ * @summary Configure Rerun Logging
12457
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12458
+ * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
12459
+ * @param {*} [options] Override http request option.
12460
+ * @throws {RequiredError}
12461
+ */
12462
+ configureRerunLogging: (cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12264
12463
  /**
12265
12464
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ <!-- theme: danger --> > **Experimental** Merges a list of joint trajectories into a single trajectory with collision-aware blending. This endpoint merges a list of separate trajectories by connecting them via blending. The blending is performed with collision checking to ensure the merged trajectory is safe to execute. Timescaling will be applied to the blended area to ensure all limits are respected.
12266
12465
  * @summary Merge Trajectories
@@ -12270,6 +12469,15 @@ declare const TrajectoryPlanningApiAxiosParamCreator: (configuration?: Configura
12270
12469
  * @throws {RequiredError}
12271
12470
  */
12272
12471
  mergeTrajectories: (cell: string, mergeTrajectoriesRequest: MergeTrajectoriesRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12472
+ /**
12473
+ * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Optimizes an existing collision-free motion command sequence with respect to time. The optimizer shifts waypoints in joint space to reduce the total trajectory duration, while preserving each command\'s type (a line stays a line, a circle stays a circle), the exact end pose of the trajectory, and collision-free execution. **Prerequisites:** The motion commands must already be collision-free; this endpoint does not repair colliding paths. Use the following workflow to plan and execute an optimized trajectory: 1. Plan a collision-free path, e.g. using the [planCollisionFree](#/operations/planCollisionFree) endpoint. 2. Optimize the motion commands using this endpoint. 3. Either: - Use the optimized motion commands from the response to re-plan using the [planTrajectory](#/operations/planTrajectory) endpoint. - Use the trajectory from the plan result. 4. Optional: Load the trajectory into the cache using the [addTrajectory](#/operations/addTrajectory) endpoint. 5. Execute the trajectory using the [executeTrajectory](#/operations/executeTrajectory) endpoint. If the trajectory is not executable, the response will contain the joint trajectory up until the error, e.g., all samples until a collision occurs.
12474
+ * @summary Optimize Motion Commands
12475
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12476
+ * @param {OptimizeMotionCommandsRequest} optimizeMotionCommandsRequest
12477
+ * @param {*} [options] Override http request option.
12478
+ * @throws {RequiredError}
12479
+ */
12480
+ optimizeMotionCommands: (cell: string, optimizeMotionCommandsRequest: OptimizeMotionCommandsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12273
12481
  /**
12274
12482
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Plans a collision-free trajectory for a single motion group using point-to-point (PTP) motions. This endpoint is specifically designed for collision-free path planning algorithms that find a trajectory from a start joint position to a target position while avoiding obstacles. Use the following workflow to execute a planned collision-free trajectory: 1. Plan a collision-free trajectory. 2. Optional: Load the planned trajectory into the cache using the [addTrajectory](#/operations/addTrajectory) endpoint. 3. Execute the (cached) trajectory using the [executeTrajectory](#/operations/executeTrajectory) endpoint. If the trajectory planning fails due to collision or algorithm constraints, the response will contain error information about the failure.
12275
12483
  * @summary Plan Collision-Free Trajectory
@@ -12302,6 +12510,15 @@ declare const TrajectoryPlanningApiAxiosParamCreator: (configuration?: Configura
12302
12510
  * TrajectoryPlanningApi - functional programming interface
12303
12511
  */
12304
12512
  declare const TrajectoryPlanningApiFp: (configuration?: Configuration) => {
12513
+ /**
12514
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
12515
+ * @summary Configure Rerun Logging
12516
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12517
+ * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
12518
+ * @param {*} [options] Override http request option.
12519
+ * @throws {RequiredError}
12520
+ */
12521
+ configureRerunLogging(cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RerunLoggingConfigurationResponse>>;
12305
12522
  /**
12306
12523
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ <!-- theme: danger --> > **Experimental** Merges a list of joint trajectories into a single trajectory with collision-aware blending. This endpoint merges a list of separate trajectories by connecting them via blending. The blending is performed with collision checking to ensure the merged trajectory is safe to execute. Timescaling will be applied to the blended area to ensure all limits are respected.
12307
12524
  * @summary Merge Trajectories
@@ -12311,6 +12528,15 @@ declare const TrajectoryPlanningApiFp: (configuration?: Configuration) => {
12311
12528
  * @throws {RequiredError}
12312
12529
  */
12313
12530
  mergeTrajectories(cell: string, mergeTrajectoriesRequest: MergeTrajectoriesRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MergeTrajectoriesResponse>>;
12531
+ /**
12532
+ * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Optimizes an existing collision-free motion command sequence with respect to time. The optimizer shifts waypoints in joint space to reduce the total trajectory duration, while preserving each command\'s type (a line stays a line, a circle stays a circle), the exact end pose of the trajectory, and collision-free execution. **Prerequisites:** The motion commands must already be collision-free; this endpoint does not repair colliding paths. Use the following workflow to plan and execute an optimized trajectory: 1. Plan a collision-free path, e.g. using the [planCollisionFree](#/operations/planCollisionFree) endpoint. 2. Optimize the motion commands using this endpoint. 3. Either: - Use the optimized motion commands from the response to re-plan using the [planTrajectory](#/operations/planTrajectory) endpoint. - Use the trajectory from the plan result. 4. Optional: Load the trajectory into the cache using the [addTrajectory](#/operations/addTrajectory) endpoint. 5. Execute the trajectory using the [executeTrajectory](#/operations/executeTrajectory) endpoint. If the trajectory is not executable, the response will contain the joint trajectory up until the error, e.g., all samples until a collision occurs.
12533
+ * @summary Optimize Motion Commands
12534
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12535
+ * @param {OptimizeMotionCommandsRequest} optimizeMotionCommandsRequest
12536
+ * @param {*} [options] Override http request option.
12537
+ * @throws {RequiredError}
12538
+ */
12539
+ optimizeMotionCommands(cell: string, optimizeMotionCommandsRequest: OptimizeMotionCommandsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OptimizeMotionCommandsResponse>>;
12314
12540
  /**
12315
12541
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Plans a collision-free trajectory for a single motion group using point-to-point (PTP) motions. This endpoint is specifically designed for collision-free path planning algorithms that find a trajectory from a start joint position to a target position while avoiding obstacles. Use the following workflow to execute a planned collision-free trajectory: 1. Plan a collision-free trajectory. 2. Optional: Load the planned trajectory into the cache using the [addTrajectory](#/operations/addTrajectory) endpoint. 3. Execute the (cached) trajectory using the [executeTrajectory](#/operations/executeTrajectory) endpoint. If the trajectory planning fails due to collision or algorithm constraints, the response will contain error information about the failure.
12316
12542
  * @summary Plan Collision-Free Trajectory
@@ -12343,6 +12569,15 @@ declare const TrajectoryPlanningApiFp: (configuration?: Configuration) => {
12343
12569
  * TrajectoryPlanningApi - factory interface
12344
12570
  */
12345
12571
  declare const TrajectoryPlanningApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
12572
+ /**
12573
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
12574
+ * @summary Configure Rerun Logging
12575
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12576
+ * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
12577
+ * @param {*} [options] Override http request option.
12578
+ * @throws {RequiredError}
12579
+ */
12580
+ configureRerunLogging(cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig): AxiosPromise<RerunLoggingConfigurationResponse>;
12346
12581
  /**
12347
12582
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ <!-- theme: danger --> > **Experimental** Merges a list of joint trajectories into a single trajectory with collision-aware blending. This endpoint merges a list of separate trajectories by connecting them via blending. The blending is performed with collision checking to ensure the merged trajectory is safe to execute. Timescaling will be applied to the blended area to ensure all limits are respected.
12348
12583
  * @summary Merge Trajectories
@@ -12352,6 +12587,15 @@ declare const TrajectoryPlanningApiFactory: (configuration?: Configuration, base
12352
12587
  * @throws {RequiredError}
12353
12588
  */
12354
12589
  mergeTrajectories(cell: string, mergeTrajectoriesRequest: MergeTrajectoriesRequest, options?: RawAxiosRequestConfig): AxiosPromise<MergeTrajectoriesResponse>;
12590
+ /**
12591
+ * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Optimizes an existing collision-free motion command sequence with respect to time. The optimizer shifts waypoints in joint space to reduce the total trajectory duration, while preserving each command\'s type (a line stays a line, a circle stays a circle), the exact end pose of the trajectory, and collision-free execution. **Prerequisites:** The motion commands must already be collision-free; this endpoint does not repair colliding paths. Use the following workflow to plan and execute an optimized trajectory: 1. Plan a collision-free path, e.g. using the [planCollisionFree](#/operations/planCollisionFree) endpoint. 2. Optimize the motion commands using this endpoint. 3. Either: - Use the optimized motion commands from the response to re-plan using the [planTrajectory](#/operations/planTrajectory) endpoint. - Use the trajectory from the plan result. 4. Optional: Load the trajectory into the cache using the [addTrajectory](#/operations/addTrajectory) endpoint. 5. Execute the trajectory using the [executeTrajectory](#/operations/executeTrajectory) endpoint. If the trajectory is not executable, the response will contain the joint trajectory up until the error, e.g., all samples until a collision occurs.
12592
+ * @summary Optimize Motion Commands
12593
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12594
+ * @param {OptimizeMotionCommandsRequest} optimizeMotionCommandsRequest
12595
+ * @param {*} [options] Override http request option.
12596
+ * @throws {RequiredError}
12597
+ */
12598
+ optimizeMotionCommands(cell: string, optimizeMotionCommandsRequest: OptimizeMotionCommandsRequest, options?: RawAxiosRequestConfig): AxiosPromise<OptimizeMotionCommandsResponse>;
12355
12599
  /**
12356
12600
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Plans a collision-free trajectory for a single motion group using point-to-point (PTP) motions. This endpoint is specifically designed for collision-free path planning algorithms that find a trajectory from a start joint position to a target position while avoiding obstacles. Use the following workflow to execute a planned collision-free trajectory: 1. Plan a collision-free trajectory. 2. Optional: Load the planned trajectory into the cache using the [addTrajectory](#/operations/addTrajectory) endpoint. 3. Execute the (cached) trajectory using the [executeTrajectory](#/operations/executeTrajectory) endpoint. If the trajectory planning fails due to collision or algorithm constraints, the response will contain error information about the failure.
12357
12601
  * @summary Plan Collision-Free Trajectory
@@ -12384,6 +12628,15 @@ declare const TrajectoryPlanningApiFactory: (configuration?: Configuration, base
12384
12628
  * TrajectoryPlanningApi - object-oriented interface
12385
12629
  */
12386
12630
  declare class TrajectoryPlanningApi extends BaseAPI {
12631
+ /**
12632
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
12633
+ * @summary Configure Rerun Logging
12634
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12635
+ * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
12636
+ * @param {*} [options] Override http request option.
12637
+ * @throws {RequiredError}
12638
+ */
12639
+ configureRerunLogging(cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RerunLoggingConfigurationResponse, any, {}>>;
12387
12640
  /**
12388
12641
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ <!-- theme: danger --> > **Experimental** Merges a list of joint trajectories into a single trajectory with collision-aware blending. This endpoint merges a list of separate trajectories by connecting them via blending. The blending is performed with collision checking to ensure the merged trajectory is safe to execute. Timescaling will be applied to the blended area to ensure all limits are respected.
12389
12642
  * @summary Merge Trajectories
@@ -12393,6 +12646,15 @@ declare class TrajectoryPlanningApi extends BaseAPI {
12393
12646
  * @throws {RequiredError}
12394
12647
  */
12395
12648
  mergeTrajectories(cell: string, mergeTrajectoriesRequest: MergeTrajectoriesRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<MergeTrajectoriesResponse, any, {}>>;
12649
+ /**
12650
+ * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Optimizes an existing collision-free motion command sequence with respect to time. The optimizer shifts waypoints in joint space to reduce the total trajectory duration, while preserving each command\'s type (a line stays a line, a circle stays a circle), the exact end pose of the trajectory, and collision-free execution. **Prerequisites:** The motion commands must already be collision-free; this endpoint does not repair colliding paths. Use the following workflow to plan and execute an optimized trajectory: 1. Plan a collision-free path, e.g. using the [planCollisionFree](#/operations/planCollisionFree) endpoint. 2. Optimize the motion commands using this endpoint. 3. Either: - Use the optimized motion commands from the response to re-plan using the [planTrajectory](#/operations/planTrajectory) endpoint. - Use the trajectory from the plan result. 4. Optional: Load the trajectory into the cache using the [addTrajectory](#/operations/addTrajectory) endpoint. 5. Execute the trajectory using the [executeTrajectory](#/operations/executeTrajectory) endpoint. If the trajectory is not executable, the response will contain the joint trajectory up until the error, e.g., all samples until a collision occurs.
12651
+ * @summary Optimize Motion Commands
12652
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12653
+ * @param {OptimizeMotionCommandsRequest} optimizeMotionCommandsRequest
12654
+ * @param {*} [options] Override http request option.
12655
+ * @throws {RequiredError}
12656
+ */
12657
+ optimizeMotionCommands(cell: string, optimizeMotionCommandsRequest: OptimizeMotionCommandsRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<OptimizeMotionCommandsResponse, any, {}>>;
12396
12658
  /**
12397
12659
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Plans a collision-free trajectory for a single motion group using point-to-point (PTP) motions. This endpoint is specifically designed for collision-free path planning algorithms that find a trajectory from a start joint position to a target position while avoiding obstacles. Use the following workflow to execute a planned collision-free trajectory: 1. Plan a collision-free trajectory. 2. Optional: Load the planned trajectory into the cache using the [addTrajectory](#/operations/addTrajectory) endpoint. 3. Execute the (cached) trajectory using the [executeTrajectory](#/operations/executeTrajectory) endpoint. If the trajectory planning fails due to collision or algorithm constraints, the response will contain error information about the failure.
12398
12660
  * @summary Plan Collision-Free Trajectory
@@ -13622,4 +13884,4 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
13622
13884
  setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
13623
13885
  }
13624
13886
  //#endregion
13625
- export { AbbConfdata, AbbConfiguredPose, AbbController, AbbControllerEgmServer, AbbControllerKindEnum, AbbPose, ActionChunkRequest, ActionChunkRequestMessageTypeEnum, ActionChunkResponse, ActionChunkResponseKindEnum, ActionChunkStreamingApi, ActionChunkStreamingApiAxiosParamCreator, ActionChunkStreamingApiFactory, ActionChunkStreamingApiFp, ActivateLicenseRequest, AddTrajectoryError, AddTrajectoryErrorData, AddTrajectoryRequest, AddTrajectoryResponse, AddVirtualControllerMotionGroupRequest, ApiVersion, App, ApplicationApi, ApplicationApiAxiosParamCreator, ApplicationApiFactory, ApplicationApiFp, AtReference, AtTrigger, AxisRange, BASE_PATH, BUSInputsOutputsApi, BUSInputsOutputsApiAxiosParamCreator, BUSInputsOutputsApiFactory, BUSInputsOutputsApiFp, BaseAPI, Behavior, Blending, BlendingAuto, BlendingAutoBlendingNameEnum, BlendingPosition, BlendingPositionBlendingNameEnum, BlendingSpace, BooleanValue, BooleanValueValueTypeEnum, BostondynamicsController, BostondynamicsControllerKindEnum, BostondynamicsControllerRobotTypeEnum, Box, BoxBoxTypeEnum, BoxShapeTypeEnum, BusIODescription, BusIOModbusClient, BusIOModbusClientBusTypeEnum, BusIOModbusServer, BusIOModbusServerBusTypeEnum, BusIOModbusTCPClient, BusIOModbusTCPClientNetworkTypeEnum, BusIOModbusTCPServer, BusIOModbusTCPServerNetworkTypeEnum, BusIOModbusVirtual, BusIOModbusVirtualBusTypeEnum, BusIOProfinet, BusIOProfinetBusTypeEnum, BusIOProfinetDefaultRoute, BusIOProfinetIpConfig, BusIOProfinetNetwork, BusIOProfinetSlot, BusIOProfinetVirtual, BusIOProfinetVirtualBusTypeEnum, BusIOSnap7, BusIOSnap7BusTypeEnum, BusIOType, BusIOsState, BusIOsStateEnum, COLLECTION_FORMATS, CapabilityEntry, Capsule, CapsuleShapeTypeEnum, CartesianLimits, CartesianVelocity, Cell, CellApi, CellApiAxiosParamCreator, CellApiFactory, CellApiFp, CloudConfigStatus, CloudConfigStatusConfigured, CloudConfigStatusConfiguredStatusEnum, CloudConfigStatusNotConfigured, CloudConfigStatusNotConfiguredStatusEnum, CloudConfiguration, CloudConnectionError, CloudConnectionErrorError, CloudConnectionErrorInvalidToken, CloudConnectionErrorInvalidTokenCodeEnum, CloudConnectionErrorInvalidTokenDetails, CloudConnectionErrorInvalidTokenDetailsCloudResponse, CloudConnectionErrorLeafnodeConnectionError, CloudConnectionErrorLeafnodeConnectionErrorCodeEnum, CloudConnectionErrorLeafnodeConnectionErrorDetails, CloudConnectionErrorLeafnodeConnectionTimeout, CloudConnectionErrorLeafnodeConnectionTimeoutCodeEnum, CloudConnectionErrorLeafnodeRestartTimeout, CloudConnectionErrorLeafnodeRestartTimeoutCodeEnum, CloudConnectionErrorNatsFailed, CloudConnectionErrorNatsFailedCodeEnum, CloudConnectionErrorNatsFailedDetails, CloudConnectionErrorUnexpectedResponse, CloudConnectionErrorUnexpectedResponseCodeEnum, CloudConnectionErrorUnexpectedResponseDetails, CloudConnectionErrorUnexpectedResponseDetailsCloudResponse, CloudConnectionRequest, CloudDisconnectionError, CloudDisconnectionStatusDisconnected, CloudDisconnectionStatusDisconnectedStatusEnum, CloudDisconnectionStatusDisconnecting, CloudDisconnectionStatusDisconnectingStatusEnum, CloudRegistrationSuccessResponse, CloudStatus, CloudStatusChecks, CloudStatusErrors, Collider, ColliderShape, ColliderValue, ColliderValueOrKey, ColliderValueSourceEnum, Collision, CollisionContact, CollisionError, CollisionErrorKindEnum, CollisionFreeAlgorithm, CollisionMotionGroup, CollisionSetup, CollisionSetupValue, CollisionSetupValueOrKey, CollisionSetupValueSourceEnum, Command, CommandRoutine, Comparator, Configuration, ConfigurationArchiveStatus, ConfigurationArchiveStatusCreating, ConfigurationArchiveStatusCreatingStatusEnum, ConfigurationArchiveStatusError, ConfigurationArchiveStatusErrorStatusEnum, ConfigurationArchiveStatusSuccess, ConfigurationArchiveStatusSuccessStatusEnum, ConfigurationParameters, ConfigurationResource, ConfiguredPose, ConfiguredPoseInverse422Response, ConfiguredPoseInverseFailedResponse, ConfiguredPoseInverseRequest, ConfiguredPoseInverseResponse, ConfiguredPoseInverseResponseResponse, ConstrainedPose, ContainerEnvironmentInner, ContainerImage, ContainerImageSecretsInner, ContainerResources, ContainerStorage, ControllerApi, ControllerApiAxiosParamCreator, ControllerApiFactory, ControllerApiFp, ControllerDescription, ControllerInputsOutputsApi, ControllerInputsOutputsApiAxiosParamCreator, ControllerInputsOutputsApiFactory, ControllerInputsOutputsApiFp, ControllerNetworkInterface, ConvertVendorConfiguredPose422Response, ConvertVendorConfiguredPoseRequest, ConvertVendorConfiguredPoseRequestVendorConfiguredPoses, ConvexHull, ConvexHullShapeTypeEnum, CoordinateSystem, CoordinateSystem2, CoordinateSystemData, CopyMotionGroupModelRequest, CreateDatasetRequest, CubicSplineParameter, CubicSplineViaPoint, CycleTime, Cylinder, CylinderShapeTypeEnum, DHParameter, Dataset, DatasetCoordinateSystem, DatasetPose, DatasetPoseReference, DatasetPoseReferenceTypeEnum, DatasetsApi, DatasetsApiAxiosParamCreator, DatasetsApiFactory, DatasetsApiFp, Direction, DirectionConstraint, DirectionConstraintConstraintNameEnum, DistanceTrigger, DistanceTriggerTypeEnum, DynamicModel, ErrorDirectionConstraintNotMet, ErrorDirectionConstraintNotMetErrorFeedbackNameEnum, ErrorDirectionConstraintNotNormalized, ErrorDirectionConstraintNotNormalizedErrorFeedbackNameEnum, ErrorInvalidJointCount, ErrorInvalidJointCountErrorFeedbackNameEnum, ErrorJointLimitExceeded, ErrorJointLimitExceededErrorFeedbackNameEnum, ErrorJointPositionCollision, ErrorJointPositionCollisionErrorFeedbackNameEnum, ErrorMaxIterationsExceeded, ErrorMaxIterationsExceededErrorFeedbackNameEnum, ErrorMotionGroupKeyMismatch, ErrorUnsupportedOperation, ErrorUnsupportedOperationErrorFeedbackNameEnum, Execute, ExecuteActionChunksRequest, ExecuteActionChunksResponse, ExecuteDetails, ExecuteJoggingRequest, ExecuteJoggingResponse, ExecuteTrajectoryRequest, ExecuteTrajectoryResponse, ExplicitPathMotionCommand, ExplicitPathMotionCommandTypeEnum, ExternalJointStreamDatapoint, ExternalJointStreamRequest, FanucController, FanucControllerKindEnum, FeedbackAxisRangeExceeded, FeedbackAxisRangeExceededErrorFeedbackNameEnum, FeedbackCollision, FeedbackCollisionErrorFeedbackNameEnum, FeedbackCommandsMissing, FeedbackCommandsMissingErrorFeedbackNameEnum, FeedbackCubicSplineIsNotIncreasing, FeedbackCubicSplineIsNotIncreasingErrorFeedbackNameEnum, FeedbackCubicSplineNotAtStartPose, FeedbackCubicSplineNotAtStartPoseErrorFeedbackNameEnum, FeedbackDirectionConstraintNoSolutionExists, FeedbackDirectionConstraintNoSolutionExistsErrorFeedbackNameEnum, FeedbackDirectionConstraintNotMet, FeedbackDirectionConstraintNotMetErrorFeedbackNameEnum, FeedbackDirectionConstraintNotNormalized, FeedbackDirectionConstraintNotNormalizedErrorFeedbackNameEnum, FeedbackInvalidDof, FeedbackInvalidDofErrorFeedbackNameEnum, FeedbackInvalidNanValue, FeedbackInvalidNanValueErrorFeedbackNameEnum, FeedbackInvalidSamplingTime, FeedbackInvalidSamplingTimeErrorFeedbackNameEnum, FeedbackJointLimitExceeded, FeedbackJointLimitExceededErrorFeedbackNameEnum, FeedbackNoSolutionInCurrentConfiguration, FeedbackNoSolutionInCurrentConfigurationErrorFeedbackNameEnum, FeedbackOutOfWorkspace, FeedbackOutOfWorkspaceErrorFeedbackNameEnum, FeedbackSingularity, FeedbackSingularityErrorFeedbackNameEnum, FeedbackStartJointsMissing, FeedbackStartJointsMissingErrorFeedbackNameEnum, FeedbackTorqueExceeded, FeedbackTorqueExceededErrorFeedbackNameEnum, Flag, FlangePayload, FloatValue, FloatValueValueTypeEnum, ForwardKinematics422Response, ForwardKinematicsRequest, ForwardKinematicsResponse, ForwardKinematicsValidationError, GeneratedPathMotionCommand, GeneratedPathMotionCommandTypeEnum, GetDatasetResponse, GetKinematicConfiguration422Response, GetKinematicConfigurationRequest, GetKinematicConfigurationResponse, GetKinematicConfigurationValidationError, GetKinematicConfigurationValidationErrorAllOfData, GetTrajectoryResponse, HTTPValidationError, IOAllOfExpression, IOAllOfExpressionTypeEnum, IOAnyOfExpression, IOAnyOfExpressionTypeEnum, IOBooleanValue, IOBooleanValueValueTypeEnum, IOBoundary, IOConditionExpression, IOConditionExpressionTypeEnum, IODescription, IODirection, IOExpression, IOFloatValue, IOFloatValueValueTypeEnum, IOIntegerValue, IOIntegerValueValueTypeEnum, IONotExpression, IONotExpressionTypeEnum, IOOrigin, IOValue, IOValueType, ImageCredentials, InconsistentTrajectorySizeError, InconsistentTrajectorySizeErrorInconsistentTrajectorySize, InconsistentTrajectorySizeErrorKindEnum, InertiaTensor, InitializeActionChunksRequest, InitializeActionChunksRequestMessageTypeEnum, InitializeActionChunksResponse, InitializeActionChunksResponseKindEnum, InitializeJoggingRequest, InitializeJoggingRequestMessageTypeEnum, InitializeJoggingResponse, InitializeJoggingResponseKindEnum, InitializeMovementRequest, InitializeMovementRequestMessageTypeEnum, InitializeMovementRequestTrajectory, InitializeMovementResponse, InitializeMovementResponseKindEnum, InlinePoseReference, InlinePoseReferenceTypeEnum, IntegerValue, IntegerValueValueTypeEnum, InvalidDofError, InvalidDofErrorInvalidDof, InvalidDofErrorKindEnum, InverseFeedbackAtIndex, InverseFeedbackAtIndexErrorFeedback, InverseKinematics422Response, InverseKinematicsRequest, InverseKinematicsResponse, InverseKinematicsValidationError, InverseKinematicsValidationErrorAllOfData, JoggingApi, JoggingApiAxiosParamCreator, JoggingApiFactory, JoggingApiFp, JoggingDetails, JoggingDetailsKindEnum, JoggingDetailsState, JoggingPausedByUser, JoggingPausedByUserKindEnum, JoggingPausedNearCollision, JoggingPausedNearCollisionKindEnum, JoggingPausedNearJointLimit, JoggingPausedNearJointLimitKindEnum, JoggingPausedNearSingularity, JoggingPausedNearSingularityKindEnum, JoggingPausedOnIO, JoggingPausedOnIOKindEnum, JoggingRunning, JoggingRunningKindEnum, JointLimitExceededError, JointLimitExceededErrorKindEnum, JointLimits, JointPTPMotion, JointPositionReference, JointPositionReferenceTypeEnum, JointTrajectory, JointTypeEnum, JointVelocityRequest, JointVelocityRequestMessageTypeEnum, JointVelocityResponse, JointVelocityResponseKindEnum, JointWaypoint, JointWaypointKindEnum, KinematicBranch, KinematicBranchElbow, KinematicBranchShoulder, KinematicBranchWrist, KinematicConfiguration, KinematicModel, KinematicsApi, KinematicsApiAxiosParamCreator, KinematicsApiFactory, KinematicsApiFp, KukaConfiguredPose, KukaController, KukaControllerKindEnum, KukaControllerRsiServer, KukaPose, KukaStatusAndTurnBits, License, LicenseApi, LicenseApiAxiosParamCreator, LicenseApiFactory, LicenseApiFp, LicenseStatus, LicenseStatusEnum, LimitRange, LimitSet, LimitsOverride, LinkChainValue, LinkChainValueOrKey, LinkChainValueSourceEnum, ListTrajectoriesResponse, LocalPoseReference, LocalPoseReferenceTypeEnum, Manufacturer, MarkerCommand, MarkerCommandTypeEnum, MergeTrajectories422Response, MergeTrajectoriesError, MergeTrajectoriesErrorErrorFeedback, MergeTrajectoriesRequest, MergeTrajectoriesResponse, MergeTrajectoriesResponseFeedbackInner, MergeTrajectoriesSegment, MergeTrajectoriesValidationError, MidpointInsertionAlgorithm, MidpointInsertionAlgorithmAlgorithmNameEnum, ModbusIO, ModbusIOArea, ModbusIOByteOrder, ModbusIOData, ModbusIOTypeEnum, ModelError, MotionCommand, MotionCommandBlending, MotionCommandPath, MotionGenerator, MotionGroupApi, MotionGroupApiAxiosParamCreator, MotionGroupApiFactory, MotionGroupApiFp, MotionGroupConfiguration, MotionGroupDescription, MotionGroupFromJson, MotionGroupFromType, MotionGroupInfo, MotionGroupJoints, MotionGroupModelCatalog, MotionGroupModelDescription, MotionGroupModelsApi, MotionGroupModelsApiAxiosParamCreator, MotionGroupModelsApiFactory, MotionGroupModelsApiFp, MotionGroupReference, MotionGroupReferenceTypeEnum, MotionGroupSetup, MotionGroupState, MotionGroupStateJointLimitReached, MotionSettings, MovementErrorResponse, MovementErrorResponseKindEnum, MultiCollisionSetup, MultiErrorInvalidJointCount, MultiErrorJointLimitExceeded, MultiErrorJointPositionCollision, MultiJointTrajectory, MultiSearchCollisionFree422Response, MultiSearchCollisionFreeRequest, MultiSearchCollisionFreeResponse, MultiSearchCollisionFreeResponseResponse, MultiSearchCollisionFreeValidationError, MultiSearchCollisionFreeValidationErrorAllOfData, NOVACloudApi, NOVACloudApiAxiosParamCreator, NOVACloudApiFactory, NOVACloudApiFp, NanValueError, NanValueErrorKindEnum, NanValueErrorNanValue, NetworkBackend, NetworkDevice, NetworkInterface, NetworkLinkState, NetworkState, OpMode, OperatingState, OperationLimits, OperationMode, OrientationType, PathCartesianPTP, PathCartesianPTPPathDefinitionNameEnum, PathCircle, PathCirclePathDefinitionNameEnum, PathCubicSpline, PathCubicSplinePathDefinitionNameEnum, PathDirectionConstrainedCartesianPTP, PathDirectionConstrainedCartesianPTPPathDefinitionNameEnum, PathDirectionConstrainedJointPTP, PathDirectionConstrainedJointPTPPathDefinitionNameEnum, PathFractionTrigger, PathFractionTriggerTypeEnum, PathJointPTP, PathJointPTPPathDefinitionNameEnum, PathLine, PathLinePathDefinitionNameEnum, PathType, PathTypeCartesianPTP, PathTypeCartesianPTPPathDefinitionNameEnum, PathTypeCircle, PathTypeCirclePathDefinitionNameEnum, PathTypeCubicSpline, PathTypeCubicSplinePathDefinitionNameEnum, PathTypeDirectionConstrainedCartesianPTP, PathTypeDirectionConstrainedCartesianPTPPathDefinitionNameEnum, PathTypeDirectionConstrainedJointPTP, PathTypeDirectionConstrainedJointPTPPathDefinitionNameEnum, PathTypeJointPTP, PathTypeJointPTPPathDefinitionNameEnum, PathTypeLine, PathTypeLinePathDefinitionNameEnum, PauseActionChunksRequest, PauseActionChunksRequestMessageTypeEnum, PauseActionChunksResponse, PauseActionChunksResponseKindEnum, PauseJoggingRequest, PauseJoggingRequestMessageTypeEnum, PauseJoggingResponse, PauseJoggingResponseKindEnum, PauseMovementRequest, PauseMovementRequestMessageTypeEnum, PauseMovementResponse, PauseMovementResponseKindEnum, PauseOnIO, PauseOnIOCommand, PauseOnIOCommandTypeEnum, Payload, Plan422Response, PlanCollisionFreeFailedResponse, PlanCollisionFreeRequest, PlanCollisionFreeResponse, PlanCollisionFreeResponseResponse, PlanTrajectoryFailedResponse, PlanTrajectoryFailedResponseErrorFeedback, PlanTrajectoryRequest, PlanTrajectoryResponse, PlanTrajectoryResponseResponse, PlanValidationError, PlanValidationErrorAllOfData, Plane, PlaneShapeTypeEnum, PlaybackSpeedRequest, PlaybackSpeedRequestMessageTypeEnum, PlaybackSpeedResponse, PlaybackSpeedResponseKindEnum, Pose, PoseRef, PoseWaypoint, PoseWaypointKindEnum, ProfinetDescription, ProfinetIO, ProfinetIOData, ProfinetIODirection, ProfinetIOTypeEnum, ProfinetInputOutputConfig, ProfinetSlotDescription, ProfinetSlotOffset, ProfinetSubSlotDescription, Program, ProgramApi, ProgramApiAxiosParamCreator, ProgramApiFactory, ProgramApiFp, ProgramRun, ProgramRunState, ProgramStartRequest, ProjectJointPositionDirectionConstraint422Response, ProjectJointPositionDirectionConstraintRequest, ProjectJointPositionDirectionConstraintResponse, ProjectJointPositionDirectionConstraintValidationError, ProjectJointPositionDirectionConstraintValidationErrorAllOfData, RRTConnectAlgorithm, RRTConnectAlgorithmAlgorithmNameEnum, RRTConnectAlgorithmStepSize, Range, Rectangle, RectangleShapeTypeEnum, RectangularCapsule, RectangularCapsuleShapeTypeEnum, ReleaseChannel, RequestArgs, RequiredError, RobotConfigurationsApi, RobotConfigurationsApiAxiosParamCreator, RobotConfigurationsApiFactory, RobotConfigurationsApiFp, RobotController, RobotControllerConfiguration, RobotControllerConfigurationRequest, RobotControllerState, RobotSystemMode, RobotTcp, RobotTcpData, SafetyGeometry, SafetyGeometryBox, SafetyGeometryCapsule, SafetyGeometryLozenge, SafetyGeometryPlane, SafetyGeometryPrism, SafetyGeometrySphere, SafetyStateType, SafetyZone, SafetyZonePose, SafetyZones, ServiceGroup, ServiceStatus, ServiceStatusPhase, ServiceStatusResponse, ServiceStatusSeverity, ServiceStatusStatus, SessionApi, SessionApiAxiosParamCreator, SessionApiFactory, SessionApiFp, SessionResponse, SetIO, SetIOCommand, SetIOCommandTypeEnum, SettableRobotSystemMode, SingularityHandling, SingularityTypeEnum, Snap7IO, Snap7IOArea, Snap7IOData, Snap7IODirection, Snap7IOTypeEnum, Sphere, SphereShapeTypeEnum, StartMovementRequest, StartMovementRequestMessageTypeEnum, StartMovementResponse, StartMovementResponseKindEnum, StartOnIO, StaubliController, StaubliControllerKindEnum, StaubliControllerRtiServer, StopActionChunksRequest, StopActionChunksRequestMessageTypeEnum, StopActionChunksResponse, StopActionChunksResponseKindEnum, StorageKey, StorageKeySourceEnum, StoreCollisionComponentsApi, StoreCollisionComponentsApiAxiosParamCreator, StoreCollisionComponentsApiFactory, StoreCollisionComponentsApiFp, StoreCollisionSetupsApi, StoreCollisionSetupsApiAxiosParamCreator, StoreCollisionSetupsApiFactory, StoreCollisionSetupsApiFp, StoreObjectApi, StoreObjectApiAxiosParamCreator, StoreObjectApiFactory, StoreObjectApiFp, StreamIOValuesResponse, SystemApi, SystemApiAxiosParamCreator, SystemApiFactory, SystemApiFp, TcpOffset, TcpRequiredError, TcpRequiredErrorKindEnum, TcpVelocityRequest, TcpVelocityRequestMessageTypeEnum, TcpVelocityResponse, TcpVelocityResponseKindEnum, TeachingApi, TeachingApiAxiosParamCreator, TeachingApiFactory, TeachingApiFp, TechmanController, TechmanControllerKindEnum, TechmanControllerRtrs, TimeTrigger, TimeTriggerTypeEnum, ToolValue, ToolValueOrKey, ToolValueSourceEnum, TorqueExceededError, TorqueExceededErrorKindEnum, TorqueExceededErrorTorqueExceeded, TrajectoryCachingApi, TrajectoryCachingApiAxiosParamCreator, TrajectoryCachingApiFactory, TrajectoryCachingApiFp, TrajectoryData, TrajectoryDataMessageTypeEnum, TrajectoryDetails, TrajectoryDetailsKindEnum, TrajectoryDetailsState, TrajectoryEnded, TrajectoryEndedKindEnum, TrajectoryExecutionApi, TrajectoryExecutionApiAxiosParamCreator, TrajectoryExecutionApiFactory, TrajectoryExecutionApiFp, TrajectoryId, TrajectoryIdMessageTypeEnum, TrajectoryPausedByUser, TrajectoryPausedByUserKindEnum, TrajectoryPausedOnIO, TrajectoryPausedOnIOKindEnum, TrajectoryPlanningApi, TrajectoryPlanningApiAxiosParamCreator, TrajectoryPlanningApiFactory, TrajectoryPlanningApiFp, TrajectoryRunning, TrajectoryRunningKindEnum, TrajectorySection, TrajectoryWaitForIO, TrajectoryWaitForIOKindEnum, UnitType, UnitreeController, UnitreeControllerKindEnum, UnitreeControllerRobotTypeEnum, UniversalrobotsController, UniversalrobotsControllerKindEnum, UnpauseActionChunksRequest, UnpauseActionChunksRequestMessageTypeEnum, UnpauseActionChunksResponse, UnpauseActionChunksResponseKindEnum, UpdateCellVersionRequest, UpdateNovaVersionRequest, User, ValidationError, ValidationError2, ValidationErrorLocInner, VersionApi, VersionApiAxiosParamCreator, VersionApiFactory, VersionApiFp, VirtualController, VirtualControllerApi, VirtualControllerApiAxiosParamCreator, VirtualControllerApiFactory, VirtualControllerApiFp, VirtualControllerBehaviorApi, VirtualControllerBehaviorApiAxiosParamCreator, VirtualControllerBehaviorApiFactory, VirtualControllerBehaviorApiFp, VirtualControllerInputsOutputsApi, VirtualControllerInputsOutputsApiAxiosParamCreator, VirtualControllerInputsOutputsApiFactory, VirtualControllerInputsOutputsApiFp, VirtualControllerKindEnum, VirtualRobotConfiguration, WaitForIOCommand, WaitForIOCommandTypeEnum, WaitForIOEventRequest, WaitForTimeCommand, WaitForTimeCommandTypeEnum, Waypoint, WaypointCoordinates, YaskawaController, YaskawaControllerKindEnum, ZodValidationError, ZodValidationErrorError, ZodValidationErrorErrorCodeEnum, ZodValidationErrorErrorDetailsInner, ZodValidationErrorErrorDetailsInnerPathInner, operationServerMap };
13887
+ export { AbbConfdata, AbbConfiguredPose, AbbController, AbbControllerEgmServer, AbbControllerKindEnum, AbbPose, ActionChunkRequest, ActionChunkRequestMessageTypeEnum, ActionChunkResponse, ActionChunkResponseKindEnum, ActionChunkStreamingApi, ActionChunkStreamingApiAxiosParamCreator, ActionChunkStreamingApiFactory, ActionChunkStreamingApiFp, ActivateLicenseRequest, AddTrajectoryError, AddTrajectoryErrorData, AddTrajectoryRequest, AddTrajectoryResponse, AddVirtualControllerMotionGroupRequest, ApiVersion, App, ApplicationApi, ApplicationApiAxiosParamCreator, ApplicationApiFactory, ApplicationApiFp, AtReference, AtTrigger, AxisRange, BASE_PATH, BUSInputsOutputsApi, BUSInputsOutputsApiAxiosParamCreator, BUSInputsOutputsApiFactory, BUSInputsOutputsApiFp, BaseAPI, Behavior, Blending, BlendingAuto, BlendingAutoBlendingNameEnum, BlendingPosition, BlendingPositionBlendingNameEnum, BlendingSpace, BooleanValue, BooleanValueValueTypeEnum, BostondynamicsController, BostondynamicsControllerKindEnum, BostondynamicsControllerRobotTypeEnum, Box, BoxBoxTypeEnum, BoxShapeTypeEnum, BusIODescription, BusIOModbusClient, BusIOModbusClientBusTypeEnum, BusIOModbusServer, BusIOModbusServerBusTypeEnum, BusIOModbusTCPClient, BusIOModbusTCPClientNetworkTypeEnum, BusIOModbusTCPServer, BusIOModbusTCPServerNetworkTypeEnum, BusIOModbusVirtual, BusIOModbusVirtualBusTypeEnum, BusIOProfinet, BusIOProfinetBusTypeEnum, BusIOProfinetDefaultRoute, BusIOProfinetIpConfig, BusIOProfinetNetwork, BusIOProfinetSlot, BusIOProfinetVirtual, BusIOProfinetVirtualBusTypeEnum, BusIOSnap7, BusIOSnap7BusTypeEnum, BusIOType, BusIOsNetworkInterface, BusIOsNetworkInterfaceWithAddresses, BusIOsState, BusIOsStateEnum, COLLECTION_FORMATS, CapabilityEntry, Capsule, CapsuleShapeTypeEnum, CartesianLimits, CartesianVelocity, Cell, CellApi, CellApiAxiosParamCreator, CellApiFactory, CellApiFp, CloudConfigStatus, CloudConfigStatusConfigured, CloudConfigStatusConfiguredStatusEnum, CloudConfigStatusNotConfigured, CloudConfigStatusNotConfiguredStatusEnum, CloudConfiguration, CloudConnectionError, CloudConnectionErrorError, CloudConnectionErrorInvalidToken, CloudConnectionErrorInvalidTokenCodeEnum, CloudConnectionErrorInvalidTokenDetails, CloudConnectionErrorInvalidTokenDetailsCloudResponse, CloudConnectionErrorLeafnodeConnectionError, CloudConnectionErrorLeafnodeConnectionErrorCodeEnum, CloudConnectionErrorLeafnodeConnectionErrorDetails, CloudConnectionErrorLeafnodeConnectionTimeout, CloudConnectionErrorLeafnodeConnectionTimeoutCodeEnum, CloudConnectionErrorLeafnodeRestartTimeout, CloudConnectionErrorLeafnodeRestartTimeoutCodeEnum, CloudConnectionErrorNatsFailed, CloudConnectionErrorNatsFailedCodeEnum, CloudConnectionErrorNatsFailedDetails, CloudConnectionErrorUnexpectedResponse, CloudConnectionErrorUnexpectedResponseCodeEnum, CloudConnectionErrorUnexpectedResponseDetails, CloudConnectionErrorUnexpectedResponseDetailsCloudResponse, CloudConnectionRequest, CloudDisconnectionError, CloudDisconnectionStatusDisconnected, CloudDisconnectionStatusDisconnectedStatusEnum, CloudDisconnectionStatusDisconnecting, CloudDisconnectionStatusDisconnectingStatusEnum, CloudRegistrationSuccessResponse, CloudStatus, CloudStatusChecks, CloudStatusErrors, Collider, ColliderShape, ColliderValue, ColliderValueOrKey, ColliderValueSourceEnum, Collision, CollisionContact, CollisionError, CollisionErrorKindEnum, CollisionFreeAlgorithm, CollisionMotionGroup, CollisionSetup, CollisionSetupValue, CollisionSetupValueOrKey, CollisionSetupValueSourceEnum, Command, CommandRoutine, Comparator, Configuration, ConfigurationArchiveStatus, ConfigurationArchiveStatusCreating, ConfigurationArchiveStatusCreatingStatusEnum, ConfigurationArchiveStatusError, ConfigurationArchiveStatusErrorStatusEnum, ConfigurationArchiveStatusSuccess, ConfigurationArchiveStatusSuccessStatusEnum, ConfigurationParameters, ConfigurationResource, ConfiguredPose, ConfiguredPoseInverse422Response, ConfiguredPoseInverseFailedResponse, ConfiguredPoseInverseRequest, ConfiguredPoseInverseResponse, ConfiguredPoseInverseResponseResponse, ConstrainedPose, ContainerEnvironmentInner, ContainerImage, ContainerImageSecretsInner, ContainerResources, ContainerStorage, ControllerApi, ControllerApiAxiosParamCreator, ControllerApiFactory, ControllerApiFp, ControllerDescription, ControllerInputsOutputsApi, ControllerInputsOutputsApiAxiosParamCreator, ControllerInputsOutputsApiFactory, ControllerInputsOutputsApiFp, ControllerNetworkInterface, ConvertVendorConfiguredPose422Response, ConvertVendorConfiguredPoseRequest, ConvertVendorConfiguredPoseRequestVendorConfiguredPoses, ConvexHull, ConvexHullShapeTypeEnum, CoordinateSystem, CoordinateSystemData, CopyMotionGroupModelRequest, CreateDatasetRequest, CubicSplineParameter, CubicSplineViaPoint, CycleTime, Cylinder, CylinderShapeTypeEnum, DHParameter, Dataset, DatasetFrame, DatasetPose, DatasetPoseReference, DatasetPoseReferenceTypeEnum, DatasetsApi, DatasetsApiAxiosParamCreator, DatasetsApiFactory, DatasetsApiFp, Direction, DirectionConstraint, DirectionConstraintConstraintNameEnum, DistanceTrigger, DistanceTriggerTypeEnum, DynamicModel, ErrorDirectionConstraintNotMet, ErrorDirectionConstraintNotMetErrorFeedbackNameEnum, ErrorDirectionConstraintNotNormalized, ErrorDirectionConstraintNotNormalizedErrorFeedbackNameEnum, ErrorInvalidJointCount, ErrorInvalidJointCountErrorFeedbackNameEnum, ErrorJointLimitExceeded, ErrorJointLimitExceededErrorFeedbackNameEnum, ErrorJointPositionCollision, ErrorJointPositionCollisionErrorFeedbackNameEnum, ErrorMaxIterationsExceeded, ErrorMaxIterationsExceededErrorFeedbackNameEnum, ErrorMotionGroupKeyMismatch, ErrorUnsupportedOperation, ErrorUnsupportedOperationErrorFeedbackNameEnum, Execute, ExecuteActionChunksRequest, ExecuteActionChunksResponse, ExecuteDetails, ExecuteJoggingRequest, ExecuteJoggingResponse, ExecuteTrajectoryRequest, ExecuteTrajectoryResponse, ExplicitPathMotionCommand, ExplicitPathMotionCommandTypeEnum, ExternalJointStreamDatapoint, ExternalJointStreamRequest, FanucController, FanucControllerKindEnum, FeedbackAxisRangeExceeded, FeedbackAxisRangeExceededErrorFeedbackNameEnum, FeedbackCollision, FeedbackCollisionErrorFeedbackNameEnum, FeedbackCommandsMissing, FeedbackCommandsMissingErrorFeedbackNameEnum, FeedbackCubicSplineIsNotIncreasing, FeedbackCubicSplineIsNotIncreasingErrorFeedbackNameEnum, FeedbackCubicSplineNotAtStartPose, FeedbackCubicSplineNotAtStartPoseErrorFeedbackNameEnum, FeedbackDirectionConstraintNoSolutionExists, FeedbackDirectionConstraintNoSolutionExistsErrorFeedbackNameEnum, FeedbackDirectionConstraintNotMet, FeedbackDirectionConstraintNotMetErrorFeedbackNameEnum, FeedbackDirectionConstraintNotNormalized, FeedbackDirectionConstraintNotNormalizedErrorFeedbackNameEnum, FeedbackInvalidDof, FeedbackInvalidDofErrorFeedbackNameEnum, FeedbackInvalidNanValue, FeedbackInvalidNanValueErrorFeedbackNameEnum, FeedbackInvalidSamplingTime, FeedbackInvalidSamplingTimeErrorFeedbackNameEnum, FeedbackJointLimitExceeded, FeedbackJointLimitExceededErrorFeedbackNameEnum, FeedbackNoSolutionInCurrentConfiguration, FeedbackNoSolutionInCurrentConfigurationErrorFeedbackNameEnum, FeedbackOutOfWorkspace, FeedbackOutOfWorkspaceErrorFeedbackNameEnum, FeedbackSingularity, FeedbackSingularityErrorFeedbackNameEnum, FeedbackStartJointsMissing, FeedbackStartJointsMissingErrorFeedbackNameEnum, FeedbackTorqueExceeded, FeedbackTorqueExceededErrorFeedbackNameEnum, Flag, FlangePayload, FloatValue, FloatValueValueTypeEnum, ForwardKinematics422Response, ForwardKinematicsRequest, ForwardKinematicsResponse, ForwardKinematicsValidationError, Frame, GeneratedPathMotionCommand, GeneratedPathMotionCommandTypeEnum, GetDatasetResponse, GetKinematicConfiguration422Response, GetKinematicConfigurationRequest, GetKinematicConfigurationResponse, GetKinematicConfigurationValidationError, GetKinematicConfigurationValidationErrorAllOfData, GetTrajectoryResponse, HTTPValidationError, IOAllOfExpression, IOAllOfExpressionTypeEnum, IOAnyOfExpression, IOAnyOfExpressionTypeEnum, IOBooleanValue, IOBooleanValueValueTypeEnum, IOBoundary, IOConditionExpression, IOConditionExpressionTypeEnum, IODescription, IODirection, IOExpression, IOFloatValue, IOFloatValueValueTypeEnum, IOIntegerValue, IOIntegerValueValueTypeEnum, IONotExpression, IONotExpressionTypeEnum, IOOrigin, IOValue, IOValueType, ImageCredentials, InconsistentTrajectorySizeError, InconsistentTrajectorySizeErrorInconsistentTrajectorySize, InconsistentTrajectorySizeErrorKindEnum, InertiaTensor, InitializeActionChunksRequest, InitializeActionChunksRequestMessageTypeEnum, InitializeActionChunksResponse, InitializeActionChunksResponseKindEnum, InitializeJoggingRequest, InitializeJoggingRequestMessageTypeEnum, InitializeJoggingResponse, InitializeJoggingResponseKindEnum, InitializeMovementRequest, InitializeMovementRequestMessageTypeEnum, InitializeMovementRequestTrajectory, InitializeMovementResponse, InitializeMovementResponseKindEnum, InlinePoseReference, InlinePoseReferenceTypeEnum, IntegerValue, IntegerValueValueTypeEnum, InvalidDofError, InvalidDofErrorInvalidDof, InvalidDofErrorKindEnum, InverseFeedbackAtIndex, InverseFeedbackAtIndexErrorFeedback, InverseKinematics422Response, InverseKinematicsRequest, InverseKinematicsResponse, InverseKinematicsValidationError, InverseKinematicsValidationErrorAllOfData, JoggingApi, JoggingApiAxiosParamCreator, JoggingApiFactory, JoggingApiFp, JoggingDetails, JoggingDetailsKindEnum, JoggingDetailsState, JoggingPausedByUser, JoggingPausedByUserKindEnum, JoggingPausedNearCollision, JoggingPausedNearCollisionKindEnum, JoggingPausedNearJointLimit, JoggingPausedNearJointLimitKindEnum, JoggingPausedNearSingularity, JoggingPausedNearSingularityKindEnum, JoggingPausedOnIO, JoggingPausedOnIOKindEnum, JoggingRunning, JoggingRunningKindEnum, JointLimitExceededError, JointLimitExceededErrorKindEnum, JointLimits, JointPTPMotion, JointPositionReference, JointPositionReferenceTypeEnum, JointTrajectory, JointTypeEnum, JointVelocityRequest, JointVelocityRequestMessageTypeEnum, JointVelocityResponse, JointVelocityResponseKindEnum, JointWaypoint, JointWaypointKindEnum, KinematicBranch, KinematicBranchElbow, KinematicBranchShoulder, KinematicBranchWrist, KinematicConfiguration, KinematicModel, KinematicsApi, KinematicsApiAxiosParamCreator, KinematicsApiFactory, KinematicsApiFp, KukaConfiguredPose, KukaController, KukaControllerKindEnum, KukaControllerRsiServer, KukaPose, KukaStatusAndTurnBits, License, LicenseApi, LicenseApiAxiosParamCreator, LicenseApiFactory, LicenseApiFp, LicenseStatus, LicenseStatusEnum, LimitRange, LimitSet, LimitsOverride, LinkChainValue, LinkChainValueOrKey, LinkChainValueSourceEnum, ListTrajectoriesResponse, LocalPoseReference, LocalPoseReferenceTypeEnum, Location1Inner, Manufacturer, MarkerCommand, MarkerCommandTypeEnum, MergeTrajectories422Response, MergeTrajectoriesError, MergeTrajectoriesErrorErrorFeedback, MergeTrajectoriesRequest, MergeTrajectoriesResponse, MergeTrajectoriesResponseFeedbackInner, MergeTrajectoriesSegment, MergeTrajectoriesValidationError, MidpointInsertionAlgorithm, MidpointInsertionAlgorithmAlgorithmNameEnum, ModbusIO, ModbusIOArea, ModbusIOByteOrder, ModbusIOData, ModbusIOTypeEnum, ModelError, MotionCommand, MotionCommandBlending, MotionCommandPath, MotionGenerator, MotionGroupApi, MotionGroupApiAxiosParamCreator, MotionGroupApiFactory, MotionGroupApiFp, MotionGroupConfiguration, MotionGroupDescription, MotionGroupFromJson, MotionGroupFromType, MotionGroupInfo, MotionGroupJoints, MotionGroupModelCatalog, MotionGroupModelDescription, MotionGroupModelsApi, MotionGroupModelsApiAxiosParamCreator, MotionGroupModelsApiFactory, MotionGroupModelsApiFp, MotionGroupReference, MotionGroupReferenceTypeEnum, MotionGroupSetup, MotionGroupState, MotionGroupStateJointLimitReached, MotionSettings, MovementErrorResponse, MovementErrorResponseKindEnum, MultiCollisionSetup, MultiErrorInvalidJointCount, MultiErrorJointLimitExceeded, MultiErrorJointPositionCollision, MultiJointTrajectory, MultiSearchCollisionFree422Response, MultiSearchCollisionFreeRequest, MultiSearchCollisionFreeResponse, MultiSearchCollisionFreeResponseResponse, MultiSearchCollisionFreeValidationError, MultiSearchCollisionFreeValidationErrorAllOfData, NOVACloudApi, NOVACloudApiAxiosParamCreator, NOVACloudApiFactory, NOVACloudApiFp, NanValueError, NanValueErrorKindEnum, NanValueErrorNanValue, NetworkBackend, NetworkDevice, NetworkInterface, NetworkLinkState, NetworkState, OpMode, OperatingState, OperationLimits, OperationMode, OptimizeMotionCommandsParameter, OptimizeMotionCommandsRequest, OptimizeMotionCommandsResponse, OptimizeMotionCommandsStatistics, OptimizeMotionCommandsStatisticsTerminationReasonEnum, OrientationType, PathCartesianPTP, PathCartesianPTPPathDefinitionNameEnum, PathCircle, PathCirclePathDefinitionNameEnum, PathCubicSpline, PathCubicSplinePathDefinitionNameEnum, PathDirectionConstrainedCartesianPTP, PathDirectionConstrainedCartesianPTPPathDefinitionNameEnum, PathDirectionConstrainedJointPTP, PathDirectionConstrainedJointPTPPathDefinitionNameEnum, PathFractionTrigger, PathFractionTriggerTypeEnum, PathJointPTP, PathJointPTPPathDefinitionNameEnum, PathLine, PathLinePathDefinitionNameEnum, PathType, PathTypeCartesianPTP, PathTypeCartesianPTPPathDefinitionNameEnum, PathTypeCircle, PathTypeCirclePathDefinitionNameEnum, PathTypeCubicSpline, PathTypeCubicSplinePathDefinitionNameEnum, PathTypeDirectionConstrainedCartesianPTP, PathTypeDirectionConstrainedCartesianPTPPathDefinitionNameEnum, PathTypeDirectionConstrainedJointPTP, PathTypeDirectionConstrainedJointPTPPathDefinitionNameEnum, PathTypeJointPTP, PathTypeJointPTPPathDefinitionNameEnum, PathTypeLine, PathTypeLinePathDefinitionNameEnum, PauseActionChunksRequest, PauseActionChunksRequestMessageTypeEnum, PauseActionChunksResponse, PauseActionChunksResponseKindEnum, PauseJoggingRequest, PauseJoggingRequestMessageTypeEnum, PauseJoggingResponse, PauseJoggingResponseKindEnum, PauseMovementRequest, PauseMovementRequestMessageTypeEnum, PauseMovementResponse, PauseMovementResponseKindEnum, PauseOnIO, PauseOnIOCommand, PauseOnIOCommandTypeEnum, Payload, Plan422Response, PlanCollisionFreeFailedResponse, PlanCollisionFreeRequest, PlanCollisionFreeResponse, PlanCollisionFreeResponseResponse, PlanTrajectoryFailedResponse, PlanTrajectoryFailedResponseErrorFeedback, PlanTrajectoryRequest, PlanTrajectoryResponse, PlanTrajectoryResponseResponse, PlanValidationError, PlanValidationErrorAllOfData, Plane, PlaneShapeTypeEnum, PlaybackSpeedRequest, PlaybackSpeedRequestMessageTypeEnum, PlaybackSpeedResponse, PlaybackSpeedResponseKindEnum, Pose, PoseRef, PoseWaypoint, PoseWaypointKindEnum, ProfinetDescription, ProfinetIO, ProfinetIOData, ProfinetIODirection, ProfinetIOTypeEnum, ProfinetInputOutputConfig, ProfinetSlotDescription, ProfinetSlotOffset, ProfinetSubSlotDescription, Program, ProgramApi, ProgramApiAxiosParamCreator, ProgramApiFactory, ProgramApiFp, ProgramRun, ProgramRunState, ProgramStartRequest, ProjectJointPositionDirectionConstraint422Response, ProjectJointPositionDirectionConstraintRequest, ProjectJointPositionDirectionConstraintResponse, ProjectJointPositionDirectionConstraintValidationError, ProjectJointPositionDirectionConstraintValidationErrorAllOfData, RRTConnectAlgorithm, RRTConnectAlgorithmAlgorithmNameEnum, RRTConnectAlgorithmStepSize, Range, Rectangle, RectangleShapeTypeEnum, RectangularCapsule, RectangularCapsuleShapeTypeEnum, ReleaseChannel, RequestArgs, RequiredError, RerunLoggingConfigurationRequest, RerunLoggingConfigurationResponse, RobotConfigurationsApi, RobotConfigurationsApiAxiosParamCreator, RobotConfigurationsApiFactory, RobotConfigurationsApiFp, RobotController, RobotControllerConfiguration, RobotControllerConfigurationRequest, RobotControllerState, RobotSystemMode, RobotTcp, RobotTcpData, SafetyGeometry, SafetyGeometryBox, SafetyGeometryCapsule, SafetyGeometryLozenge, SafetyGeometryPlane, SafetyGeometryPrism, SafetyGeometrySphere, SafetyStateType, SafetyZone, SafetyZonePose, SafetyZones, ServiceGroup, ServiceStatus, ServiceStatusPhase, ServiceStatusResponse, ServiceStatusSeverity, ServiceStatusStatus, SessionApi, SessionApiAxiosParamCreator, SessionApiFactory, SessionApiFp, SessionResponse, SetIO, SetIOCommand, SetIOCommandTypeEnum, SettableRobotSystemMode, SingularityHandling, SingularityTypeEnum, Snap7IO, Snap7IOArea, Snap7IOData, Snap7IODirection, Snap7IOTypeEnum, Sphere, SphereShapeTypeEnum, StartMovementRequest, StartMovementRequestMessageTypeEnum, StartMovementResponse, StartMovementResponseKindEnum, StartOnIO, StaubliController, StaubliControllerKindEnum, StaubliControllerRtiServer, StopActionChunksRequest, StopActionChunksRequestMessageTypeEnum, StopActionChunksResponse, StopActionChunksResponseKindEnum, StorageKey, StorageKeySourceEnum, StoreCollisionComponentsApi, StoreCollisionComponentsApiAxiosParamCreator, StoreCollisionComponentsApiFactory, StoreCollisionComponentsApiFp, StoreCollisionSetupsApi, StoreCollisionSetupsApiAxiosParamCreator, StoreCollisionSetupsApiFactory, StoreCollisionSetupsApiFp, StoreObjectApi, StoreObjectApiAxiosParamCreator, StoreObjectApiFactory, StoreObjectApiFp, StreamIOValuesResponse, SystemApi, SystemApiAxiosParamCreator, SystemApiFactory, SystemApiFp, TcpOffset, TcpRequiredError, TcpRequiredErrorKindEnum, TcpVelocityRequest, TcpVelocityRequestMessageTypeEnum, TcpVelocityResponse, TcpVelocityResponseKindEnum, TechmanController, TechmanControllerKindEnum, TechmanControllerRtrs, TimeTrigger, TimeTriggerTypeEnum, ToolValue, ToolValueOrKey, ToolValueSourceEnum, TorqueExceededError, TorqueExceededErrorKindEnum, TorqueExceededErrorTorqueExceeded, TrajectoryCachingApi, TrajectoryCachingApiAxiosParamCreator, TrajectoryCachingApiFactory, TrajectoryCachingApiFp, TrajectoryData, TrajectoryDataMessageTypeEnum, TrajectoryDetails, TrajectoryDetailsKindEnum, TrajectoryDetailsState, TrajectoryEnded, TrajectoryEndedKindEnum, TrajectoryExecutionApi, TrajectoryExecutionApiAxiosParamCreator, TrajectoryExecutionApiFactory, TrajectoryExecutionApiFp, TrajectoryId, TrajectoryIdMessageTypeEnum, TrajectoryPausedByUser, TrajectoryPausedByUserKindEnum, TrajectoryPausedOnIO, TrajectoryPausedOnIOKindEnum, TrajectoryPlanningApi, TrajectoryPlanningApiAxiosParamCreator, TrajectoryPlanningApiFactory, TrajectoryPlanningApiFp, TrajectoryRunning, TrajectoryRunningKindEnum, TrajectorySection, TrajectoryWaitForIO, TrajectoryWaitForIOKindEnum, UnitType, UnitreeController, UnitreeControllerKindEnum, UnitreeControllerRobotTypeEnum, UniversalrobotsController, UniversalrobotsControllerKindEnum, UnpauseActionChunksRequest, UnpauseActionChunksRequestMessageTypeEnum, UnpauseActionChunksResponse, UnpauseActionChunksResponseKindEnum, UpdateCellVersionRequest, UpdateNovaVersionRequest, User, ValidationError, ValidationError2, VersionApi, VersionApiAxiosParamCreator, VersionApiFactory, VersionApiFp, VirtualController, VirtualControllerApi, VirtualControllerApiAxiosParamCreator, VirtualControllerApiFactory, VirtualControllerApiFp, VirtualControllerBehaviorApi, VirtualControllerBehaviorApiAxiosParamCreator, VirtualControllerBehaviorApiFactory, VirtualControllerBehaviorApiFp, VirtualControllerInputsOutputsApi, VirtualControllerInputsOutputsApiAxiosParamCreator, VirtualControllerInputsOutputsApiFactory, VirtualControllerInputsOutputsApiFp, VirtualControllerKindEnum, VirtualRobotConfiguration, WaitForIOCommand, WaitForIOCommandTypeEnum, WaitForIOEventRequest, WaitForTimeCommand, WaitForTimeCommandTypeEnum, Waypoint, WaypointCoordinates, YaskawaController, YaskawaControllerKindEnum, ZodValidationError, ZodValidationErrorError, ZodValidationErrorErrorCodeEnum, ZodValidationErrorErrorDetailsInner, ZodValidationErrorErrorDetailsInnerPathInner, operationServerMap };