@wandelbots/nova-api 25.8.0-dev.27 → 25.8.0-dev.29
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.
- package/package.json +1 -1
- package/v2/api.d.ts +9 -9
- package/v2/api.js +8 -8
- package/v2/api.ts +9 -9
package/package.json
CHANGED
package/v2/api.d.ts
CHANGED
|
@@ -4328,7 +4328,7 @@ export interface ProgramStartRequest {
|
|
|
4328
4328
|
*/
|
|
4329
4329
|
export interface RRTConnectAlgorithm {
|
|
4330
4330
|
/**
|
|
4331
|
-
* Algorithm discriminator.
|
|
4331
|
+
* Algorithm discriminator. RRT Connect algorithm configuration for collision-free path planning. Rapidly-exploring Random Trees (RRT) builds trees of valid configurations by randomly sampling the joint space and connecting feasible points with JointPTP motions. RRT Connect grows two trees simultaneously from start and target positions until they meet. This is a custom implementation optimized for manipulator kinematics and collision checking in industrial contexts.
|
|
4332
4332
|
* @type {string}
|
|
4333
4333
|
* @memberof RRTConnectAlgorithm
|
|
4334
4334
|
*/
|
|
@@ -7894,7 +7894,7 @@ export declare class MotionGroupApi extends BaseAPI {
|
|
|
7894
7894
|
*/
|
|
7895
7895
|
export declare const MotionGroupModelsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
7896
7896
|
/**
|
|
7897
|
-
* Returns the default collision link chain for a given motion group model. See [
|
|
7897
|
+
* Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
7898
7898
|
* @summary Get Collision Model
|
|
7899
7899
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
7900
7900
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g. `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
@@ -7917,7 +7917,7 @@ export declare const MotionGroupModelsApiAxiosParamCreator: (configuration?: Con
|
|
|
7917
7917
|
*/
|
|
7918
7918
|
export declare const MotionGroupModelsApiFp: (configuration?: Configuration) => {
|
|
7919
7919
|
/**
|
|
7920
|
-
* Returns the default collision link chain for a given motion group model. See [
|
|
7920
|
+
* Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
7921
7921
|
* @summary Get Collision Model
|
|
7922
7922
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
7923
7923
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g. `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
@@ -7942,7 +7942,7 @@ export declare const MotionGroupModelsApiFp: (configuration?: Configuration) =>
|
|
|
7942
7942
|
*/
|
|
7943
7943
|
export declare const MotionGroupModelsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
7944
7944
|
/**
|
|
7945
|
-
* Returns the default collision link chain for a given motion group model. See [
|
|
7945
|
+
* Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
7946
7946
|
* @summary Get Collision Model
|
|
7947
7947
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
7948
7948
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g. `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
@@ -7969,7 +7969,7 @@ export declare const MotionGroupModelsApiFactory: (configuration?: Configuration
|
|
|
7969
7969
|
*/
|
|
7970
7970
|
export declare class MotionGroupModelsApi extends BaseAPI {
|
|
7971
7971
|
/**
|
|
7972
|
-
* Returns the default collision link chain for a given motion group model. See [
|
|
7972
|
+
* Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
7973
7973
|
* @summary Get Collision Model
|
|
7974
7974
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
7975
7975
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g. `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
@@ -8232,7 +8232,7 @@ export declare const StoreCollisionComponentsApiAxiosParamCreator: (configuratio
|
|
|
8232
8232
|
*/
|
|
8233
8233
|
listCollisionLinkChains: (cell: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8234
8234
|
/**
|
|
8235
|
-
* Returns
|
|
8235
|
+
* Returns all stored colliders.
|
|
8236
8236
|
* @summary List Colliders
|
|
8237
8237
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8238
8238
|
* @param {*} [options] Override http request option.
|
|
@@ -8358,7 +8358,7 @@ export declare const StoreCollisionComponentsApiFp: (configuration?: Configurati
|
|
|
8358
8358
|
}>;
|
|
8359
8359
|
}>>;
|
|
8360
8360
|
/**
|
|
8361
|
-
* Returns
|
|
8361
|
+
* Returns all stored colliders.
|
|
8362
8362
|
* @summary List Colliders
|
|
8363
8363
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8364
8364
|
* @param {*} [options] Override http request option.
|
|
@@ -8494,7 +8494,7 @@ export declare const StoreCollisionComponentsApiFactory: (configuration?: Config
|
|
|
8494
8494
|
}>;
|
|
8495
8495
|
}>;
|
|
8496
8496
|
/**
|
|
8497
|
-
* Returns
|
|
8497
|
+
* Returns all stored colliders.
|
|
8498
8498
|
* @summary List Colliders
|
|
8499
8499
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8500
8500
|
* @param {*} [options] Override http request option.
|
|
@@ -8639,7 +8639,7 @@ export declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
8639
8639
|
}[];
|
|
8640
8640
|
}, any>>;
|
|
8641
8641
|
/**
|
|
8642
|
-
* Returns
|
|
8642
|
+
* Returns all stored colliders.
|
|
8643
8643
|
* @summary List Colliders
|
|
8644
8644
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8645
8645
|
* @param {*} [options] Override http request option.
|
package/v2/api.js
CHANGED
|
@@ -5283,7 +5283,7 @@ export class MotionGroupApi extends BaseAPI {
|
|
|
5283
5283
|
export const MotionGroupModelsApiAxiosParamCreator = function (configuration) {
|
|
5284
5284
|
return {
|
|
5285
5285
|
/**
|
|
5286
|
-
* Returns the default collision link chain for a given motion group model. See [
|
|
5286
|
+
* Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
5287
5287
|
* @summary Get Collision Model
|
|
5288
5288
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
5289
5289
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g. `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
@@ -5366,7 +5366,7 @@ export const MotionGroupModelsApiFp = function (configuration) {
|
|
|
5366
5366
|
const localVarAxiosParamCreator = MotionGroupModelsApiAxiosParamCreator(configuration);
|
|
5367
5367
|
return {
|
|
5368
5368
|
/**
|
|
5369
|
-
* Returns the default collision link chain for a given motion group model. See [
|
|
5369
|
+
* Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
5370
5370
|
* @summary Get Collision Model
|
|
5371
5371
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
5372
5372
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g. `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
@@ -5402,7 +5402,7 @@ export const MotionGroupModelsApiFactory = function (configuration, basePath, ax
|
|
|
5402
5402
|
const localVarFp = MotionGroupModelsApiFp(configuration);
|
|
5403
5403
|
return {
|
|
5404
5404
|
/**
|
|
5405
|
-
* Returns the default collision link chain for a given motion group model. See [
|
|
5405
|
+
* Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
5406
5406
|
* @summary Get Collision Model
|
|
5407
5407
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
5408
5408
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g. `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
@@ -5432,7 +5432,7 @@ export const MotionGroupModelsApiFactory = function (configuration, basePath, ax
|
|
|
5432
5432
|
*/
|
|
5433
5433
|
export class MotionGroupModelsApi extends BaseAPI {
|
|
5434
5434
|
/**
|
|
5435
|
-
* Returns the default collision link chain for a given motion group model. See [
|
|
5435
|
+
* Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
5436
5436
|
* @summary Get Collision Model
|
|
5437
5437
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
5438
5438
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g. `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
@@ -6070,7 +6070,7 @@ export const StoreCollisionComponentsApiAxiosParamCreator = function (configurat
|
|
|
6070
6070
|
};
|
|
6071
6071
|
},
|
|
6072
6072
|
/**
|
|
6073
|
-
* Returns
|
|
6073
|
+
* Returns all stored colliders.
|
|
6074
6074
|
* @summary List Colliders
|
|
6075
6075
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6076
6076
|
* @param {*} [options] Override http request option.
|
|
@@ -6378,7 +6378,7 @@ export const StoreCollisionComponentsApiFp = function (configuration) {
|
|
|
6378
6378
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
6379
6379
|
},
|
|
6380
6380
|
/**
|
|
6381
|
-
* Returns
|
|
6381
|
+
* Returns all stored colliders.
|
|
6382
6382
|
* @summary List Colliders
|
|
6383
6383
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6384
6384
|
* @param {*} [options] Override http request option.
|
|
@@ -6534,7 +6534,7 @@ export const StoreCollisionComponentsApiFactory = function (configuration, baseP
|
|
|
6534
6534
|
return localVarFp.listCollisionLinkChains(cell, options).then((request) => request(axios, basePath));
|
|
6535
6535
|
},
|
|
6536
6536
|
/**
|
|
6537
|
-
* Returns
|
|
6537
|
+
* Returns all stored colliders.
|
|
6538
6538
|
* @summary List Colliders
|
|
6539
6539
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6540
6540
|
* @param {*} [options] Override http request option.
|
|
@@ -6682,7 +6682,7 @@ export class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6682
6682
|
return StoreCollisionComponentsApiFp(this.configuration).listCollisionLinkChains(cell, options).then((request) => request(this.axios, this.basePath));
|
|
6683
6683
|
}
|
|
6684
6684
|
/**
|
|
6685
|
-
* Returns
|
|
6685
|
+
* Returns all stored colliders.
|
|
6686
6686
|
* @summary List Colliders
|
|
6687
6687
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6688
6688
|
* @param {*} [options] Override http request option.
|
package/v2/api.ts
CHANGED
|
@@ -4504,7 +4504,7 @@ export interface ProgramStartRequest {
|
|
|
4504
4504
|
*/
|
|
4505
4505
|
export interface RRTConnectAlgorithm {
|
|
4506
4506
|
/**
|
|
4507
|
-
* Algorithm discriminator.
|
|
4507
|
+
* Algorithm discriminator. RRT Connect algorithm configuration for collision-free path planning. Rapidly-exploring Random Trees (RRT) builds trees of valid configurations by randomly sampling the joint space and connecting feasible points with JointPTP motions. RRT Connect grows two trees simultaneously from start and target positions until they meet. This is a custom implementation optimized for manipulator kinematics and collision checking in industrial contexts.
|
|
4508
4508
|
* @type {string}
|
|
4509
4509
|
* @memberof RRTConnectAlgorithm
|
|
4510
4510
|
*/
|
|
@@ -10992,7 +10992,7 @@ export class MotionGroupApi extends BaseAPI {
|
|
|
10992
10992
|
export const MotionGroupModelsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
10993
10993
|
return {
|
|
10994
10994
|
/**
|
|
10995
|
-
* Returns the default collision link chain for a given motion group model. See [
|
|
10995
|
+
* Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
10996
10996
|
* @summary Get Collision Model
|
|
10997
10997
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
10998
10998
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g. `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
@@ -11090,7 +11090,7 @@ export const MotionGroupModelsApiFp = function(configuration?: Configuration) {
|
|
|
11090
11090
|
const localVarAxiosParamCreator = MotionGroupModelsApiAxiosParamCreator(configuration)
|
|
11091
11091
|
return {
|
|
11092
11092
|
/**
|
|
11093
|
-
* Returns the default collision link chain for a given motion group model. See [
|
|
11093
|
+
* Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
11094
11094
|
* @summary Get Collision Model
|
|
11095
11095
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
11096
11096
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g. `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
@@ -11127,7 +11127,7 @@ export const MotionGroupModelsApiFactory = function (configuration?: Configurati
|
|
|
11127
11127
|
const localVarFp = MotionGroupModelsApiFp(configuration)
|
|
11128
11128
|
return {
|
|
11129
11129
|
/**
|
|
11130
|
-
* Returns the default collision link chain for a given motion group model. See [
|
|
11130
|
+
* Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
11131
11131
|
* @summary Get Collision Model
|
|
11132
11132
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
11133
11133
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g. `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
@@ -11158,7 +11158,7 @@ export const MotionGroupModelsApiFactory = function (configuration?: Configurati
|
|
|
11158
11158
|
*/
|
|
11159
11159
|
export class MotionGroupModelsApi extends BaseAPI {
|
|
11160
11160
|
/**
|
|
11161
|
-
* Returns the default collision link chain for a given motion group model. See [
|
|
11161
|
+
* Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
11162
11162
|
* @summary Get Collision Model
|
|
11163
11163
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
11164
11164
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g. `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
@@ -11887,7 +11887,7 @@ export const StoreCollisionComponentsApiAxiosParamCreator = function (configurat
|
|
|
11887
11887
|
};
|
|
11888
11888
|
},
|
|
11889
11889
|
/**
|
|
11890
|
-
* Returns
|
|
11890
|
+
* Returns all stored colliders.
|
|
11891
11891
|
* @summary List Colliders
|
|
11892
11892
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
11893
11893
|
* @param {*} [options] Override http request option.
|
|
@@ -12234,7 +12234,7 @@ export const StoreCollisionComponentsApiFp = function(configuration?: Configurat
|
|
|
12234
12234
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
12235
12235
|
},
|
|
12236
12236
|
/**
|
|
12237
|
-
* Returns
|
|
12237
|
+
* Returns all stored colliders.
|
|
12238
12238
|
* @summary List Colliders
|
|
12239
12239
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
12240
12240
|
* @param {*} [options] Override http request option.
|
|
@@ -12391,7 +12391,7 @@ export const StoreCollisionComponentsApiFactory = function (configuration?: Conf
|
|
|
12391
12391
|
return localVarFp.listCollisionLinkChains(cell, options).then((request) => request(axios, basePath));
|
|
12392
12392
|
},
|
|
12393
12393
|
/**
|
|
12394
|
-
* Returns
|
|
12394
|
+
* Returns all stored colliders.
|
|
12395
12395
|
* @summary List Colliders
|
|
12396
12396
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
12397
12397
|
* @param {*} [options] Override http request option.
|
|
@@ -12547,7 +12547,7 @@ export class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
12547
12547
|
}
|
|
12548
12548
|
|
|
12549
12549
|
/**
|
|
12550
|
-
* Returns
|
|
12550
|
+
* Returns all stored colliders.
|
|
12551
12551
|
* @summary List Colliders
|
|
12552
12552
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
12553
12553
|
* @param {*} [options] Override http request option.
|