@wandelbots/nova-api 26.2.0-dev.20 → 26.2.0-dev.21
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/dist/v1/index.d.cts +178 -178
- package/dist/v2/index.d.cts +140 -140
- package/package.json +1 -1
package/dist/v2/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as axios176 from "axios";
|
|
2
2
|
import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
|
|
3
3
|
|
|
4
4
|
//#region v2/configuration.d.ts
|
|
@@ -3507,7 +3507,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
3507
3507
|
* @param {*} [options] Override http request option.
|
|
3508
3508
|
* @throws {RequiredError}
|
|
3509
3509
|
*/
|
|
3510
|
-
addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
3510
|
+
addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
3511
3511
|
/**
|
|
3512
3512
|
* Delete all GUI applications from the cell.
|
|
3513
3513
|
* @summary Clear Applications
|
|
@@ -3516,7 +3516,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
3516
3516
|
* @param {*} [options] Override http request option.
|
|
3517
3517
|
* @throws {RequiredError}
|
|
3518
3518
|
*/
|
|
3519
|
-
clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
3519
|
+
clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
3520
3520
|
/**
|
|
3521
3521
|
* Delete a GUI application from the cell.
|
|
3522
3522
|
* @summary Delete Application
|
|
@@ -3526,7 +3526,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
3526
3526
|
* @param {*} [options] Override http request option.
|
|
3527
3527
|
* @throws {RequiredError}
|
|
3528
3528
|
*/
|
|
3529
|
-
deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
3529
|
+
deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
3530
3530
|
/**
|
|
3531
3531
|
* Get the configuration for an active GUI application in the cell. To update the configuration of a GUI application in the cell, use this configuration with [updateApp](updateApp).
|
|
3532
3532
|
* @summary Configuration
|
|
@@ -3535,7 +3535,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
3535
3535
|
* @param {*} [options] Override http request option.
|
|
3536
3536
|
* @throws {RequiredError}
|
|
3537
3537
|
*/
|
|
3538
|
-
getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<
|
|
3538
|
+
getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<App, any>>;
|
|
3539
3539
|
/**
|
|
3540
3540
|
* List all GUI applications that have been added to a cell with [addApp](addApp). If the cell does not contain GUI applications, the list is returned empty.
|
|
3541
3541
|
* @summary List Applications
|
|
@@ -3543,7 +3543,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
3543
3543
|
* @param {*} [options] Override http request option.
|
|
3544
3544
|
* @throws {RequiredError}
|
|
3545
3545
|
*/
|
|
3546
|
-
listApps(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
3546
|
+
listApps(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
3547
3547
|
/**
|
|
3548
3548
|
* Update the configuration of a GUI application in the cell.
|
|
3549
3549
|
* @summary Update Configuration
|
|
@@ -3554,7 +3554,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
3554
3554
|
* @param {*} [options] Override http request option.
|
|
3555
3555
|
* @throws {RequiredError}
|
|
3556
3556
|
*/
|
|
3557
|
-
updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
3557
|
+
updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
3558
3558
|
}
|
|
3559
3559
|
/**
|
|
3560
3560
|
* BUSInputsOutputsApi - axios parameter creator
|
|
@@ -4058,7 +4058,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4058
4058
|
* @param {*} [options] Override http request option.
|
|
4059
4059
|
* @throws {RequiredError}
|
|
4060
4060
|
*/
|
|
4061
|
-
addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4061
|
+
addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4062
4062
|
/**
|
|
4063
4063
|
* Adds an input/output variable to or updates an input/output variable on the MODBUS device, e.g., NOVA\'s MODBUS service. The inputs/outputs map variables to specific memory addresses in the process image. The NOVA\'s MODBUS service\'s configuration can be viewed via [listModbusIOs](listModbusIOs).
|
|
4064
4064
|
* @summary Add MODBUS Input/Output
|
|
@@ -4068,7 +4068,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4068
4068
|
* @param {*} [options] Override http request option.
|
|
4069
4069
|
* @throws {RequiredError}
|
|
4070
4070
|
*/
|
|
4071
|
-
addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<
|
|
4071
|
+
addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4072
4072
|
/**
|
|
4073
4073
|
* Adds an input/output variable to or updates an input/output variable on the PROFINET device, e.g., NOVA\'s PROFINET service. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. - The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA\'s PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. - The NOVA\'s PROFINET service\'s configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding third party software, e.g., TIA portal).
|
|
4074
4074
|
* @summary Add PROFINET Input/Output
|
|
@@ -4078,7 +4078,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4078
4078
|
* @param {*} [options] Override http request option.
|
|
4079
4079
|
* @throws {RequiredError}
|
|
4080
4080
|
*/
|
|
4081
|
-
addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<
|
|
4081
|
+
addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4082
4082
|
/**
|
|
4083
4083
|
* Remove the BUS inputs/outputs service from the cell.
|
|
4084
4084
|
* @summary Clear Service
|
|
@@ -4087,7 +4087,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4087
4087
|
* @param {*} [options] Override http request option.
|
|
4088
4088
|
* @throws {RequiredError}
|
|
4089
4089
|
*/
|
|
4090
|
-
clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4090
|
+
clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4091
4091
|
/**
|
|
4092
4092
|
* Removes all input/output variable configurations from the MODBUS device, e.g., NOVA\'s MODBUS service.
|
|
4093
4093
|
* @summary Remove all MODBUS Input/Outputs
|
|
@@ -4095,7 +4095,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4095
4095
|
* @param {*} [options] Override http request option.
|
|
4096
4096
|
* @throws {RequiredError}
|
|
4097
4097
|
*/
|
|
4098
|
-
deleteAllModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4098
|
+
deleteAllModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4099
4099
|
/**
|
|
4100
4100
|
* Removes all input/output variable configurations from the PROFINET device, e.g., NOVA\'s PROFINET service.
|
|
4101
4101
|
* @summary Remove all PROFINET Input/Outputs
|
|
@@ -4103,7 +4103,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4103
4103
|
* @param {*} [options] Override http request option.
|
|
4104
4104
|
* @throws {RequiredError}
|
|
4105
4105
|
*/
|
|
4106
|
-
deleteAllProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4106
|
+
deleteAllProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4107
4107
|
/**
|
|
4108
4108
|
* Removes an input/output variable configuration from the MODBUS device, e.g., NOVA\'s MODBUS service.
|
|
4109
4109
|
* @summary Remove MODBUS Input/Ouptut
|
|
@@ -4112,7 +4112,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4112
4112
|
* @param {*} [options] Override http request option.
|
|
4113
4113
|
* @throws {RequiredError}
|
|
4114
4114
|
*/
|
|
4115
|
-
deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<
|
|
4115
|
+
deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4116
4116
|
/**
|
|
4117
4117
|
* Removes an input/output variable configuration from the PROFINET device, e.g., NOVA\'s PROFINET service.
|
|
4118
4118
|
* @summary Remove PROFINET Input/Ouptut
|
|
@@ -4121,7 +4121,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4121
4121
|
* @param {*} [options] Override http request option.
|
|
4122
4122
|
* @throws {RequiredError}
|
|
4123
4123
|
*/
|
|
4124
|
-
deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<
|
|
4124
|
+
deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4125
4125
|
/**
|
|
4126
4126
|
* Get deployed BUS inputs/outputs service.
|
|
4127
4127
|
* @summary Get Service
|
|
@@ -4129,7 +4129,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4129
4129
|
* @param {*} [options] Override http request option.
|
|
4130
4130
|
* @throws {RequiredError}
|
|
4131
4131
|
*/
|
|
4132
|
-
getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4132
|
+
getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<BusIOType, any>>;
|
|
4133
4133
|
/**
|
|
4134
4134
|
* Get the current state of the BUS Inputs/Outputs service.
|
|
4135
4135
|
* @summary State
|
|
@@ -4137,7 +4137,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4137
4137
|
* @param {*} [options] Override http request option.
|
|
4138
4138
|
* @throws {RequiredError}
|
|
4139
4139
|
*/
|
|
4140
|
-
getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4140
|
+
getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<BusIOsState, any>>;
|
|
4141
4141
|
/**
|
|
4142
4142
|
* Retrieves the current values of inputs/outputs. The identifiers of the inputs/outputs must be provided in the request. Request all available input/output identifiers via [listBusIODescriptions](listBusIODescriptions).
|
|
4143
4143
|
* @summary Get Input/Output Values
|
|
@@ -4146,7 +4146,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4146
4146
|
* @param {*} [options] Override http request option.
|
|
4147
4147
|
* @throws {RequiredError}
|
|
4148
4148
|
*/
|
|
4149
|
-
getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<
|
|
4149
|
+
getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IOValue[], any>>;
|
|
4150
4150
|
/**
|
|
4151
4151
|
* Get description of NOVA as a PROFINET device.
|
|
4152
4152
|
* @summary Get PROFINET Description
|
|
@@ -4154,7 +4154,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4154
4154
|
* @param {*} [options] Override http request option.
|
|
4155
4155
|
* @throws {RequiredError}
|
|
4156
4156
|
*/
|
|
4157
|
-
getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4157
|
+
getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ProfinetDescription, any>>;
|
|
4158
4158
|
/**
|
|
4159
4159
|
* Get input/output variable configuration of the PROFINET device, e.g., NOVA\'s PROFINET service as file. You can specify byte offsets for the input and output variable addresses to get an XML tagmap that is ready to paste to the third party software, e.g., TIA portal.
|
|
4160
4160
|
* @summary PROFINET Inputs/Outputs to File
|
|
@@ -4164,7 +4164,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4164
4164
|
* @param {*} [options] Override http request option.
|
|
4165
4165
|
* @throws {RequiredError}
|
|
4166
4166
|
*/
|
|
4167
|
-
getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4167
|
+
getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string, any>>;
|
|
4168
4168
|
/**
|
|
4169
4169
|
* List all input/output descriptions for configured BUS services. The input/output descriptions contain information like name, type and unit. The input/output direction is given in perspective of the BUS service.
|
|
4170
4170
|
* @summary List Descriptions
|
|
@@ -4172,7 +4172,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4172
4172
|
* @param {*} [options] Override http request option.
|
|
4173
4173
|
* @throws {RequiredError}
|
|
4174
4174
|
*/
|
|
4175
|
-
listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4175
|
+
listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<BusIODescription[], any>>;
|
|
4176
4176
|
/**
|
|
4177
4177
|
* List descriptions for all configured input/output variables of the MODBUS service. The input/output descriptions contain information like name, type and address. The input/output direction is given in perspective of the active MODBUS type (service or client). - The byte and bit addresses are the locations in the MODBUS input/output process image the variable points to. - The MODBUS controller as well as NOVA\'s MODBUS service use an input/output variable configuration to interpret the bits of the input and output process image. - The NOVA MODBUS service\'s configuration is modified via [addModbusIO](addModbusIO).
|
|
4178
4178
|
* @summary List MODBUS Input/Output Configuration
|
|
@@ -4180,7 +4180,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4180
4180
|
* @param {*} [options] Override http request option.
|
|
4181
4181
|
* @throws {RequiredError}
|
|
4182
4182
|
*/
|
|
4183
|
-
listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4183
|
+
listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ModbusIO[], any>>;
|
|
4184
4184
|
/**
|
|
4185
4185
|
* List descriptions for all configured input/output variables of the PROFINET service. The input/output descriptions contain information like name, type and unit. The input/output direction is given in perspective of the PROFINET device, e.g., the configured PROFINET service. - The byte and bit addresses are the locations in the PROFINET input/output process image the variable points to. - The PROFINET controller as well as NOVA\'s PROFINET service use an input/output variable configuration to interpret the bits of the input and output process image. - The NOVA PROFINET service\'s configuration is modified via [addProfinetIO](addProfinetIO) and [setProfinetIOsFromFile](setProfinetIOsFromFile). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding third party software, e.g., TIA portal.
|
|
4186
4186
|
* @summary List PROFINET Input/Output Configuration
|
|
@@ -4188,7 +4188,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4188
4188
|
* @param {*} [options] Override http request option.
|
|
4189
4189
|
* @throws {RequiredError}
|
|
4190
4190
|
*/
|
|
4191
|
-
listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4191
|
+
listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ProfinetIO[], any>>;
|
|
4192
4192
|
/**
|
|
4193
4193
|
* Set values of outputs. In case of virtual Bus Input/Outputs, also inputs can be set. All available output identifiers can be requested via [listBusIODescriptions](listBusIODescriptions). The call will return once the values have been set and accepted by the service.
|
|
4194
4194
|
* @summary Set Output Values
|
|
@@ -4197,7 +4197,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4197
4197
|
* @param {*} [options] Override http request option.
|
|
4198
4198
|
* @throws {RequiredError}
|
|
4199
4199
|
*/
|
|
4200
|
-
setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<
|
|
4200
|
+
setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4201
4201
|
/**
|
|
4202
4202
|
* Sets input/output variable configuration on the PROFINET device (i.e. NOVA\'s PROFINET service) from XML file. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. - The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA\'s PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. - The NOVA\'s PROFINET service\'s configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding engineering system, e.g., TIA portal. #### Export variables You can export the variable configuration of the PROFINET controller as XML file from your engineering system, e.g., TIA portal. - The endpoint is built so that the perspective of input and output (PROFINET Device\'s input is PROFINET Controller\'s output) is internally handled (PROFINET device input is PROFINET controller output), meaning that you can paste the exported XML file here without modifying.
|
|
4203
4203
|
* @summary Set PROFINET Inputs/Outputs from File
|
|
@@ -4206,7 +4206,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4206
4206
|
* @param {*} [options] Override http request option.
|
|
4207
4207
|
* @throws {RequiredError}
|
|
4208
4208
|
*/
|
|
4209
|
-
setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<
|
|
4209
|
+
setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4210
4210
|
}
|
|
4211
4211
|
/**
|
|
4212
4212
|
* CellApi - axios parameter creator
|
|
@@ -4415,7 +4415,7 @@ declare class CellApi extends BaseAPI {
|
|
|
4415
4415
|
* @param {*} [options] Override http request option.
|
|
4416
4416
|
* @throws {RequiredError}
|
|
4417
4417
|
*/
|
|
4418
|
-
deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4418
|
+
deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4419
4419
|
/**
|
|
4420
4420
|
* Deploy an entire cell with all its resources. A cell can be used to deploy a robot controller, one or more robots, as well as custom applications. Refer to the [Wandelbots NOVA documentation](https://docs.wandelbots.io/latest/setup-cell) for more information.
|
|
4421
4421
|
* @summary Add Cell
|
|
@@ -4424,7 +4424,7 @@ declare class CellApi extends BaseAPI {
|
|
|
4424
4424
|
* @param {*} [options] Override http request option.
|
|
4425
4425
|
* @throws {RequiredError}
|
|
4426
4426
|
*/
|
|
4427
|
-
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4427
|
+
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4428
4428
|
/**
|
|
4429
4429
|
* List all cell resources.
|
|
4430
4430
|
* @summary Configuration
|
|
@@ -4432,7 +4432,7 @@ declare class CellApi extends BaseAPI {
|
|
|
4432
4432
|
* @param {*} [options] Override http request option.
|
|
4433
4433
|
* @throws {RequiredError}
|
|
4434
4434
|
*/
|
|
4435
|
-
getCell(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4435
|
+
getCell(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Cell, any>>;
|
|
4436
4436
|
/**
|
|
4437
4437
|
* List the status of all cell resources.
|
|
4438
4438
|
* @summary Service Status
|
|
@@ -4440,14 +4440,14 @@ declare class CellApi extends BaseAPI {
|
|
|
4440
4440
|
* @param {*} [options] Override http request option.
|
|
4441
4441
|
* @throws {RequiredError}
|
|
4442
4442
|
*/
|
|
4443
|
-
getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4443
|
+
getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ServiceStatusResponse, any>>;
|
|
4444
4444
|
/**
|
|
4445
4445
|
* List all deployed cell names. If no cells are deployed, an empty list is returned.
|
|
4446
4446
|
* @summary List Cells
|
|
4447
4447
|
* @param {*} [options] Override http request option.
|
|
4448
4448
|
* @throws {RequiredError}
|
|
4449
4449
|
*/
|
|
4450
|
-
listCells(options?: RawAxiosRequestConfig): Promise<
|
|
4450
|
+
listCells(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
4451
4451
|
/**
|
|
4452
4452
|
* Deactivate or activate the services of a cell.
|
|
4453
4453
|
* @summary Operating State
|
|
@@ -4456,7 +4456,7 @@ declare class CellApi extends BaseAPI {
|
|
|
4456
4456
|
* @param {*} [options] Override http request option.
|
|
4457
4457
|
* @throws {RequiredError}
|
|
4458
4458
|
*/
|
|
4459
|
-
setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<
|
|
4459
|
+
setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4460
4460
|
/**
|
|
4461
4461
|
* Update the definition of the entire Cell.
|
|
4462
4462
|
* @summary Update Configuration
|
|
@@ -4466,7 +4466,7 @@ declare class CellApi extends BaseAPI {
|
|
|
4466
4466
|
* @param {*} [options] Override http request option.
|
|
4467
4467
|
* @throws {RequiredError}
|
|
4468
4468
|
*/
|
|
4469
|
-
updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4469
|
+
updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4470
4470
|
}
|
|
4471
4471
|
/**
|
|
4472
4472
|
* ControllerApi - axios parameter creator
|
|
@@ -4904,7 +4904,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4904
4904
|
* @param {*} [options] Override http request option.
|
|
4905
4905
|
* @throws {RequiredError}
|
|
4906
4906
|
*/
|
|
4907
|
-
addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4907
|
+
addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4908
4908
|
/**
|
|
4909
4909
|
* Delete all robot controllers from the cell. To replace all robot controllers in a cell, use this endpoint in combination with [addRobotController](addRobotController).
|
|
4910
4910
|
* @summary Clear Robot Controllers
|
|
@@ -4913,7 +4913,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4913
4913
|
* @param {*} [options] Override http request option.
|
|
4914
4914
|
* @throws {RequiredError}
|
|
4915
4915
|
*/
|
|
4916
|
-
clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4916
|
+
clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4917
4917
|
/**
|
|
4918
4918
|
* Delete a robot controller from the cell.
|
|
4919
4919
|
* @summary Delete Robot Controller
|
|
@@ -4923,7 +4923,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4923
4923
|
* @param {*} [options] Override http request option.
|
|
4924
4924
|
* @throws {RequiredError}
|
|
4925
4925
|
*/
|
|
4926
|
-
deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4926
|
+
deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4927
4927
|
/**
|
|
4928
4928
|
* Get description of a configured robot controller including a list of connected motion group identifiers. Use [getMotionGroupDescription](getMotionGroupDescription) to get more information about the motion group.
|
|
4929
4929
|
* @summary Description
|
|
@@ -4932,7 +4932,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4932
4932
|
* @param {*} [options] Override http request option.
|
|
4933
4933
|
* @throws {RequiredError}
|
|
4934
4934
|
*/
|
|
4935
|
-
getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
4935
|
+
getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ControllerDescription, any>>;
|
|
4936
4936
|
/**
|
|
4937
4937
|
* Request a coordinate system specification for a given identifier. Use parameter `orientation_type` to get the orientation part of the transformation offset of the coordinate system returned in the requested orientation notation. If parameter `orientation_type` is not set, the orientation part of the transformation offset of the coordinate system is returned in rotation vector notation. The coordinate systems from the robot controller are loaded when the motion group associated with the coordinate system is activated. With deactivation of the motion group, the associated coordinate systems are removed from NOVA. The unique identifier of the coordinate systems from the robot controllers are suffixed with `On` + the unique identifier of the robot controller.
|
|
4938
4938
|
* @summary Coordinate System
|
|
@@ -4943,7 +4943,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4943
4943
|
* @param {*} [options] Override http request option.
|
|
4944
4944
|
* @throws {RequiredError}
|
|
4945
4945
|
*/
|
|
4946
|
-
getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<
|
|
4946
|
+
getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem, any>>;
|
|
4947
4947
|
/**
|
|
4948
4948
|
* Get the current state of a robot controller.
|
|
4949
4949
|
* @summary State
|
|
@@ -4952,7 +4952,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4952
4952
|
* @param {*} [options] Override http request option.
|
|
4953
4953
|
* @throws {RequiredError}
|
|
4954
4954
|
*/
|
|
4955
|
-
getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
4955
|
+
getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotControllerState, any>>;
|
|
4956
4956
|
/**
|
|
4957
4957
|
* Get the configuration for a robot controller.
|
|
4958
4958
|
* @summary Robot Controller
|
|
@@ -4961,7 +4961,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4961
4961
|
* @param {*} [options] Override http request option.
|
|
4962
4962
|
* @throws {RequiredError}
|
|
4963
4963
|
*/
|
|
4964
|
-
getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
4964
|
+
getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotController, any>>;
|
|
4965
4965
|
/**
|
|
4966
4966
|
* Receive data to configure a virtual robot controller based on another controller. This can be used to create a virtual clone of a specific physical robot. When adding a virtual controller, use the Virtual configuration variant of [addRobotController](addRobotController) and pass the content string from this endpoint as the `json` field. Omit the `type` field that selects a preset configuration which is not required when providing a complete configuration.
|
|
4967
4967
|
* @summary Virtual Controller Configuration
|
|
@@ -4970,7 +4970,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4970
4970
|
* @param {*} [options] Override http request option.
|
|
4971
4971
|
* @throws {RequiredError}
|
|
4972
4972
|
*/
|
|
4973
|
-
getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
4973
|
+
getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<VirtualRobotConfiguration, any>>;
|
|
4974
4974
|
/**
|
|
4975
4975
|
* Lists all specifications of coordinate systems from robot controllers. Use parameter `orientation_type` to get the orientation part of the transformation offset of the coordinate system returned in the requested orientation notation. If parameter `orientation_type` is not set, the orientation part of the transformation offset of the coordinate system is returned in rotation vector notation. The coordinate systems from the robot controller are loaded when the motion group associated with the coordinate system is activated. With deactivation of the motion group, the associated coordinate systems are removed from NOVA. The unique identifier of the coordinate systems from the robot controllers are suffixed with `On` + the unique identifier of the robot controller.
|
|
4976
4976
|
* @summary List Coordinate Systems
|
|
@@ -4980,7 +4980,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4980
4980
|
* @param {*} [options] Override http request option.
|
|
4981
4981
|
* @throws {RequiredError}
|
|
4982
4982
|
*/
|
|
4983
|
-
listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<
|
|
4983
|
+
listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem[], any>>;
|
|
4984
4984
|
/**
|
|
4985
4985
|
* List the names of all deployed robot controllers.
|
|
4986
4986
|
* @summary List Robot Controllers
|
|
@@ -4988,7 +4988,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4988
4988
|
* @param {*} [options] Override http request option.
|
|
4989
4989
|
* @throws {RequiredError}
|
|
4990
4990
|
*/
|
|
4991
|
-
listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4991
|
+
listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
4992
4992
|
/**
|
|
4993
4993
|
* Switch between monitor and control usage as default for a robot controller. Monitoring mode is used to read information from the robot controller and control mode is used to command the robot system. As long as the robot controller is connected via network, monitoring mode is always possible. To switch to control mode the robot controller must be in `automatic` or `manual` operating mode and safety state `normal` or `reduced`. If the robot controller is in `manual` operating mode, you have to manually confirm the control usage activation on the robot control panel. This manual confirmation can\'t be replaced with this API. Without manual confirmation the robot controller will stay in monitor mode. The robot system will try to activate the required operation mode for the requested usage unless no active call requires a different mode. > **NOTE** > > `setDefaultMode` enables the robot controller to stay in control mode to keep the motors activated. > This allows for faster execution of sequential movements as no mode switches are required. > **NOTE** > > Some robot controllers prevent the external activation of automatic operating mode. In this case, changing the operating mode manually at the robot controller is mandatory. > **NOTE** > > The current operation mode and safety state can be requested via [getCurrentRobotControllerState](getCurrentRobotControllerState). If a mode change is not possible, the response lists reasons for the failed change.
|
|
4994
4994
|
* @summary Set Default Mode
|
|
@@ -4998,7 +4998,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4998
4998
|
* @param {*} [options] Override http request option.
|
|
4999
4999
|
* @throws {RequiredError}
|
|
5000
5000
|
*/
|
|
5001
|
-
setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<
|
|
5001
|
+
setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
5002
5002
|
/**
|
|
5003
5003
|
* <!-- theme: success --> > Websocket endpoint Sets the robot controller into freedrive mode and stays in freedrive until the websocket connection is closed by the client. In freedrive mode, it is possible to move the attached motion groups by hand. This is a blocking call. As long as the websocket connection is open, no other endpoint can control or move the robot. <!-- theme: danger --> > **DANGER** > > Danger caused by robot. Improper assessment by the integrator of the application-specific hazards can result in people being > crushed, drawn in or caught due to the robot\'s complex movement sequences. Before opening the websocket, ensure that > > - The robot is in a safe state, > - The right payload is set, > - No humans or object are within the robot\'s reach or within the cell. As long as the websocket connection is open you will get the current state of the robot system in the response in the specified `response_rate`. If the activation failed, the returned status will return possible reasons for the failure. Free drive mode is only available for robot controllers that support it, in particular cobots. Use [listRobotControllers](listRobotControllers) to check if the robot controller supports free drive mode.
|
|
5004
5004
|
* @summary Stream Free Drive
|
|
@@ -5008,7 +5008,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
5008
5008
|
* @param {*} [options] Override http request option.
|
|
5009
5009
|
* @throws {RequiredError}
|
|
5010
5010
|
*/
|
|
5011
|
-
streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<
|
|
5011
|
+
streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotControllerState, any>>;
|
|
5012
5012
|
/**
|
|
5013
5013
|
* <!-- theme: success --> > Websocket endpoint Receive updates of the state of a robot controller. The stream can be opened before the controller is registered. To register a controller, call [addRobotController](addRobotController). While connecting, the stream sends initialization updates. Once the controller reaches `MODE_MONITOR`, it sends controller state updates.
|
|
5014
5014
|
* @summary Stream State
|
|
@@ -5019,7 +5019,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
5019
5019
|
* @param {*} [options] Override http request option.
|
|
5020
5020
|
* @throws {RequiredError}
|
|
5021
5021
|
*/
|
|
5022
|
-
streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
5022
|
+
streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotControllerState, any>>;
|
|
5023
5023
|
/**
|
|
5024
5024
|
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. To update a virtual controller, the previous controller will be deleted and a new one created. Changes to the configuration, e.g., TCPs, coordinate systems, mounting, are **not** transferred to the new robot. <!-- theme: info --> > **NOTE** > > An update is not a reset. To do a reset: > 1. Get the current configuration via [getRobotController](getRobotController). > 2. Delete the existing virtual robot controller via [deleteRobotController](deleteRobotController). > 3. Add a virtual robot controller with [addRobotController](addRobotController).
|
|
5025
5025
|
* @summary Update Robot Controller
|
|
@@ -5030,7 +5030,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
5030
5030
|
* @param {*} [options] Override http request option.
|
|
5031
5031
|
* @throws {RequiredError}
|
|
5032
5032
|
*/
|
|
5033
|
-
updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
5033
|
+
updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
5034
5034
|
}
|
|
5035
5035
|
/**
|
|
5036
5036
|
* ControllerInputsOutputsApi - axios parameter creator
|
|
@@ -5222,7 +5222,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
|
|
|
5222
5222
|
* @param {*} [options] Override http request option.
|
|
5223
5223
|
* @throws {RequiredError}
|
|
5224
5224
|
*/
|
|
5225
|
-
listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<
|
|
5225
|
+
listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IODescription[], any>>;
|
|
5226
5226
|
/**
|
|
5227
5227
|
* Retrieves the current values of inputs/outputs. The identifiers of the inputs/outputs must be provided in the request. Request all available input/output identifiers via [listIODescriptions](listIODescriptions).
|
|
5228
5228
|
* @summary Get Input/Output Values
|
|
@@ -5232,7 +5232,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
|
|
|
5232
5232
|
* @param {*} [options] Override http request option.
|
|
5233
5233
|
* @throws {RequiredError}
|
|
5234
5234
|
*/
|
|
5235
|
-
listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<
|
|
5235
|
+
listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IOValue[], any>>;
|
|
5236
5236
|
/**
|
|
5237
5237
|
* Set the values of outputs. All available output identifiers and possible value ranges can be requested via [listIODescriptions](listIODescriptions). The call will return once the values have been set on and accepted by the robot. This can take up to 200 milliseconds. > **NOTE** > > Do not call this endpoint while another request is still in progress. The second call will fail.
|
|
5238
5238
|
* @summary Set Output Values
|
|
@@ -5242,7 +5242,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
|
|
|
5242
5242
|
* @param {*} [options] Override http request option.
|
|
5243
5243
|
* @throws {RequiredError}
|
|
5244
5244
|
*/
|
|
5245
|
-
setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<
|
|
5245
|
+
setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
5246
5246
|
/**
|
|
5247
5247
|
* <!-- theme: success --> > Websocket endpoint Continuously receive updates of input/output values via websocket. Updates are sent in the update rate of the controller. > **NOTE** > > If you request many values simultaneously, the request is likely to fail. The amount of values that can be streamed simultaneously depends on the specific robot controller. > **NOTE** > > The inputs and outputs are sent in the update rate of the controller to prevent losing any values. This can lead to a high amount of data transmitted.
|
|
5248
5248
|
* @summary Stream Input/Output Values
|
|
@@ -5252,7 +5252,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
|
|
|
5252
5252
|
* @param {*} [options] Override http request option.
|
|
5253
5253
|
* @throws {RequiredError}
|
|
5254
5254
|
*/
|
|
5255
|
-
streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<
|
|
5255
|
+
streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<StreamIOValuesResponse, any>>;
|
|
5256
5256
|
/**
|
|
5257
5257
|
* Wait until an input/output reaches a certain value. This call returns as soon as the condition is met or the request fails. The `comparison_type` value is used to define how the current value of the input/output is compared with given value. Only set the value that corresponds to the `value_type` of the input/output. See [listIODescriptions](listIODescriptions) for more information. **Examples** 1. Wait until analog input `AI_1` < 10: ``` io: \"AI_1\" comparison_type: \"COMPARISON_LESS\" value: 10 ``` 2. Wait until analog input `AI_2` > 5.0: ``` io: \"AI_2\" comparison_type: \"COMPARISON_GREATER\" value: 5.0 ``` 3. Wait until digital input `DI_3` is true: ``` io: \"DI_3\" comparison_type: \"COMPARISON_EQUAL\" value: true ```
|
|
5258
5258
|
* @summary Wait For
|
|
@@ -5262,7 +5262,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
|
|
|
5262
5262
|
* @param {*} [options] Override http request option.
|
|
5263
5263
|
* @throws {RequiredError}
|
|
5264
5264
|
*/
|
|
5265
|
-
waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5265
|
+
waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<boolean, any>>;
|
|
5266
5266
|
}
|
|
5267
5267
|
/**
|
|
5268
5268
|
* JoggingApi - axios parameter creator
|
|
@@ -5322,7 +5322,7 @@ declare class JoggingApi extends BaseAPI {
|
|
|
5322
5322
|
* @param {*} [options] Override http request option.
|
|
5323
5323
|
* @throws {RequiredError}
|
|
5324
5324
|
*/
|
|
5325
|
-
executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5325
|
+
executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ExecuteJoggingResponse, any>>;
|
|
5326
5326
|
}
|
|
5327
5327
|
/**
|
|
5328
5328
|
* KinematicsApi - axios parameter creator
|
|
@@ -5405,7 +5405,7 @@ declare class KinematicsApi extends BaseAPI {
|
|
|
5405
5405
|
* @param {*} [options] Override http request option.
|
|
5406
5406
|
* @throws {RequiredError}
|
|
5407
5407
|
*/
|
|
5408
|
-
forwardKinematics(cell: string, forwardKinematicsRequest: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5408
|
+
forwardKinematics(cell: string, forwardKinematicsRequest: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ForwardKinematicsResponse, any>>;
|
|
5409
5409
|
/**
|
|
5410
5410
|
* Returns the reachable joint positions for a list of given poses.
|
|
5411
5411
|
* @summary Inverse kinematics
|
|
@@ -5414,7 +5414,7 @@ declare class KinematicsApi extends BaseAPI {
|
|
|
5414
5414
|
* @param {*} [options] Override http request option.
|
|
5415
5415
|
* @throws {RequiredError}
|
|
5416
5416
|
*/
|
|
5417
|
-
inverseKinematics(cell: string, inverseKinematicsRequest: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5417
|
+
inverseKinematics(cell: string, inverseKinematicsRequest: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<InverseKinematicsResponse, any>>;
|
|
5418
5418
|
}
|
|
5419
5419
|
/**
|
|
5420
5420
|
* LicenseApi - axios parameter creator
|
|
@@ -5529,28 +5529,28 @@ declare class LicenseApi extends BaseAPI {
|
|
|
5529
5529
|
* @param {*} [options] Override http request option.
|
|
5530
5530
|
* @throws {RequiredError}
|
|
5531
5531
|
*/
|
|
5532
|
-
activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5532
|
+
activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<License, any>>;
|
|
5533
5533
|
/**
|
|
5534
5534
|
* Deactivates active license.
|
|
5535
5535
|
* @summary Deactivate license
|
|
5536
5536
|
* @param {*} [options] Override http request option.
|
|
5537
5537
|
* @throws {RequiredError}
|
|
5538
5538
|
*/
|
|
5539
|
-
deactivateLicense(options?: RawAxiosRequestConfig): Promise<
|
|
5539
|
+
deactivateLicense(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
5540
5540
|
/**
|
|
5541
5541
|
* Get information on the license used with the Wandelbots NOVA instance, e.g., licensed product, expiration date, license status.
|
|
5542
5542
|
* @summary Get license
|
|
5543
5543
|
* @param {*} [options] Override http request option.
|
|
5544
5544
|
* @throws {RequiredError}
|
|
5545
5545
|
*/
|
|
5546
|
-
getLicense(options?: RawAxiosRequestConfig): Promise<
|
|
5546
|
+
getLicense(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<License, any>>;
|
|
5547
5547
|
/**
|
|
5548
5548
|
* Get the license status. - If `valid`, Wandelbots NOVA can be used. - If `expired`, the license has to be renewed in order to use Wandelbots NOVA.
|
|
5549
5549
|
* @summary Get license status
|
|
5550
5550
|
* @param {*} [options] Override http request option.
|
|
5551
5551
|
* @throws {RequiredError}
|
|
5552
5552
|
*/
|
|
5553
|
-
getLicenseStatus(options?: RawAxiosRequestConfig): Promise<
|
|
5553
|
+
getLicenseStatus(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<LicenseStatus, any>>;
|
|
5554
5554
|
}
|
|
5555
5555
|
/**
|
|
5556
5556
|
* MotionGroupApi - axios parameter creator
|
|
@@ -5680,7 +5680,7 @@ declare class MotionGroupApi extends BaseAPI {
|
|
|
5680
5680
|
* @param {*} [options] Override http request option.
|
|
5681
5681
|
* @throws {RequiredError}
|
|
5682
5682
|
*/
|
|
5683
|
-
getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<
|
|
5683
|
+
getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupState, any>>;
|
|
5684
5684
|
/**
|
|
5685
5685
|
* Get the set of parameters that describe the motion group and its configuration including safety zones, limits, etc. This data can change upon connection to the robot.
|
|
5686
5686
|
* @summary Description
|
|
@@ -5690,7 +5690,7 @@ declare class MotionGroupApi extends BaseAPI {
|
|
|
5690
5690
|
* @param {*} [options] Override http request option.
|
|
5691
5691
|
* @throws {RequiredError}
|
|
5692
5692
|
*/
|
|
5693
|
-
getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<
|
|
5693
|
+
getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupDescription, any>>;
|
|
5694
5694
|
/**
|
|
5695
5695
|
* <!-- theme: success --> > Websocket endpoint Receive updates of the motion group state. The stream will be closed from the server if the controller is disconnected.
|
|
5696
5696
|
* @summary Stream State
|
|
@@ -5702,7 +5702,7 @@ declare class MotionGroupApi extends BaseAPI {
|
|
|
5702
5702
|
* @param {*} [options] Override http request option.
|
|
5703
5703
|
* @throws {RequiredError}
|
|
5704
5704
|
*/
|
|
5705
|
-
streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<
|
|
5705
|
+
streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupState, any>>;
|
|
5706
5706
|
}
|
|
5707
5707
|
/**
|
|
5708
5708
|
* MotionGroupModelsApi - axios parameter creator
|
|
@@ -5851,7 +5851,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
|
|
|
5851
5851
|
* @param {*} [options] Override http request option.
|
|
5852
5852
|
* @throws {RequiredError}
|
|
5853
5853
|
*/
|
|
5854
|
-
getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<
|
|
5854
|
+
getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
5855
5855
|
[key: string]: Collider;
|
|
5856
5856
|
}[], any>>;
|
|
5857
5857
|
/**
|
|
@@ -5861,7 +5861,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
|
|
|
5861
5861
|
* @param {*} [options] Override http request option.
|
|
5862
5862
|
* @throws {RequiredError}
|
|
5863
5863
|
*/
|
|
5864
|
-
getMotionGroupGlbModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<
|
|
5864
|
+
getMotionGroupGlbModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
|
|
5865
5865
|
/**
|
|
5866
5866
|
* Returns the kinematics model (DH parameters) for the given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models.
|
|
5867
5867
|
* @summary Get Kinematics
|
|
@@ -5869,14 +5869,14 @@ declare class MotionGroupModelsApi extends BaseAPI {
|
|
|
5869
5869
|
* @param {*} [options] Override http request option.
|
|
5870
5870
|
* @throws {RequiredError}
|
|
5871
5871
|
*/
|
|
5872
|
-
getMotionGroupKinematicModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<
|
|
5872
|
+
getMotionGroupKinematicModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<KinematicModel, any>>;
|
|
5873
5873
|
/**
|
|
5874
5874
|
* Returns the list of supported motion group models.
|
|
5875
5875
|
* @summary Motion Group Models
|
|
5876
5876
|
* @param {*} [options] Override http request option.
|
|
5877
5877
|
* @throws {RequiredError}
|
|
5878
5878
|
*/
|
|
5879
|
-
getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<
|
|
5879
|
+
getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
5880
5880
|
/**
|
|
5881
5881
|
* Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
|
|
5882
5882
|
* @summary Download USD Model
|
|
@@ -5884,7 +5884,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
|
|
|
5884
5884
|
* @param {*} [options] Override http request option.
|
|
5885
5885
|
* @throws {RequiredError}
|
|
5886
5886
|
*/
|
|
5887
|
-
getMotionGroupUsdModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<
|
|
5887
|
+
getMotionGroupUsdModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
|
|
5888
5888
|
}
|
|
5889
5889
|
/**
|
|
5890
5890
|
* ProgramApi - axios parameter creator
|
|
@@ -6021,7 +6021,7 @@ declare class ProgramApi extends BaseAPI {
|
|
|
6021
6021
|
* @param {*} [options] Override http request option.
|
|
6022
6022
|
* @throws {RequiredError}
|
|
6023
6023
|
*/
|
|
6024
|
-
getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<
|
|
6024
|
+
getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Program, any>>;
|
|
6025
6025
|
/**
|
|
6026
6026
|
* <!-- theme: danger --> > **Experimental** List details of all existing programs.
|
|
6027
6027
|
* @summary List programs
|
|
@@ -6029,7 +6029,7 @@ declare class ProgramApi extends BaseAPI {
|
|
|
6029
6029
|
* @param {*} [options] Override http request option.
|
|
6030
6030
|
* @throws {RequiredError}
|
|
6031
6031
|
*/
|
|
6032
|
-
listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6032
|
+
listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Program[], any>>;
|
|
6033
6033
|
/**
|
|
6034
6034
|
* <!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
|
|
6035
6035
|
* @summary Start the program
|
|
@@ -6039,7 +6039,7 @@ declare class ProgramApi extends BaseAPI {
|
|
|
6039
6039
|
* @param {*} [options] Override http request option.
|
|
6040
6040
|
* @throws {RequiredError}
|
|
6041
6041
|
*/
|
|
6042
|
-
startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<
|
|
6042
|
+
startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ProgramRun, any>>;
|
|
6043
6043
|
/**
|
|
6044
6044
|
* <!-- theme: danger --> > **Experimental** Stop a specific program run.
|
|
6045
6045
|
* @summary Stop program run
|
|
@@ -6048,7 +6048,7 @@ declare class ProgramApi extends BaseAPI {
|
|
|
6048
6048
|
* @param {*} [options] Override http request option.
|
|
6049
6049
|
* @throws {RequiredError}
|
|
6050
6050
|
*/
|
|
6051
|
-
stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<
|
|
6051
|
+
stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
6052
6052
|
}
|
|
6053
6053
|
/**
|
|
6054
6054
|
* RobotConfigurationsApi - axios parameter creator
|
|
@@ -6096,7 +6096,7 @@ declare class RobotConfigurationsApi extends BaseAPI {
|
|
|
6096
6096
|
* @param {*} [options] Override http request option.
|
|
6097
6097
|
* @throws {RequiredError}
|
|
6098
6098
|
*/
|
|
6099
|
-
getRobotConfigurations(options?: RawAxiosRequestConfig): Promise<
|
|
6099
|
+
getRobotConfigurations(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
6100
6100
|
}
|
|
6101
6101
|
/**
|
|
6102
6102
|
* StoreCollisionComponentsApi - axios parameter creator
|
|
@@ -6569,7 +6569,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6569
6569
|
* @param {*} [options] Override http request option.
|
|
6570
6570
|
* @throws {RequiredError}
|
|
6571
6571
|
*/
|
|
6572
|
-
deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<
|
|
6572
|
+
deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
6573
6573
|
/**
|
|
6574
6574
|
* Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
|
|
6575
6575
|
* @summary Delete Link Chain
|
|
@@ -6578,7 +6578,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6578
6578
|
* @param {*} [options] Override http request option.
|
|
6579
6579
|
* @throws {RequiredError}
|
|
6580
6580
|
*/
|
|
6581
|
-
deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<
|
|
6581
|
+
deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
6582
6582
|
/**
|
|
6583
6583
|
* Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
|
|
6584
6584
|
* @summary Delete Tool
|
|
@@ -6587,7 +6587,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6587
6587
|
* @param {*} [options] Override http request option.
|
|
6588
6588
|
* @throws {RequiredError}
|
|
6589
6589
|
*/
|
|
6590
|
-
deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<
|
|
6590
|
+
deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
6591
6591
|
/**
|
|
6592
6592
|
* Returns the collider.
|
|
6593
6593
|
* @summary Get Collider
|
|
@@ -6596,7 +6596,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6596
6596
|
* @param {*} [options] Override http request option.
|
|
6597
6597
|
* @throws {RequiredError}
|
|
6598
6598
|
*/
|
|
6599
|
-
getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<
|
|
6599
|
+
getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Collider, any>>;
|
|
6600
6600
|
/**
|
|
6601
6601
|
* Returns the collision link chain.
|
|
6602
6602
|
* @summary Get Link Chain
|
|
@@ -6605,7 +6605,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6605
6605
|
* @param {*} [options] Override http request option.
|
|
6606
6606
|
* @throws {RequiredError}
|
|
6607
6607
|
*/
|
|
6608
|
-
getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<
|
|
6608
|
+
getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6609
6609
|
[key: string]: Collider;
|
|
6610
6610
|
}[], any>>;
|
|
6611
6611
|
/**
|
|
@@ -6616,7 +6616,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6616
6616
|
* @param {*} [options] Override http request option.
|
|
6617
6617
|
* @throws {RequiredError}
|
|
6618
6618
|
*/
|
|
6619
|
-
getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<
|
|
6619
|
+
getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6620
6620
|
[key: string]: Collider;
|
|
6621
6621
|
}, any>>;
|
|
6622
6622
|
/**
|
|
@@ -6626,7 +6626,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6626
6626
|
* @param {*} [options] Override http request option.
|
|
6627
6627
|
* @throws {RequiredError}
|
|
6628
6628
|
*/
|
|
6629
|
-
listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6629
|
+
listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6630
6630
|
[key: string]: {
|
|
6631
6631
|
[key: string]: Collider;
|
|
6632
6632
|
}[];
|
|
@@ -6638,7 +6638,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6638
6638
|
* @param {*} [options] Override http request option.
|
|
6639
6639
|
* @throws {RequiredError}
|
|
6640
6640
|
*/
|
|
6641
|
-
listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6641
|
+
listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
6642
6642
|
/**
|
|
6643
6643
|
* Returns all stored colliders.
|
|
6644
6644
|
* @summary List Colliders
|
|
@@ -6646,7 +6646,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6646
6646
|
* @param {*} [options] Override http request option.
|
|
6647
6647
|
* @throws {RequiredError}
|
|
6648
6648
|
*/
|
|
6649
|
-
listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6649
|
+
listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6650
6650
|
[key: string]: Collider;
|
|
6651
6651
|
}, any>>;
|
|
6652
6652
|
/**
|
|
@@ -6656,7 +6656,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6656
6656
|
* @param {*} [options] Override http request option.
|
|
6657
6657
|
* @throws {RequiredError}
|
|
6658
6658
|
*/
|
|
6659
|
-
listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6659
|
+
listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
6660
6660
|
/**
|
|
6661
6661
|
* Returns the list of stored tools.
|
|
6662
6662
|
* @summary List Tools
|
|
@@ -6664,7 +6664,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6664
6664
|
* @param {*} [options] Override http request option.
|
|
6665
6665
|
* @throws {RequiredError}
|
|
6666
6666
|
*/
|
|
6667
|
-
listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6667
|
+
listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6668
6668
|
[key: string]: {
|
|
6669
6669
|
[key: string]: Collider;
|
|
6670
6670
|
};
|
|
@@ -6676,7 +6676,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6676
6676
|
* @param {*} [options] Override http request option.
|
|
6677
6677
|
* @throws {RequiredError}
|
|
6678
6678
|
*/
|
|
6679
|
-
listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6679
|
+
listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
6680
6680
|
/**
|
|
6681
6681
|
* Stores collider. - If the collider does not exist, it will be created. - If the collider exists, it will be updated.
|
|
6682
6682
|
* @summary Store Collider
|
|
@@ -6686,7 +6686,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6686
6686
|
* @param {*} [options] Override http request option.
|
|
6687
6687
|
* @throws {RequiredError}
|
|
6688
6688
|
*/
|
|
6689
|
-
storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<
|
|
6689
|
+
storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Collider, any>>;
|
|
6690
6690
|
/**
|
|
6691
6691
|
* Stores link chain. - If the link chain does not exist, it will be created. - If the link chain exists, it will be updated.
|
|
6692
6692
|
* @summary Store Link Chain
|
|
@@ -6698,7 +6698,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6698
6698
|
*/
|
|
6699
6699
|
storeCollisionLinkChain(cell: string, linkChain: string, collider: Array<{
|
|
6700
6700
|
[key: string]: Collider;
|
|
6701
|
-
}>, options?: RawAxiosRequestConfig): Promise<
|
|
6701
|
+
}>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6702
6702
|
[key: string]: Collider;
|
|
6703
6703
|
}[], any>>;
|
|
6704
6704
|
/**
|
|
@@ -6712,7 +6712,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6712
6712
|
*/
|
|
6713
6713
|
storeCollisionTool(cell: string, tool: string, requestBody: {
|
|
6714
6714
|
[key: string]: Collider;
|
|
6715
|
-
}, options?: RawAxiosRequestConfig): Promise<
|
|
6715
|
+
}, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6716
6716
|
[key: string]: Collider;
|
|
6717
6717
|
}, any>>;
|
|
6718
6718
|
}
|
|
@@ -6879,7 +6879,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
|
|
|
6879
6879
|
* @param {*} [options] Override http request option.
|
|
6880
6880
|
* @throws {RequiredError}
|
|
6881
6881
|
*/
|
|
6882
|
-
deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<
|
|
6882
|
+
deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
6883
6883
|
/**
|
|
6884
6884
|
* Returns the stored collision setup.
|
|
6885
6885
|
* @summary Get Collision Setup
|
|
@@ -6888,7 +6888,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
|
|
|
6888
6888
|
* @param {*} [options] Override http request option.
|
|
6889
6889
|
* @throws {RequiredError}
|
|
6890
6890
|
*/
|
|
6891
|
-
getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<
|
|
6891
|
+
getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CollisionSetup, any>>;
|
|
6892
6892
|
/**
|
|
6893
6893
|
* Returns a list of stored collision setups.
|
|
6894
6894
|
* @summary List Collision Setups
|
|
@@ -6896,7 +6896,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
|
|
|
6896
6896
|
* @param {*} [options] Override http request option.
|
|
6897
6897
|
* @throws {RequiredError}
|
|
6898
6898
|
*/
|
|
6899
|
-
listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6899
|
+
listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6900
6900
|
[key: string]: CollisionSetup;
|
|
6901
6901
|
}, any>>;
|
|
6902
6902
|
/**
|
|
@@ -6906,7 +6906,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
|
|
|
6906
6906
|
* @param {*} [options] Override http request option.
|
|
6907
6907
|
* @throws {RequiredError}
|
|
6908
6908
|
*/
|
|
6909
|
-
listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6909
|
+
listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
6910
6910
|
/**
|
|
6911
6911
|
* Stores collision setup. - If the collision setup does not exist, it will be created. - If the collision setup exists, it will be updated.
|
|
6912
6912
|
* @summary Store Collision Setup
|
|
@@ -6916,7 +6916,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
|
|
|
6916
6916
|
* @param {*} [options] Override http request option.
|
|
6917
6917
|
* @throws {RequiredError}
|
|
6918
6918
|
*/
|
|
6919
|
-
storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<
|
|
6919
|
+
storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CollisionSetup, any>>;
|
|
6920
6920
|
}
|
|
6921
6921
|
/**
|
|
6922
6922
|
* StoreObjectApi - axios parameter creator
|
|
@@ -7112,7 +7112,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
7112
7112
|
* @param {*} [options] Override http request option.
|
|
7113
7113
|
* @throws {RequiredError}
|
|
7114
7114
|
*/
|
|
7115
|
-
clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
7115
|
+
clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7116
7116
|
/**
|
|
7117
7117
|
* Delete an object <!-- theme: danger --> > This will delete persistently stored data.
|
|
7118
7118
|
* @summary Delete Object
|
|
@@ -7121,7 +7121,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
7121
7121
|
* @param {*} [options] Override http request option.
|
|
7122
7122
|
* @throws {RequiredError}
|
|
7123
7123
|
*/
|
|
7124
|
-
deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<
|
|
7124
|
+
deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7125
7125
|
/**
|
|
7126
7126
|
* Returns content and metadata of a stored object.
|
|
7127
7127
|
* @summary Get Object
|
|
@@ -7130,7 +7130,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
7130
7130
|
* @param {*} [options] Override http request option.
|
|
7131
7131
|
* @throws {RequiredError}
|
|
7132
7132
|
*/
|
|
7133
|
-
getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<
|
|
7133
|
+
getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
|
|
7134
7134
|
/**
|
|
7135
7135
|
* Returns metadata. Object content is not returned.
|
|
7136
7136
|
* @summary Get Object Metadata
|
|
@@ -7139,7 +7139,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
7139
7139
|
* @param {*} [options] Override http request option.
|
|
7140
7140
|
* @throws {RequiredError}
|
|
7141
7141
|
*/
|
|
7142
|
-
getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<
|
|
7142
|
+
getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7143
7143
|
/**
|
|
7144
7144
|
* List the keys for all objects.
|
|
7145
7145
|
* @summary List all Object Keys
|
|
@@ -7147,7 +7147,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
7147
7147
|
* @param {*} [options] Override http request option.
|
|
7148
7148
|
* @throws {RequiredError}
|
|
7149
7149
|
*/
|
|
7150
|
-
listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
7150
|
+
listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
7151
7151
|
/**
|
|
7152
7152
|
* Store any data as an object. Using a key which already contains an object will override the previously stored object. Use [getObjectMetadata](getObjectMetadata) to verify that the key does not contain objects. #### Optional Specify metadata as a dictionary with names and values.
|
|
7153
7153
|
* @summary Store Object
|
|
@@ -7160,7 +7160,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
7160
7160
|
*/
|
|
7161
7161
|
storeObject(cell: string, key: string, xMetadata?: {
|
|
7162
7162
|
[key: string]: string;
|
|
7163
|
-
}, anyValue?: any, options?: RawAxiosRequestConfig): Promise<
|
|
7163
|
+
}, anyValue?: any, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7164
7164
|
}
|
|
7165
7165
|
/**
|
|
7166
7166
|
* SystemApi - axios parameter creator
|
|
@@ -7479,7 +7479,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
7479
7479
|
*/
|
|
7480
7480
|
backupConfiguration(resources?: Array<string>, metadata?: {
|
|
7481
7481
|
[key: string]: string;
|
|
7482
|
-
}, options?: RawAxiosRequestConfig): Promise<
|
|
7482
|
+
}, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
|
|
7483
7483
|
/**
|
|
7484
7484
|
* Check if a more recent Wandelbots NOVA Version is available.
|
|
7485
7485
|
* @summary Check update
|
|
@@ -7487,7 +7487,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
7487
7487
|
* @param {*} [options] Override http request option.
|
|
7488
7488
|
* @throws {RequiredError}
|
|
7489
7489
|
*/
|
|
7490
|
-
checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<
|
|
7490
|
+
checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string, any>>;
|
|
7491
7491
|
/**
|
|
7492
7492
|
* <!-- theme: danger --> > **Experimental** Performs an address resolution protocol (ARP) scan on the specified interface/classless inter-domain routing (CIDR) and returns all discovered devices on the network by CIDR notation.
|
|
7493
7493
|
* @summary Get ARP-Scan
|
|
@@ -7497,7 +7497,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
7497
7497
|
* @param {*} [options] Override http request option.
|
|
7498
7498
|
* @throws {RequiredError}
|
|
7499
7499
|
*/
|
|
7500
|
-
getArpScan(_interface?: string, cidr?: string, timeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
7500
|
+
getArpScan(_interface?: string, cidr?: string, timeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<NetworkDevice[], any>>;
|
|
7501
7501
|
/**
|
|
7502
7502
|
* Retrieves the status of a configuration backup. The status can only be requested for 5 minutes after backup creation. After 5 minutes, 404 is returned.
|
|
7503
7503
|
* @summary Retrieve Backup Status
|
|
@@ -7505,49 +7505,49 @@ declare class SystemApi extends BaseAPI {
|
|
|
7505
7505
|
* @param {*} [options] Override http request option.
|
|
7506
7506
|
* @throws {RequiredError}
|
|
7507
7507
|
*/
|
|
7508
|
-
getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<
|
|
7508
|
+
getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ConfigurationArchiveStatus, any>>;
|
|
7509
7509
|
/**
|
|
7510
7510
|
* Collects information on the current status of all NOVA services and exports them as a .zip file. Includes information on all cells on the instance such as the service logs and virtual robot controllers. From each cell the logs of all services are included, as well as the configuration of each connected controller to start virtual robots.
|
|
7511
7511
|
* @summary Download Diagnosis Package
|
|
7512
7512
|
* @param {*} [options] Override http request option.
|
|
7513
7513
|
* @throws {RequiredError}
|
|
7514
7514
|
*/
|
|
7515
|
-
getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<
|
|
7515
|
+
getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
|
|
7516
7516
|
/**
|
|
7517
7517
|
* <!-- theme: danger --> > **Experimental** Get the network interfaces of the system.
|
|
7518
7518
|
* @summary Network Interfaces
|
|
7519
7519
|
* @param {*} [options] Override http request option.
|
|
7520
7520
|
* @throws {RequiredError}
|
|
7521
7521
|
*/
|
|
7522
|
-
getNetworkInterfaces(options?: RawAxiosRequestConfig): Promise<
|
|
7522
|
+
getNetworkInterfaces(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<NetworkInterface[], any>>;
|
|
7523
7523
|
/**
|
|
7524
7524
|
* <!-- theme: danger --> > **Experimental** Get the current state of the network.
|
|
7525
7525
|
* @summary Network State
|
|
7526
7526
|
* @param {*} [options] Override http request option.
|
|
7527
7527
|
* @throws {RequiredError}
|
|
7528
7528
|
*/
|
|
7529
|
-
getNetworkState(options?: RawAxiosRequestConfig): Promise<
|
|
7529
|
+
getNetworkState(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<NetworkState, any>>;
|
|
7530
7530
|
/**
|
|
7531
7531
|
* Get the status of all system services.
|
|
7532
7532
|
* @summary Wandelbots NOVA status
|
|
7533
7533
|
* @param {*} [options] Override http request option.
|
|
7534
7534
|
* @throws {RequiredError}
|
|
7535
7535
|
*/
|
|
7536
|
-
getSystemStatus(options?: RawAxiosRequestConfig): Promise<
|
|
7536
|
+
getSystemStatus(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ServiceStatus[], any>>;
|
|
7537
7537
|
/**
|
|
7538
7538
|
* Get the current Wandelbots NOVA version.
|
|
7539
7539
|
* @summary Wandelbots NOVA Version
|
|
7540
7540
|
* @param {*} [options] Override http request option.
|
|
7541
7541
|
* @throws {RequiredError}
|
|
7542
7542
|
*/
|
|
7543
|
-
getSystemVersion(options?: RawAxiosRequestConfig): Promise<
|
|
7543
|
+
getSystemVersion(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string, any>>;
|
|
7544
7544
|
/**
|
|
7545
7545
|
* Retrieves a list of all available configuration resources for backup purposes.
|
|
7546
7546
|
* @summary List Configuration Resources
|
|
7547
7547
|
* @param {*} [options] Override http request option.
|
|
7548
7548
|
* @throws {RequiredError}
|
|
7549
7549
|
*/
|
|
7550
|
-
listConfigurationResources(options?: RawAxiosRequestConfig): Promise<
|
|
7550
|
+
listConfigurationResources(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ConfigurationResource[], any>>;
|
|
7551
7551
|
/**
|
|
7552
7552
|
* Restores a previously backed up configuration. If an empty array of resources is provided, all resources from the backup will be restored.
|
|
7553
7553
|
* @summary Restore Configuration Backup
|
|
@@ -7556,7 +7556,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
7556
7556
|
* @param {*} [options] Override http request option.
|
|
7557
7557
|
* @throws {RequiredError}
|
|
7558
7558
|
*/
|
|
7559
|
-
restoreConfiguration(body: File, resources?: Array<string>, options?: RawAxiosRequestConfig): Promise<
|
|
7559
|
+
restoreConfiguration(body: File, resources?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7560
7560
|
/**
|
|
7561
7561
|
* Update the Wandelbots NOVA version and all attached services. Sending this API Request will trigger an update of all NOVA services that are part of a cell. Previous cells and cell configurations will remain on the instance. If the update fails, the previous Wandelbots NOVA version is restored.
|
|
7562
7562
|
* @summary Update Wandelbots NOVA version
|
|
@@ -7564,7 +7564,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
7564
7564
|
* @param {*} [options] Override http request option.
|
|
7565
7565
|
* @throws {RequiredError}
|
|
7566
7566
|
*/
|
|
7567
|
-
updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<
|
|
7567
|
+
updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7568
7568
|
}
|
|
7569
7569
|
/**
|
|
7570
7570
|
* TrajectoryCachingApi - axios parameter creator
|
|
@@ -7738,7 +7738,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
|
|
|
7738
7738
|
* @param {*} [options] Override http request option.
|
|
7739
7739
|
* @throws {RequiredError}
|
|
7740
7740
|
*/
|
|
7741
|
-
addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<
|
|
7741
|
+
addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<AddTrajectoryResponse, any>>;
|
|
7742
7742
|
/**
|
|
7743
7743
|
* Clear the trajectory cache.
|
|
7744
7744
|
* @summary Clear Trajectories
|
|
@@ -7747,7 +7747,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
|
|
|
7747
7747
|
* @param {*} [options] Override http request option.
|
|
7748
7748
|
* @throws {RequiredError}
|
|
7749
7749
|
*/
|
|
7750
|
-
clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
7750
|
+
clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7751
7751
|
/**
|
|
7752
7752
|
* Delete a previously created trajectory from cache. Use [listTrajectories](listTrajectories) to list all cached trajectories. Trajectories are removed automatically if the motion group or the corresponding controller is disconnected.
|
|
7753
7753
|
* @summary Delete Trajectory
|
|
@@ -7757,7 +7757,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
|
|
|
7757
7757
|
* @param {*} [options] Override http request option.
|
|
7758
7758
|
* @throws {RequiredError}
|
|
7759
7759
|
*/
|
|
7760
|
-
deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<
|
|
7760
|
+
deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7761
7761
|
/**
|
|
7762
7762
|
* Get a previously created trajectory from cache. Use [listTrajectories](listTrajectories) to list all cached trajectories.
|
|
7763
7763
|
* @summary Get Trajectory
|
|
@@ -7767,7 +7767,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
|
|
|
7767
7767
|
* @param {*} [options] Override http request option.
|
|
7768
7768
|
* @throws {RequiredError}
|
|
7769
7769
|
*/
|
|
7770
|
-
getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<
|
|
7770
|
+
getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<GetTrajectoryResponse, any>>;
|
|
7771
7771
|
/**
|
|
7772
7772
|
* List currently cached trajectories. Use [addTrajectory](addTrajectory) to add a new trajectory. Adding trajectories is necessary to execute them. Trajectories are removed if the corresponding motion group or controller disconnects.
|
|
7773
7773
|
* @summary List Trajectories
|
|
@@ -7776,7 +7776,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
|
|
|
7776
7776
|
* @param {*} [options] Override http request option.
|
|
7777
7777
|
* @throws {RequiredError}
|
|
7778
7778
|
*/
|
|
7779
|
-
listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
7779
|
+
listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ListTrajectoriesResponse, any>>;
|
|
7780
7780
|
}
|
|
7781
7781
|
/**
|
|
7782
7782
|
* TrajectoryExecutionApi - axios parameter creator
|
|
@@ -7836,7 +7836,7 @@ declare class TrajectoryExecutionApi extends BaseAPI {
|
|
|
7836
7836
|
* @param {*} [options] Override http request option.
|
|
7837
7837
|
* @throws {RequiredError}
|
|
7838
7838
|
*/
|
|
7839
|
-
executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<
|
|
7839
|
+
executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ExecuteTrajectoryResponse, any>>;
|
|
7840
7840
|
}
|
|
7841
7841
|
/**
|
|
7842
7842
|
* TrajectoryPlanningApi - axios parameter creator
|
|
@@ -7919,7 +7919,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
|
|
|
7919
7919
|
* @param {*} [options] Override http request option.
|
|
7920
7920
|
* @throws {RequiredError}
|
|
7921
7921
|
*/
|
|
7922
|
-
planCollisionFree(cell: string, planCollisionFreeRequest: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<
|
|
7922
|
+
planCollisionFree(cell: string, planCollisionFreeRequest: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<PlanCollisionFreeResponse, any>>;
|
|
7923
7923
|
/**
|
|
7924
7924
|
* Plans a new trajectory for a single motion group. Describe the trajectory as a sequence of motion commands that the robots TCP should follow. Use the following workflow to execute a planned trajectory: 1. Plan a trajectory. 2. Optional: Load the planned trajectory into the cache using the [addTrajectory](addTrajectory) endpoint. 3. Execute the (cached) trajectory using the [executeTrajectory](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. <!-- theme: info --> > #### Exception > > If a CartesianPTP or JointPTP motion command has an invalid target, the response will contain the trajectory up until the start of the invalid PTP motion.
|
|
7925
7925
|
* @summary Plan Trajectory
|
|
@@ -7928,7 +7928,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
|
|
|
7928
7928
|
* @param {*} [options] Override http request option.
|
|
7929
7929
|
* @throws {RequiredError}
|
|
7930
7930
|
*/
|
|
7931
|
-
planTrajectory(cell: string, planTrajectoryRequest: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<
|
|
7931
|
+
planTrajectory(cell: string, planTrajectoryRequest: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<PlanTrajectoryResponse, any>>;
|
|
7932
7932
|
}
|
|
7933
7933
|
/**
|
|
7934
7934
|
* VersionApi - axios parameter creator
|
|
@@ -7976,7 +7976,7 @@ declare class VersionApi extends BaseAPI {
|
|
|
7976
7976
|
* @param {*} [options] Override http request option.
|
|
7977
7977
|
* @throws {RequiredError}
|
|
7978
7978
|
*/
|
|
7979
|
-
getApiVersion(options?: RawAxiosRequestConfig): Promise<
|
|
7979
|
+
getApiVersion(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ApiVersion, any>>;
|
|
7980
7980
|
}
|
|
7981
7981
|
/**
|
|
7982
7982
|
* VirtualControllerApi - axios parameter creator
|
|
@@ -8466,7 +8466,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8466
8466
|
* @param {*} [options] Override http request option.
|
|
8467
8467
|
* @throws {RequiredError}
|
|
8468
8468
|
*/
|
|
8469
|
-
addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<
|
|
8469
|
+
addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8470
8470
|
/**
|
|
8471
8471
|
* Adds a new TCP or updates an existing TCP in the motion group. The position and rotation values in the request body are defined within the flange\'s coordinate system. > **NOTE** > > Ensure the TCP\'s position is within the robot\'s reach. Refer to the robot\'s documentation or data sheet for details like joint limits or reach. <!-- theme: info --> > #### NOTE > > When adding or updating a TCP, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear. > - The TCP may not be immediately visible or appear outdated in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the TCP is available for operation. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the TCP may not yet be visible nor usable.
|
|
8472
8472
|
* @summary Add TCP
|
|
@@ -8478,7 +8478,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8478
8478
|
* @param {*} [options] Override http request option.
|
|
8479
8479
|
* @throws {RequiredError}
|
|
8480
8480
|
*/
|
|
8481
|
-
addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<
|
|
8481
|
+
addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8482
8482
|
/**
|
|
8483
8483
|
* Deletes a coordinate system from the virtual controller. This will remove the coordinate system from the list of coordinate systems and also remove all dependent coordinate systems that use the deleted coordinate system as reference. <!-- theme: info --> > #### NOTE > > When a new coordinate system is removed, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or appear outdated in the UI. > - Coordinate system changes are not immediately visible in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > This means that immediately after a successful response, the new coordinate system may not yet be available for visualization or program execution.
|
|
8484
8484
|
* @summary Delete Coordinate System
|
|
@@ -8489,7 +8489,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8489
8489
|
* @param {*} [options] Override http request option.
|
|
8490
8490
|
* @throws {RequiredError}
|
|
8491
8491
|
*/
|
|
8492
|
-
deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<
|
|
8492
|
+
deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8493
8493
|
/**
|
|
8494
8494
|
* Removes the TCP (Tool Center Point) from the motion group. An unknown TCP is a valid input and will simply be ignored. <!-- theme: info --> > #### NOTE > > When removing a TCP, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear. > - The removal of the TCP may not be immediately visible or appear outdated in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the then used TCP may not yet be visible nor usable.
|
|
8495
8495
|
* @summary Remove TCP
|
|
@@ -8500,7 +8500,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8500
8500
|
* @param {*} [options] Override http request option.
|
|
8501
8501
|
* @throws {RequiredError}
|
|
8502
8502
|
*/
|
|
8503
|
-
deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<
|
|
8503
|
+
deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8504
8504
|
/**
|
|
8505
8505
|
* Requests the Emergency Stop state of the virtual robot controller. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state with `safety_state` regardless of the controller type. > **NOTE** > > The Emergency Stop state can only be changed when using virtual robot controllers.
|
|
8506
8506
|
* @summary Get Emergency Stop State
|
|
@@ -8509,7 +8509,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8509
8509
|
* @param {*} [options] Override http request option.
|
|
8510
8510
|
* @throws {RequiredError}
|
|
8511
8511
|
*/
|
|
8512
|
-
getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
8512
|
+
getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Flag, any>>;
|
|
8513
8513
|
/**
|
|
8514
8514
|
* Get the current motion group state which provides values for the joints\' position, velocity and acceleration.
|
|
8515
8515
|
* @summary Get Motion Group State
|
|
@@ -8519,7 +8519,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8519
8519
|
* @param {*} [options] Override http request option.
|
|
8520
8520
|
* @throws {RequiredError}
|
|
8521
8521
|
*/
|
|
8522
|
-
getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<
|
|
8522
|
+
getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupJoints, any>>;
|
|
8523
8523
|
/**
|
|
8524
8524
|
* Gets information on the motion group.
|
|
8525
8525
|
* @summary Motion Group Description
|
|
@@ -8528,7 +8528,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8528
8528
|
* @param {*} [options] Override http request option.
|
|
8529
8529
|
* @throws {RequiredError}
|
|
8530
8530
|
*/
|
|
8531
|
-
getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
8531
|
+
getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupInfo[], any>>;
|
|
8532
8532
|
/**
|
|
8533
8533
|
* Requests the operation mode of the virtual robot controller. To get the operation mode regardless of the controller type, use [getCurrentMotionGroupState](getCurrentMotionGroupState). > **NOTE** > > The operation mode can only be changed via API when using virtual robot controllers.
|
|
8534
8534
|
* @summary Get Operation Mode
|
|
@@ -8537,7 +8537,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8537
8537
|
* @param {*} [options] Override http request option.
|
|
8538
8538
|
* @throws {RequiredError}
|
|
8539
8539
|
*/
|
|
8540
|
-
getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
8540
|
+
getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<OpMode, any>>;
|
|
8541
8541
|
/**
|
|
8542
8542
|
* Gets motion group mounting. The motion group is based on the origin of the returned coordinate system.
|
|
8543
8543
|
* @summary Get Mounting
|
|
@@ -8547,7 +8547,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8547
8547
|
* @param {*} [options] Override http request option.
|
|
8548
8548
|
* @throws {RequiredError}
|
|
8549
8549
|
*/
|
|
8550
|
-
getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<
|
|
8550
|
+
getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem, any>>;
|
|
8551
8551
|
/**
|
|
8552
8552
|
* Lists all coordinate systems on the robot controller.
|
|
8553
8553
|
* @summary List Coordinate Systems
|
|
@@ -8556,7 +8556,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8556
8556
|
* @param {*} [options] Override http request option.
|
|
8557
8557
|
* @throws {RequiredError}
|
|
8558
8558
|
*/
|
|
8559
|
-
listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
8559
|
+
listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem[], any>>;
|
|
8560
8560
|
/**
|
|
8561
8561
|
* Lists TCPs of the motion group. An empty TCP list is valid, e.g., for external axes.
|
|
8562
8562
|
* @summary List TCPs
|
|
@@ -8566,7 +8566,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8566
8566
|
* @param {*} [options] Override http request option.
|
|
8567
8567
|
* @throws {RequiredError}
|
|
8568
8568
|
*/
|
|
8569
|
-
listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<
|
|
8569
|
+
listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotTcp[], any>>;
|
|
8570
8570
|
/**
|
|
8571
8571
|
* Activates or releases the Emergency Stop on the virtual robot controller. Activating the Emergency Stop stops the execution of all motions. The stop is executed on physical controllers immediately not gracefully and not on paths. Due to restricted physical behavior of the virtual robot controller, the Emergency Stop is executed on paths. To return to normal operation the Emergency Stop needs to be released. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state with `safety_state` regardless of the controller type. > **NOTE** > > The Emergency Stop state can only be changed via API when using virtual robot controllers.
|
|
8572
8572
|
* @summary Push or Release Emergency Stop
|
|
@@ -8576,7 +8576,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8576
8576
|
* @param {*} [options] Override http request option.
|
|
8577
8577
|
* @throws {RequiredError}
|
|
8578
8578
|
*/
|
|
8579
|
-
setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<
|
|
8579
|
+
setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8580
8580
|
/**
|
|
8581
8581
|
* Sets the values for joint position, joint velocity or joint acceleration of a motion group state. The values are immediately applied to the joints of the motion group. <!-- theme: info --> > #### NOTE > > Only use the endpoint when the motion group is in monitor mode. If the motion group is controlled, currently jogging or planning motions, > the values are overridden by the controller or an error may occur.
|
|
8582
8582
|
* @summary Set Motion Group State
|
|
@@ -8587,7 +8587,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8587
8587
|
* @param {*} [options] Override http request option.
|
|
8588
8588
|
* @throws {RequiredError}
|
|
8589
8589
|
*/
|
|
8590
|
-
setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<
|
|
8590
|
+
setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8591
8591
|
/**
|
|
8592
8592
|
* Changes the operation mode of the virtual robot controller to the specified value. To get the operation mode regardless of the controller type, use [getCurrentMotionGroupState](getCurrentMotionGroupState). > **NOTE** > > The operation mode can only be changed via API when using virtual robot controllers.
|
|
8593
8593
|
* @summary Set Operation Mode
|
|
@@ -8597,7 +8597,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8597
8597
|
* @param {*} [options] Override http request option.
|
|
8598
8598
|
* @throws {RequiredError}
|
|
8599
8599
|
*/
|
|
8600
|
-
setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<
|
|
8600
|
+
setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8601
8601
|
/**
|
|
8602
8602
|
* Sets the motion group mounting by specifying a coordinate system. The motion group will be based on the coordinate system\'s origin. The coordinate system defines a transformation offset, which consists of: - A unique identifier - A user-facing name - An offset in another coordinate system, referenced by the unique identifier of the reference coordinate system. <!-- theme: info --> > #### Changing the mounting configuration is considered a setup change > > When the mounting is set to a new coordinate system, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or not reflect the new mounting immediately. > - Motion group state and coordinate system alignment may not be immediately visible in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the updated mounting may not yet be visible.
|
|
8603
8603
|
* @summary Set Mounting
|
|
@@ -8608,7 +8608,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8608
8608
|
* @param {*} [options] Override http request option.
|
|
8609
8609
|
* @throws {RequiredError}
|
|
8610
8610
|
*/
|
|
8611
|
-
setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<
|
|
8611
|
+
setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem, any>>;
|
|
8612
8612
|
}
|
|
8613
8613
|
/**
|
|
8614
8614
|
* VirtualControllerBehaviorApi - axios parameter creator
|
|
@@ -8752,7 +8752,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
|
|
|
8752
8752
|
* @param {*} [options] Override http request option.
|
|
8753
8753
|
* @throws {RequiredError}
|
|
8754
8754
|
*/
|
|
8755
|
-
externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<
|
|
8755
|
+
externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ExternalJointStreamDatapoint[], any>>;
|
|
8756
8756
|
/**
|
|
8757
8757
|
* Get the cycle time of controller communication in [ms].
|
|
8758
8758
|
* @summary Get Cycle Time
|
|
@@ -8761,7 +8761,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
|
|
|
8761
8761
|
* @param {*} [options] Override http request option.
|
|
8762
8762
|
* @throws {RequiredError}
|
|
8763
8763
|
*/
|
|
8764
|
-
getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
8764
|
+
getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CycleTime, any>>;
|
|
8765
8765
|
/**
|
|
8766
8766
|
* Get the current virtual controller behavior. See [setVirtualControllerBehavior](setVirtualControllerBehavior) and the body for details.
|
|
8767
8767
|
* @summary Get Behavior
|
|
@@ -8770,7 +8770,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
|
|
|
8770
8770
|
* @param {*} [options] Override http request option.
|
|
8771
8771
|
* @throws {RequiredError}
|
|
8772
8772
|
*/
|
|
8773
|
-
getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
8773
|
+
getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Behavior, any>>;
|
|
8774
8774
|
/**
|
|
8775
8775
|
* Set virtual controller behavior. See query parameters for details.
|
|
8776
8776
|
* @summary Set Behavior
|
|
@@ -8780,7 +8780,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
|
|
|
8780
8780
|
* @param {*} [options] Override http request option.
|
|
8781
8781
|
* @throws {RequiredError}
|
|
8782
8782
|
*/
|
|
8783
|
-
setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<
|
|
8783
|
+
setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8784
8784
|
}
|
|
8785
8785
|
/**
|
|
8786
8786
|
* VirtualControllerInputsOutputsApi - axios parameter creator
|
|
@@ -8909,7 +8909,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
|
|
|
8909
8909
|
* @param {*} [options] Override http request option.
|
|
8910
8910
|
* @throws {RequiredError}
|
|
8911
8911
|
*/
|
|
8912
|
-
listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<
|
|
8912
|
+
listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IOValue[], any>>;
|
|
8913
8913
|
/**
|
|
8914
8914
|
* Lists the input/output descriptions of the virtual robot controller. The input/output descriptions contain information like name, type and unit.\\ Available inputs/outputs are defined by the virtual robot controller.\\ Each input/output has a unique identifier. - If no identifiers and no filters are specified in the request, all available inputs/outputs are retrieved by this endpoint. - If a filter, e.g., `direction`, `value_type`, `group` is applied, only matching inputs/outputs are returned.
|
|
8915
8915
|
* @summary List Descriptions
|
|
@@ -8922,7 +8922,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
|
|
|
8922
8922
|
* @param {*} [options] Override http request option.
|
|
8923
8923
|
* @throws {RequiredError}
|
|
8924
8924
|
*/
|
|
8925
|
-
listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<
|
|
8925
|
+
listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IODescription[], any>>;
|
|
8926
8926
|
/**
|
|
8927
8927
|
* Sets a list of values of a virtual controller inputs/outputs.
|
|
8928
8928
|
* @summary Set Input/Ouput Values
|
|
@@ -8932,7 +8932,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
|
|
|
8932
8932
|
* @param {*} [options] Override http request option.
|
|
8933
8933
|
* @throws {RequiredError}
|
|
8934
8934
|
*/
|
|
8935
|
-
setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<
|
|
8935
|
+
setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8936
8936
|
}
|
|
8937
8937
|
//#endregion
|
|
8938
8938
|
export { AbbController, AbbControllerEgmServer, AbbControllerKindEnum, ActivateLicenseRequest, AddTrajectoryError, AddTrajectoryErrorData, AddTrajectoryRequest, AddTrajectoryResponse, ApiVersion, App, ApplicationApi, ApplicationApiAxiosParamCreator, ApplicationApiFactory, ApplicationApiFp, BASE_PATH, BUSInputsOutputsApi, BUSInputsOutputsApiAxiosParamCreator, BUSInputsOutputsApiFactory, BUSInputsOutputsApiFp, BaseAPI, Behavior, BlendingAuto, BlendingAutoBlendingNameEnum, BlendingPosition, BlendingPositionBlendingNameEnum, BlendingSpace, BooleanValue, BooleanValueValueTypeEnum, Box, BoxBoxTypeEnum, BoxShapeTypeEnum, BusIODescription, BusIOModbusClient, BusIOModbusClientBusTypeEnum, BusIOModbusServer, BusIOModbusServerBusTypeEnum, BusIOModbusTCPClient, BusIOModbusTCPClientNetworkTypeEnum, BusIOModbusTCPServer, BusIOModbusTCPServerNetworkTypeEnum, BusIOModbusVirtual, BusIOModbusVirtualBusTypeEnum, BusIOProfinet, BusIOProfinetBusTypeEnum, BusIOProfinetDefaultRoute, BusIOProfinetIpConfig, BusIOProfinetNetwork, BusIOProfinetVirtual, BusIOProfinetVirtualBusTypeEnum, BusIOType, BusIOsState, BusIOsStateEnum, COLLECTION_FORMATS, Capsule, CapsuleShapeTypeEnum, CartesianLimits, Cell, CellApi, CellApiAxiosParamCreator, CellApiFactory, CellApiFp, Collider, ColliderShape, Collision, CollisionContact, CollisionError, CollisionFreeAlgorithm, CollisionSetup, Comparator, Configuration, ConfigurationArchiveStatus, ConfigurationArchiveStatusCreating, ConfigurationArchiveStatusCreatingStatusEnum, ConfigurationArchiveStatusError, ConfigurationArchiveStatusErrorStatusEnum, ConfigurationArchiveStatusSuccess, ConfigurationArchiveStatusSuccessStatusEnum, ConfigurationParameters, ConfigurationResource, ContainerEnvironmentInner, ContainerImage, ContainerImageSecretsInner, ContainerResources, ContainerStorage, ControllerApi, ControllerApiAxiosParamCreator, ControllerApiFactory, ControllerApiFp, ControllerDescription, ControllerInputsOutputsApi, ControllerInputsOutputsApiAxiosParamCreator, ControllerInputsOutputsApiFactory, ControllerInputsOutputsApiFp, ConvexHull, ConvexHullShapeTypeEnum, CoordinateSystem, CoordinateSystemData, CubicSplineParameter, CycleTime, Cylinder, CylinderShapeTypeEnum, DHParameter, Direction, ErrorInvalidJointCount, ErrorInvalidJointCountErrorFeedbackNameEnum, ErrorJointLimitExceeded, ErrorJointLimitExceededErrorFeedbackNameEnum, ErrorJointPositionCollision, ErrorJointPositionCollisionErrorFeedbackNameEnum, ErrorMaxIterationsExceeded, ErrorMaxIterationsExceededErrorFeedbackNameEnum, Execute, ExecuteDetails, ExecuteJoggingRequest, ExecuteJoggingResponse, ExecuteTrajectoryRequest, ExecuteTrajectoryResponse, ExternalJointStreamDatapoint, ExternalJointStreamRequest, FanucController, FanucControllerKindEnum, FeedbackCollision, FeedbackCollisionErrorFeedbackNameEnum, FeedbackJointLimitExceeded, FeedbackJointLimitExceededErrorFeedbackNameEnum, FeedbackOutOfWorkspace, FeedbackOutOfWorkspaceErrorFeedbackNameEnum, FeedbackSingularity, FeedbackSingularityErrorFeedbackNameEnum, Flag, FloatValue, FloatValueValueTypeEnum, ForwardKinematics422Response, ForwardKinematicsRequest, ForwardKinematicsResponse, ForwardKinematicsValidationError, GetTrajectoryResponse, HTTPValidationError, IOBooleanValue, IOBooleanValueValueTypeEnum, IOBoundary, IODescription, IODirection, IOFloatValue, IOFloatValueValueTypeEnum, IOIntegerValue, IOIntegerValueValueTypeEnum, IOOrigin, IOValue, IOValueType, ImageCredentials, InconsistentTrajectorySizeError, InconsistentTrajectorySizeErrorInconsistentTrajectorySize, InitializeJoggingRequest, InitializeJoggingRequestMessageTypeEnum, InitializeJoggingResponse, InitializeJoggingResponseKindEnum, InitializeMovementRequest, InitializeMovementRequestMessageTypeEnum, InitializeMovementRequestTrajectory, InitializeMovementResponse, InitializeMovementResponseKindEnum, IntegerValue, IntegerValueValueTypeEnum, InvalidDofError, InvalidDofErrorInvalidDof, InverseKinematics422Response, InverseKinematicsRequest, InverseKinematicsResponse, InverseKinematicsValidationError, InverseKinematicsValidationErrorAllOfData, JoggingApi, JoggingApiAxiosParamCreator, JoggingApiFactory, JoggingApiFp, JoggingDetails, JoggingDetailsKindEnum, JoggingDetailsState, JoggingPausedByUser, JoggingPausedByUserKindEnum, JoggingPausedNearCollision, JoggingPausedNearCollisionKindEnum, JoggingPausedNearJointLimit, JoggingPausedNearJointLimitKindEnum, JoggingPausedOnIO, JoggingPausedOnIOKindEnum, JoggingRunning, JoggingRunningKindEnum, JointLimitExceededError, JointLimits, JointTrajectory, JointVelocityRequest, JointVelocityRequestMessageTypeEnum, JointVelocityResponse, JointVelocityResponseKindEnum, KinematicModel, KinematicsApi, KinematicsApiAxiosParamCreator, KinematicsApiFactory, KinematicsApiFp, KukaController, KukaControllerKindEnum, KukaControllerRsiServer, License, LicenseApi, LicenseApiAxiosParamCreator, LicenseApiFactory, LicenseApiFp, LicenseStatus, LicenseStatusEnum, LimitRange, LimitSet, LimitsOverride, ListTrajectoriesResponse, Manufacturer, MidpointInsertionAlgorithm, MidpointInsertionAlgorithmAlgorithmNameEnum, ModbusIO, ModbusIOArea, ModbusIOByteOrder, ModbusIOData, ModbusIOTypeEnum, ModelError, MotionCommand, MotionCommandBlending, MotionCommandPath, MotionGroupApi, MotionGroupApiAxiosParamCreator, MotionGroupApiFactory, MotionGroupApiFp, MotionGroupDescription, MotionGroupInfo, MotionGroupJoints, MotionGroupModelsApi, MotionGroupModelsApiAxiosParamCreator, MotionGroupModelsApiFactory, MotionGroupModelsApiFp, MotionGroupSetup, MotionGroupState, MotionGroupStateJointLimitReached, MovementErrorResponse, MovementErrorResponseKindEnum, NanValueError, NanValueErrorNanValue, NetworkDevice, NetworkInterface, NetworkState, NetworkStateConnectionTypeEnum, OpMode, OperatingState, OperationLimits, OperationMode, OrientationType, PathCartesianPTP, PathCartesianPTPPathDefinitionNameEnum, PathCircle, PathCirclePathDefinitionNameEnum, PathCubicSpline, PathCubicSplinePathDefinitionNameEnum, PathJointPTP, PathJointPTPPathDefinitionNameEnum, PathLine, PathLinePathDefinitionNameEnum, PauseJoggingRequest, PauseJoggingRequestMessageTypeEnum, PauseJoggingResponse, PauseJoggingResponseKindEnum, PauseMovementRequest, PauseMovementRequestMessageTypeEnum, PauseMovementResponse, PauseMovementResponseKindEnum, PauseOnIO, Payload, Plan422Response, PlanCollisionFreeFailedResponse, PlanCollisionFreeRequest, PlanCollisionFreeResponse, PlanCollisionFreeResponseResponse, PlanTrajectoryFailedResponse, PlanTrajectoryFailedResponseErrorFeedback, PlanTrajectoryRequest, PlanTrajectoryResponse, PlanTrajectoryResponseResponse, PlanValidationError, PlanValidationErrorAllOfData, Plane, PlaneShapeTypeEnum, PlaybackSpeedRequest, PlaybackSpeedRequestMessageTypeEnum, PlaybackSpeedResponse, PlaybackSpeedResponseKindEnum, Pose, ProfinetDescription, ProfinetIO, ProfinetIOData, ProfinetIODirection, ProfinetIOTypeEnum, ProfinetInputOutputConfig, ProfinetSlotDescription, ProfinetSubSlotDescription, Program, ProgramApi, ProgramApiAxiosParamCreator, ProgramApiFactory, ProgramApiFp, ProgramRun, ProgramRunState, ProgramStartRequest, RRTConnectAlgorithm, RRTConnectAlgorithmAlgorithmNameEnum, Rectangle, RectangleShapeTypeEnum, RectangularCapsule, RectangularCapsuleShapeTypeEnum, ReleaseChannel, RequestArgs, RequiredError, RobotConfigurationsApi, RobotConfigurationsApiAxiosParamCreator, RobotConfigurationsApiFactory, RobotConfigurationsApiFp, RobotController, RobotControllerConfiguration, RobotControllerState, RobotSystemMode, RobotTcp, RobotTcpData, SafetyStateType, ServiceGroup, ServiceStatus, ServiceStatusPhase, ServiceStatusResponse, ServiceStatusSeverity, ServiceStatusStatus, SetIO, SettableRobotSystemMode, SingularityTypeEnum, Sphere, SphereShapeTypeEnum, StartMovementRequest, StartMovementRequestMessageTypeEnum, StartMovementResponse, StartMovementResponseKindEnum, StartOnIO, StoreCollisionComponentsApi, StoreCollisionComponentsApiAxiosParamCreator, StoreCollisionComponentsApiFactory, StoreCollisionComponentsApiFp, StoreCollisionSetupsApi, StoreCollisionSetupsApiAxiosParamCreator, StoreCollisionSetupsApiFactory, StoreCollisionSetupsApiFp, StoreObjectApi, StoreObjectApiAxiosParamCreator, StoreObjectApiFactory, StoreObjectApiFp, StreamIOValuesResponse, SystemApi, SystemApiAxiosParamCreator, SystemApiFactory, SystemApiFp, TcpOffset, TcpRequiredError, TcpVelocityRequest, TcpVelocityRequestMessageTypeEnum, TcpVelocityResponse, TcpVelocityResponseKindEnum, TorqueExceededError, 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, TrajectoryWaitForIO, TrajectoryWaitForIOKindEnum, UnitType, UniversalrobotsController, UniversalrobotsControllerKindEnum, UpdateNovaVersionRequest, ValidationError, ValidationError2, ValidationErrorLocInner, VersionApi, VersionApiAxiosParamCreator, VersionApiFactory, VersionApiFp, VirtualController, VirtualControllerApi, VirtualControllerApiAxiosParamCreator, VirtualControllerApiFactory, VirtualControllerApiFp, VirtualControllerBehaviorApi, VirtualControllerBehaviorApiAxiosParamCreator, VirtualControllerBehaviorApiFactory, VirtualControllerBehaviorApiFp, VirtualControllerInputsOutputsApi, VirtualControllerInputsOutputsApiAxiosParamCreator, VirtualControllerInputsOutputsApiFactory, VirtualControllerInputsOutputsApiFp, VirtualControllerKindEnum, VirtualRobotConfiguration, WaitForIOEventRequest, YaskawaController, YaskawaControllerKindEnum, operationServerMap };
|