@wandelbots/nova-api 26.1.0-rc.1 → 26.2.0-dev.3
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
|
|
@@ -3502,7 +3502,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
3502
3502
|
* @param {*} [options] Override http request option.
|
|
3503
3503
|
* @throws {RequiredError}
|
|
3504
3504
|
*/
|
|
3505
|
-
addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
3505
|
+
addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
3506
3506
|
/**
|
|
3507
3507
|
* Delete all GUI applications from the cell.
|
|
3508
3508
|
* @summary Clear Applications
|
|
@@ -3511,7 +3511,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
3511
3511
|
* @param {*} [options] Override http request option.
|
|
3512
3512
|
* @throws {RequiredError}
|
|
3513
3513
|
*/
|
|
3514
|
-
clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
3514
|
+
clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
3515
3515
|
/**
|
|
3516
3516
|
* Delete a GUI application from the cell.
|
|
3517
3517
|
* @summary Delete Application
|
|
@@ -3521,7 +3521,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
3521
3521
|
* @param {*} [options] Override http request option.
|
|
3522
3522
|
* @throws {RequiredError}
|
|
3523
3523
|
*/
|
|
3524
|
-
deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
3524
|
+
deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
3525
3525
|
/**
|
|
3526
3526
|
* 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).
|
|
3527
3527
|
* @summary Configuration
|
|
@@ -3530,7 +3530,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
3530
3530
|
* @param {*} [options] Override http request option.
|
|
3531
3531
|
* @throws {RequiredError}
|
|
3532
3532
|
*/
|
|
3533
|
-
getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<
|
|
3533
|
+
getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<App, any>>;
|
|
3534
3534
|
/**
|
|
3535
3535
|
* 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.
|
|
3536
3536
|
* @summary List Applications
|
|
@@ -3538,7 +3538,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
3538
3538
|
* @param {*} [options] Override http request option.
|
|
3539
3539
|
* @throws {RequiredError}
|
|
3540
3540
|
*/
|
|
3541
|
-
listApps(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
3541
|
+
listApps(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
3542
3542
|
/**
|
|
3543
3543
|
* Update the configuration of a GUI application in the cell.
|
|
3544
3544
|
* @summary Update Configuration
|
|
@@ -3549,7 +3549,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
3549
3549
|
* @param {*} [options] Override http request option.
|
|
3550
3550
|
* @throws {RequiredError}
|
|
3551
3551
|
*/
|
|
3552
|
-
updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
3552
|
+
updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
3553
3553
|
}
|
|
3554
3554
|
/**
|
|
3555
3555
|
* BUSInputsOutputsApi - axios parameter creator
|
|
@@ -4053,7 +4053,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4053
4053
|
* @param {*} [options] Override http request option.
|
|
4054
4054
|
* @throws {RequiredError}
|
|
4055
4055
|
*/
|
|
4056
|
-
addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4056
|
+
addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4057
4057
|
/**
|
|
4058
4058
|
* 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).
|
|
4059
4059
|
* @summary Add MODBUS Input/Output
|
|
@@ -4063,7 +4063,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4063
4063
|
* @param {*} [options] Override http request option.
|
|
4064
4064
|
* @throws {RequiredError}
|
|
4065
4065
|
*/
|
|
4066
|
-
addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<
|
|
4066
|
+
addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4067
4067
|
/**
|
|
4068
4068
|
* 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).
|
|
4069
4069
|
* @summary Add PROFINET Input/Output
|
|
@@ -4073,7 +4073,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4073
4073
|
* @param {*} [options] Override http request option.
|
|
4074
4074
|
* @throws {RequiredError}
|
|
4075
4075
|
*/
|
|
4076
|
-
addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<
|
|
4076
|
+
addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4077
4077
|
/**
|
|
4078
4078
|
* Remove the BUS inputs/outputs service from the cell.
|
|
4079
4079
|
* @summary Clear Service
|
|
@@ -4082,7 +4082,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4082
4082
|
* @param {*} [options] Override http request option.
|
|
4083
4083
|
* @throws {RequiredError}
|
|
4084
4084
|
*/
|
|
4085
|
-
clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4085
|
+
clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4086
4086
|
/**
|
|
4087
4087
|
* Removes all input/output variable configurations from the MODBUS device, e.g., NOVA\'s MODBUS service.
|
|
4088
4088
|
* @summary Remove all MODBUS Input/Outputs
|
|
@@ -4090,7 +4090,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4090
4090
|
* @param {*} [options] Override http request option.
|
|
4091
4091
|
* @throws {RequiredError}
|
|
4092
4092
|
*/
|
|
4093
|
-
deleteAllModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4093
|
+
deleteAllModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4094
4094
|
/**
|
|
4095
4095
|
* Removes all input/output variable configurations from the PROFINET device, e.g., NOVA\'s PROFINET service.
|
|
4096
4096
|
* @summary Remove all PROFINET Input/Outputs
|
|
@@ -4098,7 +4098,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4098
4098
|
* @param {*} [options] Override http request option.
|
|
4099
4099
|
* @throws {RequiredError}
|
|
4100
4100
|
*/
|
|
4101
|
-
deleteAllProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4101
|
+
deleteAllProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4102
4102
|
/**
|
|
4103
4103
|
* Removes an input/output variable configuration from the MODBUS device, e.g., NOVA\'s MODBUS service.
|
|
4104
4104
|
* @summary Remove MODBUS Input/Ouptut
|
|
@@ -4107,7 +4107,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4107
4107
|
* @param {*} [options] Override http request option.
|
|
4108
4108
|
* @throws {RequiredError}
|
|
4109
4109
|
*/
|
|
4110
|
-
deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<
|
|
4110
|
+
deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4111
4111
|
/**
|
|
4112
4112
|
* Removes an input/output variable configuration from the PROFINET device, e.g., NOVA\'s PROFINET service.
|
|
4113
4113
|
* @summary Remove PROFINET Input/Ouptut
|
|
@@ -4116,7 +4116,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4116
4116
|
* @param {*} [options] Override http request option.
|
|
4117
4117
|
* @throws {RequiredError}
|
|
4118
4118
|
*/
|
|
4119
|
-
deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<
|
|
4119
|
+
deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4120
4120
|
/**
|
|
4121
4121
|
* Get deployed BUS inputs/outputs service.
|
|
4122
4122
|
* @summary Get Service
|
|
@@ -4124,7 +4124,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4124
4124
|
* @param {*} [options] Override http request option.
|
|
4125
4125
|
* @throws {RequiredError}
|
|
4126
4126
|
*/
|
|
4127
|
-
getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4127
|
+
getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<BusIOType, any>>;
|
|
4128
4128
|
/**
|
|
4129
4129
|
* Get the current state of the BUS Inputs/Outputs service.
|
|
4130
4130
|
* @summary State
|
|
@@ -4132,7 +4132,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4132
4132
|
* @param {*} [options] Override http request option.
|
|
4133
4133
|
* @throws {RequiredError}
|
|
4134
4134
|
*/
|
|
4135
|
-
getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4135
|
+
getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<BusIOsState, any>>;
|
|
4136
4136
|
/**
|
|
4137
4137
|
* 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).
|
|
4138
4138
|
* @summary Get Input/Output Values
|
|
@@ -4141,7 +4141,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4141
4141
|
* @param {*} [options] Override http request option.
|
|
4142
4142
|
* @throws {RequiredError}
|
|
4143
4143
|
*/
|
|
4144
|
-
getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<
|
|
4144
|
+
getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IOValue[], any>>;
|
|
4145
4145
|
/**
|
|
4146
4146
|
* Get description of NOVA as a PROFINET device.
|
|
4147
4147
|
* @summary Get PROFINET Description
|
|
@@ -4149,7 +4149,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4149
4149
|
* @param {*} [options] Override http request option.
|
|
4150
4150
|
* @throws {RequiredError}
|
|
4151
4151
|
*/
|
|
4152
|
-
getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4152
|
+
getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ProfinetDescription, any>>;
|
|
4153
4153
|
/**
|
|
4154
4154
|
* 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.
|
|
4155
4155
|
* @summary PROFINET Inputs/Outputs to File
|
|
@@ -4159,7 +4159,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4159
4159
|
* @param {*} [options] Override http request option.
|
|
4160
4160
|
* @throws {RequiredError}
|
|
4161
4161
|
*/
|
|
4162
|
-
getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4162
|
+
getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string, any>>;
|
|
4163
4163
|
/**
|
|
4164
4164
|
* 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.
|
|
4165
4165
|
* @summary List Descriptions
|
|
@@ -4167,7 +4167,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4167
4167
|
* @param {*} [options] Override http request option.
|
|
4168
4168
|
* @throws {RequiredError}
|
|
4169
4169
|
*/
|
|
4170
|
-
listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4170
|
+
listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<BusIODescription[], any>>;
|
|
4171
4171
|
/**
|
|
4172
4172
|
* 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).
|
|
4173
4173
|
* @summary List MODBUS Input/Output Configuration
|
|
@@ -4175,7 +4175,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4175
4175
|
* @param {*} [options] Override http request option.
|
|
4176
4176
|
* @throws {RequiredError}
|
|
4177
4177
|
*/
|
|
4178
|
-
listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4178
|
+
listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ModbusIO[], any>>;
|
|
4179
4179
|
/**
|
|
4180
4180
|
* 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.
|
|
4181
4181
|
* @summary List PROFINET Input/Output Configuration
|
|
@@ -4183,7 +4183,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4183
4183
|
* @param {*} [options] Override http request option.
|
|
4184
4184
|
* @throws {RequiredError}
|
|
4185
4185
|
*/
|
|
4186
|
-
listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4186
|
+
listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ProfinetIO[], any>>;
|
|
4187
4187
|
/**
|
|
4188
4188
|
* 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.
|
|
4189
4189
|
* @summary Set Output Values
|
|
@@ -4192,7 +4192,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4192
4192
|
* @param {*} [options] Override http request option.
|
|
4193
4193
|
* @throws {RequiredError}
|
|
4194
4194
|
*/
|
|
4195
|
-
setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<
|
|
4195
|
+
setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4196
4196
|
/**
|
|
4197
4197
|
* 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.
|
|
4198
4198
|
* @summary Set PROFINET Inputs/Outputs from File
|
|
@@ -4201,7 +4201,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
4201
4201
|
* @param {*} [options] Override http request option.
|
|
4202
4202
|
* @throws {RequiredError}
|
|
4203
4203
|
*/
|
|
4204
|
-
setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<
|
|
4204
|
+
setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4205
4205
|
}
|
|
4206
4206
|
/**
|
|
4207
4207
|
* CellApi - axios parameter creator
|
|
@@ -4410,7 +4410,7 @@ declare class CellApi extends BaseAPI {
|
|
|
4410
4410
|
* @param {*} [options] Override http request option.
|
|
4411
4411
|
* @throws {RequiredError}
|
|
4412
4412
|
*/
|
|
4413
|
-
deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4413
|
+
deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4414
4414
|
/**
|
|
4415
4415
|
* 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.
|
|
4416
4416
|
* @summary Add Cell
|
|
@@ -4419,7 +4419,7 @@ declare class CellApi extends BaseAPI {
|
|
|
4419
4419
|
* @param {*} [options] Override http request option.
|
|
4420
4420
|
* @throws {RequiredError}
|
|
4421
4421
|
*/
|
|
4422
|
-
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4422
|
+
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4423
4423
|
/**
|
|
4424
4424
|
* List all cell resources.
|
|
4425
4425
|
* @summary Configuration
|
|
@@ -4427,7 +4427,7 @@ declare class CellApi extends BaseAPI {
|
|
|
4427
4427
|
* @param {*} [options] Override http request option.
|
|
4428
4428
|
* @throws {RequiredError}
|
|
4429
4429
|
*/
|
|
4430
|
-
getCell(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4430
|
+
getCell(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Cell, any>>;
|
|
4431
4431
|
/**
|
|
4432
4432
|
* List the status of all cell resources.
|
|
4433
4433
|
* @summary Service Status
|
|
@@ -4435,14 +4435,14 @@ declare class CellApi extends BaseAPI {
|
|
|
4435
4435
|
* @param {*} [options] Override http request option.
|
|
4436
4436
|
* @throws {RequiredError}
|
|
4437
4437
|
*/
|
|
4438
|
-
getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4438
|
+
getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ServiceStatusResponse, any>>;
|
|
4439
4439
|
/**
|
|
4440
4440
|
* List all deployed cell names. If no cells are deployed, an empty list is returned.
|
|
4441
4441
|
* @summary List Cells
|
|
4442
4442
|
* @param {*} [options] Override http request option.
|
|
4443
4443
|
* @throws {RequiredError}
|
|
4444
4444
|
*/
|
|
4445
|
-
listCells(options?: RawAxiosRequestConfig): Promise<
|
|
4445
|
+
listCells(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
4446
4446
|
/**
|
|
4447
4447
|
* Deactivate or activate the services of a cell.
|
|
4448
4448
|
* @summary Operating State
|
|
@@ -4451,7 +4451,7 @@ declare class CellApi extends BaseAPI {
|
|
|
4451
4451
|
* @param {*} [options] Override http request option.
|
|
4452
4452
|
* @throws {RequiredError}
|
|
4453
4453
|
*/
|
|
4454
|
-
setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<
|
|
4454
|
+
setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4455
4455
|
/**
|
|
4456
4456
|
* Update the definition of the entire Cell.
|
|
4457
4457
|
* @summary Update Configuration
|
|
@@ -4461,7 +4461,7 @@ declare class CellApi extends BaseAPI {
|
|
|
4461
4461
|
* @param {*} [options] Override http request option.
|
|
4462
4462
|
* @throws {RequiredError}
|
|
4463
4463
|
*/
|
|
4464
|
-
updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4464
|
+
updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4465
4465
|
}
|
|
4466
4466
|
/**
|
|
4467
4467
|
* ControllerApi - axios parameter creator
|
|
@@ -4899,7 +4899,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4899
4899
|
* @param {*} [options] Override http request option.
|
|
4900
4900
|
* @throws {RequiredError}
|
|
4901
4901
|
*/
|
|
4902
|
-
addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4902
|
+
addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4903
4903
|
/**
|
|
4904
4904
|
* Delete all robot controllers from the cell. To replace all robot controllers in a cell, use this endpoint in combination with [addRobotController](addRobotController).
|
|
4905
4905
|
* @summary Clear Robot Controllers
|
|
@@ -4908,7 +4908,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4908
4908
|
* @param {*} [options] Override http request option.
|
|
4909
4909
|
* @throws {RequiredError}
|
|
4910
4910
|
*/
|
|
4911
|
-
clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4911
|
+
clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4912
4912
|
/**
|
|
4913
4913
|
* Delete a robot controller from the cell.
|
|
4914
4914
|
* @summary Delete Robot Controller
|
|
@@ -4918,7 +4918,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4918
4918
|
* @param {*} [options] Override http request option.
|
|
4919
4919
|
* @throws {RequiredError}
|
|
4920
4920
|
*/
|
|
4921
|
-
deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4921
|
+
deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4922
4922
|
/**
|
|
4923
4923
|
* 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.
|
|
4924
4924
|
* @summary Description
|
|
@@ -4927,7 +4927,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4927
4927
|
* @param {*} [options] Override http request option.
|
|
4928
4928
|
* @throws {RequiredError}
|
|
4929
4929
|
*/
|
|
4930
|
-
getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
4930
|
+
getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ControllerDescription, any>>;
|
|
4931
4931
|
/**
|
|
4932
4932
|
* 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.
|
|
4933
4933
|
* @summary Coordinate System
|
|
@@ -4938,7 +4938,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4938
4938
|
* @param {*} [options] Override http request option.
|
|
4939
4939
|
* @throws {RequiredError}
|
|
4940
4940
|
*/
|
|
4941
|
-
getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<
|
|
4941
|
+
getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem, any>>;
|
|
4942
4942
|
/**
|
|
4943
4943
|
* Get the current state of a robot controller.
|
|
4944
4944
|
* @summary State
|
|
@@ -4947,7 +4947,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4947
4947
|
* @param {*} [options] Override http request option.
|
|
4948
4948
|
* @throws {RequiredError}
|
|
4949
4949
|
*/
|
|
4950
|
-
getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
4950
|
+
getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotControllerState, any>>;
|
|
4951
4951
|
/**
|
|
4952
4952
|
* Get the configuration for a robot controller.
|
|
4953
4953
|
* @summary Robot Controller
|
|
@@ -4956,7 +4956,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4956
4956
|
* @param {*} [options] Override http request option.
|
|
4957
4957
|
* @throws {RequiredError}
|
|
4958
4958
|
*/
|
|
4959
|
-
getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
4959
|
+
getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotController, any>>;
|
|
4960
4960
|
/**
|
|
4961
4961
|
* 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.
|
|
4962
4962
|
* @summary Virtual Controller Configuration
|
|
@@ -4965,7 +4965,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4965
4965
|
* @param {*} [options] Override http request option.
|
|
4966
4966
|
* @throws {RequiredError}
|
|
4967
4967
|
*/
|
|
4968
|
-
getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
4968
|
+
getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<VirtualRobotConfiguration, any>>;
|
|
4969
4969
|
/**
|
|
4970
4970
|
* 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.
|
|
4971
4971
|
* @summary List Coordinate Systems
|
|
@@ -4975,7 +4975,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4975
4975
|
* @param {*} [options] Override http request option.
|
|
4976
4976
|
* @throws {RequiredError}
|
|
4977
4977
|
*/
|
|
4978
|
-
listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<
|
|
4978
|
+
listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem[], any>>;
|
|
4979
4979
|
/**
|
|
4980
4980
|
* List the names of all deployed robot controllers.
|
|
4981
4981
|
* @summary List Robot Controllers
|
|
@@ -4983,7 +4983,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4983
4983
|
* @param {*} [options] Override http request option.
|
|
4984
4984
|
* @throws {RequiredError}
|
|
4985
4985
|
*/
|
|
4986
|
-
listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
4986
|
+
listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
4987
4987
|
/**
|
|
4988
4988
|
* 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.
|
|
4989
4989
|
* @summary Set Default Mode
|
|
@@ -4993,7 +4993,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
4993
4993
|
* @param {*} [options] Override http request option.
|
|
4994
4994
|
* @throws {RequiredError}
|
|
4995
4995
|
*/
|
|
4996
|
-
setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<
|
|
4996
|
+
setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
4997
4997
|
/**
|
|
4998
4998
|
* <!-- 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.
|
|
4999
4999
|
* @summary Stream Free Drive
|
|
@@ -5003,7 +5003,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
5003
5003
|
* @param {*} [options] Override http request option.
|
|
5004
5004
|
* @throws {RequiredError}
|
|
5005
5005
|
*/
|
|
5006
|
-
streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<
|
|
5006
|
+
streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotControllerState, any>>;
|
|
5007
5007
|
/**
|
|
5008
5008
|
* <!-- 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.
|
|
5009
5009
|
* @summary Stream State
|
|
@@ -5014,7 +5014,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
5014
5014
|
* @param {*} [options] Override http request option.
|
|
5015
5015
|
* @throws {RequiredError}
|
|
5016
5016
|
*/
|
|
5017
|
-
streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
5017
|
+
streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotControllerState, any>>;
|
|
5018
5018
|
/**
|
|
5019
5019
|
* 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).
|
|
5020
5020
|
* @summary Update Robot Controller
|
|
@@ -5025,7 +5025,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
5025
5025
|
* @param {*} [options] Override http request option.
|
|
5026
5026
|
* @throws {RequiredError}
|
|
5027
5027
|
*/
|
|
5028
|
-
updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
5028
|
+
updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
5029
5029
|
}
|
|
5030
5030
|
/**
|
|
5031
5031
|
* ControllerInputsOutputsApi - axios parameter creator
|
|
@@ -5217,7 +5217,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
|
|
|
5217
5217
|
* @param {*} [options] Override http request option.
|
|
5218
5218
|
* @throws {RequiredError}
|
|
5219
5219
|
*/
|
|
5220
|
-
listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<
|
|
5220
|
+
listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IODescription[], any>>;
|
|
5221
5221
|
/**
|
|
5222
5222
|
* 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).
|
|
5223
5223
|
* @summary Get Input/Output Values
|
|
@@ -5227,7 +5227,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
|
|
|
5227
5227
|
* @param {*} [options] Override http request option.
|
|
5228
5228
|
* @throws {RequiredError}
|
|
5229
5229
|
*/
|
|
5230
|
-
listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<
|
|
5230
|
+
listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IOValue[], any>>;
|
|
5231
5231
|
/**
|
|
5232
5232
|
* 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.
|
|
5233
5233
|
* @summary Set Output Values
|
|
@@ -5237,7 +5237,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
|
|
|
5237
5237
|
* @param {*} [options] Override http request option.
|
|
5238
5238
|
* @throws {RequiredError}
|
|
5239
5239
|
*/
|
|
5240
|
-
setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<
|
|
5240
|
+
setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
5241
5241
|
/**
|
|
5242
5242
|
* <!-- 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.
|
|
5243
5243
|
* @summary Stream Input/Output Values
|
|
@@ -5247,7 +5247,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
|
|
|
5247
5247
|
* @param {*} [options] Override http request option.
|
|
5248
5248
|
* @throws {RequiredError}
|
|
5249
5249
|
*/
|
|
5250
|
-
streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<
|
|
5250
|
+
streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<StreamIOValuesResponse, any>>;
|
|
5251
5251
|
/**
|
|
5252
5252
|
* 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 ```
|
|
5253
5253
|
* @summary Wait For
|
|
@@ -5257,7 +5257,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
|
|
|
5257
5257
|
* @param {*} [options] Override http request option.
|
|
5258
5258
|
* @throws {RequiredError}
|
|
5259
5259
|
*/
|
|
5260
|
-
waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5260
|
+
waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<boolean, any>>;
|
|
5261
5261
|
}
|
|
5262
5262
|
/**
|
|
5263
5263
|
* JoggingApi - axios parameter creator
|
|
@@ -5317,7 +5317,7 @@ declare class JoggingApi extends BaseAPI {
|
|
|
5317
5317
|
* @param {*} [options] Override http request option.
|
|
5318
5318
|
* @throws {RequiredError}
|
|
5319
5319
|
*/
|
|
5320
|
-
executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5320
|
+
executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ExecuteJoggingResponse, any>>;
|
|
5321
5321
|
}
|
|
5322
5322
|
/**
|
|
5323
5323
|
* KinematicsApi - axios parameter creator
|
|
@@ -5400,7 +5400,7 @@ declare class KinematicsApi extends BaseAPI {
|
|
|
5400
5400
|
* @param {*} [options] Override http request option.
|
|
5401
5401
|
* @throws {RequiredError}
|
|
5402
5402
|
*/
|
|
5403
|
-
forwardKinematics(cell: string, forwardKinematicsRequest: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5403
|
+
forwardKinematics(cell: string, forwardKinematicsRequest: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ForwardKinematicsResponse, any>>;
|
|
5404
5404
|
/**
|
|
5405
5405
|
* Returns the reachable joint positions for a list of given poses.
|
|
5406
5406
|
* @summary Inverse kinematics
|
|
@@ -5409,7 +5409,7 @@ declare class KinematicsApi extends BaseAPI {
|
|
|
5409
5409
|
* @param {*} [options] Override http request option.
|
|
5410
5410
|
* @throws {RequiredError}
|
|
5411
5411
|
*/
|
|
5412
|
-
inverseKinematics(cell: string, inverseKinematicsRequest: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5412
|
+
inverseKinematics(cell: string, inverseKinematicsRequest: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<InverseKinematicsResponse, any>>;
|
|
5413
5413
|
}
|
|
5414
5414
|
/**
|
|
5415
5415
|
* LicenseApi - axios parameter creator
|
|
@@ -5524,28 +5524,28 @@ declare class LicenseApi extends BaseAPI {
|
|
|
5524
5524
|
* @param {*} [options] Override http request option.
|
|
5525
5525
|
* @throws {RequiredError}
|
|
5526
5526
|
*/
|
|
5527
|
-
activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5527
|
+
activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<License, any>>;
|
|
5528
5528
|
/**
|
|
5529
5529
|
* Deactivates active license.
|
|
5530
5530
|
* @summary Deactivate license
|
|
5531
5531
|
* @param {*} [options] Override http request option.
|
|
5532
5532
|
* @throws {RequiredError}
|
|
5533
5533
|
*/
|
|
5534
|
-
deactivateLicense(options?: RawAxiosRequestConfig): Promise<
|
|
5534
|
+
deactivateLicense(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
5535
5535
|
/**
|
|
5536
5536
|
* Get information on the license used with the Wandelbots NOVA instance, e.g., licensed product, expiration date, license status.
|
|
5537
5537
|
* @summary Get license
|
|
5538
5538
|
* @param {*} [options] Override http request option.
|
|
5539
5539
|
* @throws {RequiredError}
|
|
5540
5540
|
*/
|
|
5541
|
-
getLicense(options?: RawAxiosRequestConfig): Promise<
|
|
5541
|
+
getLicense(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<License, any>>;
|
|
5542
5542
|
/**
|
|
5543
5543
|
* 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.
|
|
5544
5544
|
* @summary Get license status
|
|
5545
5545
|
* @param {*} [options] Override http request option.
|
|
5546
5546
|
* @throws {RequiredError}
|
|
5547
5547
|
*/
|
|
5548
|
-
getLicenseStatus(options?: RawAxiosRequestConfig): Promise<
|
|
5548
|
+
getLicenseStatus(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<LicenseStatus, any>>;
|
|
5549
5549
|
}
|
|
5550
5550
|
/**
|
|
5551
5551
|
* MotionGroupApi - axios parameter creator
|
|
@@ -5675,7 +5675,7 @@ declare class MotionGroupApi extends BaseAPI {
|
|
|
5675
5675
|
* @param {*} [options] Override http request option.
|
|
5676
5676
|
* @throws {RequiredError}
|
|
5677
5677
|
*/
|
|
5678
|
-
getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<
|
|
5678
|
+
getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupState, any>>;
|
|
5679
5679
|
/**
|
|
5680
5680
|
* 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.
|
|
5681
5681
|
* @summary Description
|
|
@@ -5685,7 +5685,7 @@ declare class MotionGroupApi extends BaseAPI {
|
|
|
5685
5685
|
* @param {*} [options] Override http request option.
|
|
5686
5686
|
* @throws {RequiredError}
|
|
5687
5687
|
*/
|
|
5688
|
-
getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<
|
|
5688
|
+
getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupDescription, any>>;
|
|
5689
5689
|
/**
|
|
5690
5690
|
* <!-- theme: success --> > Websocket endpoint Receive updates of the motion group state. The stream will be closed from the server if the controller is disconnected.
|
|
5691
5691
|
* @summary Stream State
|
|
@@ -5697,7 +5697,7 @@ declare class MotionGroupApi extends BaseAPI {
|
|
|
5697
5697
|
* @param {*} [options] Override http request option.
|
|
5698
5698
|
* @throws {RequiredError}
|
|
5699
5699
|
*/
|
|
5700
|
-
streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<
|
|
5700
|
+
streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupState, any>>;
|
|
5701
5701
|
}
|
|
5702
5702
|
/**
|
|
5703
5703
|
* MotionGroupModelsApi - axios parameter creator
|
|
@@ -5846,7 +5846,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
|
|
|
5846
5846
|
* @param {*} [options] Override http request option.
|
|
5847
5847
|
* @throws {RequiredError}
|
|
5848
5848
|
*/
|
|
5849
|
-
getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<
|
|
5849
|
+
getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
5850
5850
|
[key: string]: Collider;
|
|
5851
5851
|
}[], any>>;
|
|
5852
5852
|
/**
|
|
@@ -5856,7 +5856,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
|
|
|
5856
5856
|
* @param {*} [options] Override http request option.
|
|
5857
5857
|
* @throws {RequiredError}
|
|
5858
5858
|
*/
|
|
5859
|
-
getMotionGroupGlbModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<
|
|
5859
|
+
getMotionGroupGlbModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
|
|
5860
5860
|
/**
|
|
5861
5861
|
* Returns the kinematics model (DH parameters) for the given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models.
|
|
5862
5862
|
* @summary Get Kinematics
|
|
@@ -5864,14 +5864,14 @@ declare class MotionGroupModelsApi extends BaseAPI {
|
|
|
5864
5864
|
* @param {*} [options] Override http request option.
|
|
5865
5865
|
* @throws {RequiredError}
|
|
5866
5866
|
*/
|
|
5867
|
-
getMotionGroupKinematicModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<
|
|
5867
|
+
getMotionGroupKinematicModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<KinematicModel, any>>;
|
|
5868
5868
|
/**
|
|
5869
5869
|
* Returns the list of supported motion group models.
|
|
5870
5870
|
* @summary Motion Group Models
|
|
5871
5871
|
* @param {*} [options] Override http request option.
|
|
5872
5872
|
* @throws {RequiredError}
|
|
5873
5873
|
*/
|
|
5874
|
-
getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<
|
|
5874
|
+
getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
5875
5875
|
/**
|
|
5876
5876
|
* Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
|
|
5877
5877
|
* @summary Download USD Model
|
|
@@ -5879,7 +5879,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
|
|
|
5879
5879
|
* @param {*} [options] Override http request option.
|
|
5880
5880
|
* @throws {RequiredError}
|
|
5881
5881
|
*/
|
|
5882
|
-
getMotionGroupUsdModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<
|
|
5882
|
+
getMotionGroupUsdModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
|
|
5883
5883
|
}
|
|
5884
5884
|
/**
|
|
5885
5885
|
* ProgramApi - axios parameter creator
|
|
@@ -6016,7 +6016,7 @@ declare class ProgramApi extends BaseAPI {
|
|
|
6016
6016
|
* @param {*} [options] Override http request option.
|
|
6017
6017
|
* @throws {RequiredError}
|
|
6018
6018
|
*/
|
|
6019
|
-
getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<
|
|
6019
|
+
getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Program, any>>;
|
|
6020
6020
|
/**
|
|
6021
6021
|
* <!-- theme: danger --> > **Experimental** List details of all existing programs.
|
|
6022
6022
|
* @summary List programs
|
|
@@ -6024,7 +6024,7 @@ declare class ProgramApi extends BaseAPI {
|
|
|
6024
6024
|
* @param {*} [options] Override http request option.
|
|
6025
6025
|
* @throws {RequiredError}
|
|
6026
6026
|
*/
|
|
6027
|
-
listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6027
|
+
listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Program[], any>>;
|
|
6028
6028
|
/**
|
|
6029
6029
|
* <!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
|
|
6030
6030
|
* @summary Start the program
|
|
@@ -6034,7 +6034,7 @@ declare class ProgramApi extends BaseAPI {
|
|
|
6034
6034
|
* @param {*} [options] Override http request option.
|
|
6035
6035
|
* @throws {RequiredError}
|
|
6036
6036
|
*/
|
|
6037
|
-
startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<
|
|
6037
|
+
startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ProgramRun, any>>;
|
|
6038
6038
|
/**
|
|
6039
6039
|
* <!-- theme: danger --> > **Experimental** Stop a specific program run.
|
|
6040
6040
|
* @summary Stop program run
|
|
@@ -6043,7 +6043,7 @@ declare class ProgramApi extends BaseAPI {
|
|
|
6043
6043
|
* @param {*} [options] Override http request option.
|
|
6044
6044
|
* @throws {RequiredError}
|
|
6045
6045
|
*/
|
|
6046
|
-
stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<
|
|
6046
|
+
stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
6047
6047
|
}
|
|
6048
6048
|
/**
|
|
6049
6049
|
* RobotConfigurationsApi - axios parameter creator
|
|
@@ -6091,7 +6091,7 @@ declare class RobotConfigurationsApi extends BaseAPI {
|
|
|
6091
6091
|
* @param {*} [options] Override http request option.
|
|
6092
6092
|
* @throws {RequiredError}
|
|
6093
6093
|
*/
|
|
6094
|
-
getRobotConfigurations(options?: RawAxiosRequestConfig): Promise<
|
|
6094
|
+
getRobotConfigurations(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
6095
6095
|
}
|
|
6096
6096
|
/**
|
|
6097
6097
|
* StoreCollisionComponentsApi - axios parameter creator
|
|
@@ -6564,7 +6564,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6564
6564
|
* @param {*} [options] Override http request option.
|
|
6565
6565
|
* @throws {RequiredError}
|
|
6566
6566
|
*/
|
|
6567
|
-
deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<
|
|
6567
|
+
deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
6568
6568
|
/**
|
|
6569
6569
|
* Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
|
|
6570
6570
|
* @summary Delete Link Chain
|
|
@@ -6573,7 +6573,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6573
6573
|
* @param {*} [options] Override http request option.
|
|
6574
6574
|
* @throws {RequiredError}
|
|
6575
6575
|
*/
|
|
6576
|
-
deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<
|
|
6576
|
+
deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
6577
6577
|
/**
|
|
6578
6578
|
* Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
|
|
6579
6579
|
* @summary Delete Tool
|
|
@@ -6582,7 +6582,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6582
6582
|
* @param {*} [options] Override http request option.
|
|
6583
6583
|
* @throws {RequiredError}
|
|
6584
6584
|
*/
|
|
6585
|
-
deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<
|
|
6585
|
+
deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
6586
6586
|
/**
|
|
6587
6587
|
* Returns the collider.
|
|
6588
6588
|
* @summary Get Collider
|
|
@@ -6591,7 +6591,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6591
6591
|
* @param {*} [options] Override http request option.
|
|
6592
6592
|
* @throws {RequiredError}
|
|
6593
6593
|
*/
|
|
6594
|
-
getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<
|
|
6594
|
+
getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Collider, any>>;
|
|
6595
6595
|
/**
|
|
6596
6596
|
* Returns the collision link chain.
|
|
6597
6597
|
* @summary Get Link Chain
|
|
@@ -6600,7 +6600,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6600
6600
|
* @param {*} [options] Override http request option.
|
|
6601
6601
|
* @throws {RequiredError}
|
|
6602
6602
|
*/
|
|
6603
|
-
getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<
|
|
6603
|
+
getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6604
6604
|
[key: string]: Collider;
|
|
6605
6605
|
}[], any>>;
|
|
6606
6606
|
/**
|
|
@@ -6611,7 +6611,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6611
6611
|
* @param {*} [options] Override http request option.
|
|
6612
6612
|
* @throws {RequiredError}
|
|
6613
6613
|
*/
|
|
6614
|
-
getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<
|
|
6614
|
+
getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6615
6615
|
[key: string]: Collider;
|
|
6616
6616
|
}, any>>;
|
|
6617
6617
|
/**
|
|
@@ -6621,7 +6621,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6621
6621
|
* @param {*} [options] Override http request option.
|
|
6622
6622
|
* @throws {RequiredError}
|
|
6623
6623
|
*/
|
|
6624
|
-
listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6624
|
+
listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6625
6625
|
[key: string]: {
|
|
6626
6626
|
[key: string]: Collider;
|
|
6627
6627
|
}[];
|
|
@@ -6633,7 +6633,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6633
6633
|
* @param {*} [options] Override http request option.
|
|
6634
6634
|
* @throws {RequiredError}
|
|
6635
6635
|
*/
|
|
6636
|
-
listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6636
|
+
listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
6637
6637
|
/**
|
|
6638
6638
|
* Returns all stored colliders.
|
|
6639
6639
|
* @summary List Colliders
|
|
@@ -6641,7 +6641,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6641
6641
|
* @param {*} [options] Override http request option.
|
|
6642
6642
|
* @throws {RequiredError}
|
|
6643
6643
|
*/
|
|
6644
|
-
listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6644
|
+
listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6645
6645
|
[key: string]: Collider;
|
|
6646
6646
|
}, any>>;
|
|
6647
6647
|
/**
|
|
@@ -6651,7 +6651,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6651
6651
|
* @param {*} [options] Override http request option.
|
|
6652
6652
|
* @throws {RequiredError}
|
|
6653
6653
|
*/
|
|
6654
|
-
listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6654
|
+
listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
6655
6655
|
/**
|
|
6656
6656
|
* Returns the list of stored tools.
|
|
6657
6657
|
* @summary List Tools
|
|
@@ -6659,7 +6659,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6659
6659
|
* @param {*} [options] Override http request option.
|
|
6660
6660
|
* @throws {RequiredError}
|
|
6661
6661
|
*/
|
|
6662
|
-
listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6662
|
+
listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6663
6663
|
[key: string]: {
|
|
6664
6664
|
[key: string]: Collider;
|
|
6665
6665
|
};
|
|
@@ -6671,7 +6671,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6671
6671
|
* @param {*} [options] Override http request option.
|
|
6672
6672
|
* @throws {RequiredError}
|
|
6673
6673
|
*/
|
|
6674
|
-
listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6674
|
+
listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
6675
6675
|
/**
|
|
6676
6676
|
* Stores collider. - If the collider does not exist, it will be created. - If the collider exists, it will be updated.
|
|
6677
6677
|
* @summary Store Collider
|
|
@@ -6681,7 +6681,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6681
6681
|
* @param {*} [options] Override http request option.
|
|
6682
6682
|
* @throws {RequiredError}
|
|
6683
6683
|
*/
|
|
6684
|
-
storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<
|
|
6684
|
+
storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Collider, any>>;
|
|
6685
6685
|
/**
|
|
6686
6686
|
* Stores link chain. - If the link chain does not exist, it will be created. - If the link chain exists, it will be updated.
|
|
6687
6687
|
* @summary Store Link Chain
|
|
@@ -6693,7 +6693,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6693
6693
|
*/
|
|
6694
6694
|
storeCollisionLinkChain(cell: string, linkChain: string, collider: Array<{
|
|
6695
6695
|
[key: string]: Collider;
|
|
6696
|
-
}>, options?: RawAxiosRequestConfig): Promise<
|
|
6696
|
+
}>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6697
6697
|
[key: string]: Collider;
|
|
6698
6698
|
}[], any>>;
|
|
6699
6699
|
/**
|
|
@@ -6707,7 +6707,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
6707
6707
|
*/
|
|
6708
6708
|
storeCollisionTool(cell: string, tool: string, requestBody: {
|
|
6709
6709
|
[key: string]: Collider;
|
|
6710
|
-
}, options?: RawAxiosRequestConfig): Promise<
|
|
6710
|
+
}, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6711
6711
|
[key: string]: Collider;
|
|
6712
6712
|
}, any>>;
|
|
6713
6713
|
}
|
|
@@ -6874,7 +6874,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
|
|
|
6874
6874
|
* @param {*} [options] Override http request option.
|
|
6875
6875
|
* @throws {RequiredError}
|
|
6876
6876
|
*/
|
|
6877
|
-
deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<
|
|
6877
|
+
deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
6878
6878
|
/**
|
|
6879
6879
|
* Returns the stored collision setup.
|
|
6880
6880
|
* @summary Get Collision Setup
|
|
@@ -6883,7 +6883,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
|
|
|
6883
6883
|
* @param {*} [options] Override http request option.
|
|
6884
6884
|
* @throws {RequiredError}
|
|
6885
6885
|
*/
|
|
6886
|
-
getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<
|
|
6886
|
+
getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CollisionSetup, any>>;
|
|
6887
6887
|
/**
|
|
6888
6888
|
* Returns a list of stored collision setups.
|
|
6889
6889
|
* @summary List Collision Setups
|
|
@@ -6891,7 +6891,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
|
|
|
6891
6891
|
* @param {*} [options] Override http request option.
|
|
6892
6892
|
* @throws {RequiredError}
|
|
6893
6893
|
*/
|
|
6894
|
-
listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6894
|
+
listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
|
|
6895
6895
|
[key: string]: CollisionSetup;
|
|
6896
6896
|
}, any>>;
|
|
6897
6897
|
/**
|
|
@@ -6901,7 +6901,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
|
|
|
6901
6901
|
* @param {*} [options] Override http request option.
|
|
6902
6902
|
* @throws {RequiredError}
|
|
6903
6903
|
*/
|
|
6904
|
-
listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6904
|
+
listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
6905
6905
|
/**
|
|
6906
6906
|
* Stores collision setup. - If the collision setup does not exist, it will be created. - If the collision setup exists, it will be updated.
|
|
6907
6907
|
* @summary Store Collision Setup
|
|
@@ -6911,7 +6911,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
|
|
|
6911
6911
|
* @param {*} [options] Override http request option.
|
|
6912
6912
|
* @throws {RequiredError}
|
|
6913
6913
|
*/
|
|
6914
|
-
storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<
|
|
6914
|
+
storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CollisionSetup, any>>;
|
|
6915
6915
|
}
|
|
6916
6916
|
/**
|
|
6917
6917
|
* StoreObjectApi - axios parameter creator
|
|
@@ -7107,7 +7107,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
7107
7107
|
* @param {*} [options] Override http request option.
|
|
7108
7108
|
* @throws {RequiredError}
|
|
7109
7109
|
*/
|
|
7110
|
-
clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
7110
|
+
clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7111
7111
|
/**
|
|
7112
7112
|
* Delete an object <!-- theme: danger --> > This will delete persistently stored data.
|
|
7113
7113
|
* @summary Delete Object
|
|
@@ -7116,7 +7116,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
7116
7116
|
* @param {*} [options] Override http request option.
|
|
7117
7117
|
* @throws {RequiredError}
|
|
7118
7118
|
*/
|
|
7119
|
-
deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<
|
|
7119
|
+
deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7120
7120
|
/**
|
|
7121
7121
|
* Returns content and metadata of a stored object.
|
|
7122
7122
|
* @summary Get Object
|
|
@@ -7125,7 +7125,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
7125
7125
|
* @param {*} [options] Override http request option.
|
|
7126
7126
|
* @throws {RequiredError}
|
|
7127
7127
|
*/
|
|
7128
|
-
getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<
|
|
7128
|
+
getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
|
|
7129
7129
|
/**
|
|
7130
7130
|
* Returns metadata. Object content is not returned.
|
|
7131
7131
|
* @summary Get Object Metadata
|
|
@@ -7134,7 +7134,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
7134
7134
|
* @param {*} [options] Override http request option.
|
|
7135
7135
|
* @throws {RequiredError}
|
|
7136
7136
|
*/
|
|
7137
|
-
getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<
|
|
7137
|
+
getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7138
7138
|
/**
|
|
7139
7139
|
* List the keys for all objects.
|
|
7140
7140
|
* @summary List all Object Keys
|
|
@@ -7142,7 +7142,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
7142
7142
|
* @param {*} [options] Override http request option.
|
|
7143
7143
|
* @throws {RequiredError}
|
|
7144
7144
|
*/
|
|
7145
|
-
listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
7145
|
+
listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
|
|
7146
7146
|
/**
|
|
7147
7147
|
* 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.
|
|
7148
7148
|
* @summary Store Object
|
|
@@ -7155,7 +7155,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
7155
7155
|
*/
|
|
7156
7156
|
storeObject(cell: string, key: string, xMetadata?: {
|
|
7157
7157
|
[key: string]: string;
|
|
7158
|
-
}, anyValue?: any, options?: RawAxiosRequestConfig): Promise<
|
|
7158
|
+
}, anyValue?: any, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7159
7159
|
}
|
|
7160
7160
|
/**
|
|
7161
7161
|
* SystemApi - axios parameter creator
|
|
@@ -7474,7 +7474,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
7474
7474
|
*/
|
|
7475
7475
|
backupConfiguration(resources?: Array<string>, metadata?: {
|
|
7476
7476
|
[key: string]: string;
|
|
7477
|
-
}, options?: RawAxiosRequestConfig): Promise<
|
|
7477
|
+
}, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
|
|
7478
7478
|
/**
|
|
7479
7479
|
* Check if a more recent Wandelbots NOVA Version is available.
|
|
7480
7480
|
* @summary Check update
|
|
@@ -7482,7 +7482,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
7482
7482
|
* @param {*} [options] Override http request option.
|
|
7483
7483
|
* @throws {RequiredError}
|
|
7484
7484
|
*/
|
|
7485
|
-
checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<
|
|
7485
|
+
checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string, any>>;
|
|
7486
7486
|
/**
|
|
7487
7487
|
* <!-- 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.
|
|
7488
7488
|
* @summary Get ARP-Scan
|
|
@@ -7492,7 +7492,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
7492
7492
|
* @param {*} [options] Override http request option.
|
|
7493
7493
|
* @throws {RequiredError}
|
|
7494
7494
|
*/
|
|
7495
|
-
getArpScan(_interface?: string, cidr?: string, timeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
7495
|
+
getArpScan(_interface?: string, cidr?: string, timeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<NetworkDevice[], any>>;
|
|
7496
7496
|
/**
|
|
7497
7497
|
* 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.
|
|
7498
7498
|
* @summary Retrieve Backup Status
|
|
@@ -7500,49 +7500,49 @@ declare class SystemApi extends BaseAPI {
|
|
|
7500
7500
|
* @param {*} [options] Override http request option.
|
|
7501
7501
|
* @throws {RequiredError}
|
|
7502
7502
|
*/
|
|
7503
|
-
getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<
|
|
7503
|
+
getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ConfigurationArchiveStatus, any>>;
|
|
7504
7504
|
/**
|
|
7505
7505
|
* 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.
|
|
7506
7506
|
* @summary Download Diagnosis Package
|
|
7507
7507
|
* @param {*} [options] Override http request option.
|
|
7508
7508
|
* @throws {RequiredError}
|
|
7509
7509
|
*/
|
|
7510
|
-
getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<
|
|
7510
|
+
getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
|
|
7511
7511
|
/**
|
|
7512
7512
|
* <!-- theme: danger --> > **Experimental** Get the network interfaces of the system.
|
|
7513
7513
|
* @summary Network Interfaces
|
|
7514
7514
|
* @param {*} [options] Override http request option.
|
|
7515
7515
|
* @throws {RequiredError}
|
|
7516
7516
|
*/
|
|
7517
|
-
getNetworkInterfaces(options?: RawAxiosRequestConfig): Promise<
|
|
7517
|
+
getNetworkInterfaces(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<NetworkInterface[], any>>;
|
|
7518
7518
|
/**
|
|
7519
7519
|
* <!-- theme: danger --> > **Experimental** Get the current state of the network.
|
|
7520
7520
|
* @summary Network State
|
|
7521
7521
|
* @param {*} [options] Override http request option.
|
|
7522
7522
|
* @throws {RequiredError}
|
|
7523
7523
|
*/
|
|
7524
|
-
getNetworkState(options?: RawAxiosRequestConfig): Promise<
|
|
7524
|
+
getNetworkState(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<NetworkState, any>>;
|
|
7525
7525
|
/**
|
|
7526
7526
|
* Get the status of all system services.
|
|
7527
7527
|
* @summary Wandelbots NOVA status
|
|
7528
7528
|
* @param {*} [options] Override http request option.
|
|
7529
7529
|
* @throws {RequiredError}
|
|
7530
7530
|
*/
|
|
7531
|
-
getSystemStatus(options?: RawAxiosRequestConfig): Promise<
|
|
7531
|
+
getSystemStatus(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ServiceStatus[], any>>;
|
|
7532
7532
|
/**
|
|
7533
7533
|
* Get the current Wandelbots NOVA version.
|
|
7534
7534
|
* @summary Wandelbots NOVA Version
|
|
7535
7535
|
* @param {*} [options] Override http request option.
|
|
7536
7536
|
* @throws {RequiredError}
|
|
7537
7537
|
*/
|
|
7538
|
-
getSystemVersion(options?: RawAxiosRequestConfig): Promise<
|
|
7538
|
+
getSystemVersion(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string, any>>;
|
|
7539
7539
|
/**
|
|
7540
7540
|
* Retrieves a list of all available configuration resources for backup purposes.
|
|
7541
7541
|
* @summary List Configuration Resources
|
|
7542
7542
|
* @param {*} [options] Override http request option.
|
|
7543
7543
|
* @throws {RequiredError}
|
|
7544
7544
|
*/
|
|
7545
|
-
listConfigurationResources(options?: RawAxiosRequestConfig): Promise<
|
|
7545
|
+
listConfigurationResources(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ConfigurationResource[], any>>;
|
|
7546
7546
|
/**
|
|
7547
7547
|
* Restores a previously backed up configuration. If an empty array of resources is provided, all resources from the backup will be restored.
|
|
7548
7548
|
* @summary Restore Configuration Backup
|
|
@@ -7551,7 +7551,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
7551
7551
|
* @param {*} [options] Override http request option.
|
|
7552
7552
|
* @throws {RequiredError}
|
|
7553
7553
|
*/
|
|
7554
|
-
restoreConfiguration(body: File, resources?: Array<string>, options?: RawAxiosRequestConfig): Promise<
|
|
7554
|
+
restoreConfiguration(body: File, resources?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7555
7555
|
/**
|
|
7556
7556
|
* 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.
|
|
7557
7557
|
* @summary Update Wandelbots NOVA version
|
|
@@ -7559,7 +7559,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
7559
7559
|
* @param {*} [options] Override http request option.
|
|
7560
7560
|
* @throws {RequiredError}
|
|
7561
7561
|
*/
|
|
7562
|
-
updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<
|
|
7562
|
+
updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7563
7563
|
}
|
|
7564
7564
|
/**
|
|
7565
7565
|
* TrajectoryCachingApi - axios parameter creator
|
|
@@ -7733,7 +7733,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
|
|
|
7733
7733
|
* @param {*} [options] Override http request option.
|
|
7734
7734
|
* @throws {RequiredError}
|
|
7735
7735
|
*/
|
|
7736
|
-
addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<
|
|
7736
|
+
addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<AddTrajectoryResponse, any>>;
|
|
7737
7737
|
/**
|
|
7738
7738
|
* Clear the trajectory cache.
|
|
7739
7739
|
* @summary Clear Trajectories
|
|
@@ -7742,7 +7742,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
|
|
|
7742
7742
|
* @param {*} [options] Override http request option.
|
|
7743
7743
|
* @throws {RequiredError}
|
|
7744
7744
|
*/
|
|
7745
|
-
clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
7745
|
+
clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7746
7746
|
/**
|
|
7747
7747
|
* 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.
|
|
7748
7748
|
* @summary Delete Trajectory
|
|
@@ -7752,7 +7752,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
|
|
|
7752
7752
|
* @param {*} [options] Override http request option.
|
|
7753
7753
|
* @throws {RequiredError}
|
|
7754
7754
|
*/
|
|
7755
|
-
deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<
|
|
7755
|
+
deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
7756
7756
|
/**
|
|
7757
7757
|
* Get a previously created trajectory from cache. Use [listTrajectories](listTrajectories) to list all cached trajectories.
|
|
7758
7758
|
* @summary Get Trajectory
|
|
@@ -7762,7 +7762,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
|
|
|
7762
7762
|
* @param {*} [options] Override http request option.
|
|
7763
7763
|
* @throws {RequiredError}
|
|
7764
7764
|
*/
|
|
7765
|
-
getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<
|
|
7765
|
+
getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<GetTrajectoryResponse, any>>;
|
|
7766
7766
|
/**
|
|
7767
7767
|
* 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.
|
|
7768
7768
|
* @summary List Trajectories
|
|
@@ -7771,7 +7771,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
|
|
|
7771
7771
|
* @param {*} [options] Override http request option.
|
|
7772
7772
|
* @throws {RequiredError}
|
|
7773
7773
|
*/
|
|
7774
|
-
listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
7774
|
+
listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ListTrajectoriesResponse, any>>;
|
|
7775
7775
|
}
|
|
7776
7776
|
/**
|
|
7777
7777
|
* TrajectoryExecutionApi - axios parameter creator
|
|
@@ -7831,7 +7831,7 @@ declare class TrajectoryExecutionApi extends BaseAPI {
|
|
|
7831
7831
|
* @param {*} [options] Override http request option.
|
|
7832
7832
|
* @throws {RequiredError}
|
|
7833
7833
|
*/
|
|
7834
|
-
executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<
|
|
7834
|
+
executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ExecuteTrajectoryResponse, any>>;
|
|
7835
7835
|
}
|
|
7836
7836
|
/**
|
|
7837
7837
|
* TrajectoryPlanningApi - axios parameter creator
|
|
@@ -7914,7 +7914,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
|
|
|
7914
7914
|
* @param {*} [options] Override http request option.
|
|
7915
7915
|
* @throws {RequiredError}
|
|
7916
7916
|
*/
|
|
7917
|
-
planCollisionFree(cell: string, planCollisionFreeRequest: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<
|
|
7917
|
+
planCollisionFree(cell: string, planCollisionFreeRequest: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<PlanCollisionFreeResponse, any>>;
|
|
7918
7918
|
/**
|
|
7919
7919
|
* 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.
|
|
7920
7920
|
* @summary Plan Trajectory
|
|
@@ -7923,7 +7923,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
|
|
|
7923
7923
|
* @param {*} [options] Override http request option.
|
|
7924
7924
|
* @throws {RequiredError}
|
|
7925
7925
|
*/
|
|
7926
|
-
planTrajectory(cell: string, planTrajectoryRequest: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<
|
|
7926
|
+
planTrajectory(cell: string, planTrajectoryRequest: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<PlanTrajectoryResponse, any>>;
|
|
7927
7927
|
}
|
|
7928
7928
|
/**
|
|
7929
7929
|
* VersionApi - axios parameter creator
|
|
@@ -7971,7 +7971,7 @@ declare class VersionApi extends BaseAPI {
|
|
|
7971
7971
|
* @param {*} [options] Override http request option.
|
|
7972
7972
|
* @throws {RequiredError}
|
|
7973
7973
|
*/
|
|
7974
|
-
getApiVersion(options?: RawAxiosRequestConfig): Promise<
|
|
7974
|
+
getApiVersion(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ApiVersion, any>>;
|
|
7975
7975
|
}
|
|
7976
7976
|
/**
|
|
7977
7977
|
* VirtualControllerApi - axios parameter creator
|
|
@@ -8461,7 +8461,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8461
8461
|
* @param {*} [options] Override http request option.
|
|
8462
8462
|
* @throws {RequiredError}
|
|
8463
8463
|
*/
|
|
8464
|
-
addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<
|
|
8464
|
+
addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8465
8465
|
/**
|
|
8466
8466
|
* 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.
|
|
8467
8467
|
* @summary Add TCP
|
|
@@ -8473,7 +8473,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8473
8473
|
* @param {*} [options] Override http request option.
|
|
8474
8474
|
* @throws {RequiredError}
|
|
8475
8475
|
*/
|
|
8476
|
-
addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<
|
|
8476
|
+
addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8477
8477
|
/**
|
|
8478
8478
|
* 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.
|
|
8479
8479
|
* @summary Delete Coordinate System
|
|
@@ -8484,7 +8484,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8484
8484
|
* @param {*} [options] Override http request option.
|
|
8485
8485
|
* @throws {RequiredError}
|
|
8486
8486
|
*/
|
|
8487
|
-
deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<
|
|
8487
|
+
deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8488
8488
|
/**
|
|
8489
8489
|
* 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.
|
|
8490
8490
|
* @summary Remove TCP
|
|
@@ -8495,7 +8495,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8495
8495
|
* @param {*} [options] Override http request option.
|
|
8496
8496
|
* @throws {RequiredError}
|
|
8497
8497
|
*/
|
|
8498
|
-
deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<
|
|
8498
|
+
deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8499
8499
|
/**
|
|
8500
8500
|
* 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.
|
|
8501
8501
|
* @summary Get Emergency Stop State
|
|
@@ -8504,7 +8504,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8504
8504
|
* @param {*} [options] Override http request option.
|
|
8505
8505
|
* @throws {RequiredError}
|
|
8506
8506
|
*/
|
|
8507
|
-
getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
8507
|
+
getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Flag, any>>;
|
|
8508
8508
|
/**
|
|
8509
8509
|
* Get the current motion group state which provides values for the joints\' position, velocity and acceleration.
|
|
8510
8510
|
* @summary Get Motion Group State
|
|
@@ -8514,7 +8514,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8514
8514
|
* @param {*} [options] Override http request option.
|
|
8515
8515
|
* @throws {RequiredError}
|
|
8516
8516
|
*/
|
|
8517
|
-
getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<
|
|
8517
|
+
getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupJoints, any>>;
|
|
8518
8518
|
/**
|
|
8519
8519
|
* Gets information on the motion group.
|
|
8520
8520
|
* @summary Motion Group Description
|
|
@@ -8523,7 +8523,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8523
8523
|
* @param {*} [options] Override http request option.
|
|
8524
8524
|
* @throws {RequiredError}
|
|
8525
8525
|
*/
|
|
8526
|
-
getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
8526
|
+
getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupInfo[], any>>;
|
|
8527
8527
|
/**
|
|
8528
8528
|
* 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.
|
|
8529
8529
|
* @summary Get Operation Mode
|
|
@@ -8532,7 +8532,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8532
8532
|
* @param {*} [options] Override http request option.
|
|
8533
8533
|
* @throws {RequiredError}
|
|
8534
8534
|
*/
|
|
8535
|
-
getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
8535
|
+
getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<OpMode, any>>;
|
|
8536
8536
|
/**
|
|
8537
8537
|
* Gets motion group mounting. The motion group is based on the origin of the returned coordinate system.
|
|
8538
8538
|
* @summary Get Mounting
|
|
@@ -8542,7 +8542,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8542
8542
|
* @param {*} [options] Override http request option.
|
|
8543
8543
|
* @throws {RequiredError}
|
|
8544
8544
|
*/
|
|
8545
|
-
getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<
|
|
8545
|
+
getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem, any>>;
|
|
8546
8546
|
/**
|
|
8547
8547
|
* Lists all coordinate systems on the robot controller.
|
|
8548
8548
|
* @summary List Coordinate Systems
|
|
@@ -8551,7 +8551,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8551
8551
|
* @param {*} [options] Override http request option.
|
|
8552
8552
|
* @throws {RequiredError}
|
|
8553
8553
|
*/
|
|
8554
|
-
listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
8554
|
+
listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem[], any>>;
|
|
8555
8555
|
/**
|
|
8556
8556
|
* Lists TCPs of the motion group. An empty TCP list is valid, e.g., for external axes.
|
|
8557
8557
|
* @summary List TCPs
|
|
@@ -8561,7 +8561,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8561
8561
|
* @param {*} [options] Override http request option.
|
|
8562
8562
|
* @throws {RequiredError}
|
|
8563
8563
|
*/
|
|
8564
|
-
listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<
|
|
8564
|
+
listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotTcp[], any>>;
|
|
8565
8565
|
/**
|
|
8566
8566
|
* 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.
|
|
8567
8567
|
* @summary Push or Release Emergency Stop
|
|
@@ -8571,7 +8571,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8571
8571
|
* @param {*} [options] Override http request option.
|
|
8572
8572
|
* @throws {RequiredError}
|
|
8573
8573
|
*/
|
|
8574
|
-
setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<
|
|
8574
|
+
setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8575
8575
|
/**
|
|
8576
8576
|
* 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.
|
|
8577
8577
|
* @summary Set Motion Group State
|
|
@@ -8582,7 +8582,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8582
8582
|
* @param {*} [options] Override http request option.
|
|
8583
8583
|
* @throws {RequiredError}
|
|
8584
8584
|
*/
|
|
8585
|
-
setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<
|
|
8585
|
+
setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8586
8586
|
/**
|
|
8587
8587
|
* 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.
|
|
8588
8588
|
* @summary Set Operation Mode
|
|
@@ -8592,7 +8592,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8592
8592
|
* @param {*} [options] Override http request option.
|
|
8593
8593
|
* @throws {RequiredError}
|
|
8594
8594
|
*/
|
|
8595
|
-
setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<
|
|
8595
|
+
setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8596
8596
|
/**
|
|
8597
8597
|
* 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.
|
|
8598
8598
|
* @summary Set Mounting
|
|
@@ -8603,7 +8603,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
8603
8603
|
* @param {*} [options] Override http request option.
|
|
8604
8604
|
* @throws {RequiredError}
|
|
8605
8605
|
*/
|
|
8606
|
-
setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<
|
|
8606
|
+
setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem, any>>;
|
|
8607
8607
|
}
|
|
8608
8608
|
/**
|
|
8609
8609
|
* VirtualControllerBehaviorApi - axios parameter creator
|
|
@@ -8747,7 +8747,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
|
|
|
8747
8747
|
* @param {*} [options] Override http request option.
|
|
8748
8748
|
* @throws {RequiredError}
|
|
8749
8749
|
*/
|
|
8750
|
-
externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<
|
|
8750
|
+
externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ExternalJointStreamDatapoint[], any>>;
|
|
8751
8751
|
/**
|
|
8752
8752
|
* Get the cycle time of controller communication in [ms].
|
|
8753
8753
|
* @summary Get Cycle Time
|
|
@@ -8756,7 +8756,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
|
|
|
8756
8756
|
* @param {*} [options] Override http request option.
|
|
8757
8757
|
* @throws {RequiredError}
|
|
8758
8758
|
*/
|
|
8759
|
-
getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
8759
|
+
getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CycleTime, any>>;
|
|
8760
8760
|
/**
|
|
8761
8761
|
* Get the current virtual controller behavior. See [setVirtualControllerBehavior](setVirtualControllerBehavior) and the body for details.
|
|
8762
8762
|
* @summary Get Behavior
|
|
@@ -8765,7 +8765,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
|
|
|
8765
8765
|
* @param {*} [options] Override http request option.
|
|
8766
8766
|
* @throws {RequiredError}
|
|
8767
8767
|
*/
|
|
8768
|
-
getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
8768
|
+
getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Behavior, any>>;
|
|
8769
8769
|
/**
|
|
8770
8770
|
* Set virtual controller behavior. See query parameters for details.
|
|
8771
8771
|
* @summary Set Behavior
|
|
@@ -8775,7 +8775,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
|
|
|
8775
8775
|
* @param {*} [options] Override http request option.
|
|
8776
8776
|
* @throws {RequiredError}
|
|
8777
8777
|
*/
|
|
8778
|
-
setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<
|
|
8778
|
+
setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8779
8779
|
}
|
|
8780
8780
|
/**
|
|
8781
8781
|
* VirtualControllerInputsOutputsApi - axios parameter creator
|
|
@@ -8904,7 +8904,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
|
|
|
8904
8904
|
* @param {*} [options] Override http request option.
|
|
8905
8905
|
* @throws {RequiredError}
|
|
8906
8906
|
*/
|
|
8907
|
-
listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<
|
|
8907
|
+
listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IOValue[], any>>;
|
|
8908
8908
|
/**
|
|
8909
8909
|
* 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.
|
|
8910
8910
|
* @summary List Descriptions
|
|
@@ -8917,7 +8917,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
|
|
|
8917
8917
|
* @param {*} [options] Override http request option.
|
|
8918
8918
|
* @throws {RequiredError}
|
|
8919
8919
|
*/
|
|
8920
|
-
listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<
|
|
8920
|
+
listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IODescription[], any>>;
|
|
8921
8921
|
/**
|
|
8922
8922
|
* Sets a list of values of a virtual controller inputs/outputs.
|
|
8923
8923
|
* @summary Set Input/Ouput Values
|
|
@@ -8927,7 +8927,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
|
|
|
8927
8927
|
* @param {*} [options] Override http request option.
|
|
8928
8928
|
* @throws {RequiredError}
|
|
8929
8929
|
*/
|
|
8930
|
-
setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<
|
|
8930
|
+
setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
|
|
8931
8931
|
}
|
|
8932
8932
|
//#endregion
|
|
8933
8933
|
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 };
|