@wandelbots/nova-api 25.9.0-dev.28 → 25.9.0-dev.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v1/index.cjs +1 -1
- package/dist/v1/index.d.cts +4 -4
- package/dist/v1/index.d.ts +4 -4
- package/dist/v1/index.js +1 -1
- package/dist/v2/index.cjs +1 -1
- package/dist/v2/index.d.cts +4 -4
- package/dist/v2/index.d.ts +4 -4
- package/dist/v2/index.js +1 -1
- package/package.json +1 -1
package/dist/v1/index.cjs
CHANGED
|
@@ -1984,7 +1984,7 @@ var ControllerApi = class extends BaseAPI {
|
|
|
1984
1984
|
return ControllerApiFp(this.configuration).streamRobotControllerState(cell, controller, responseRate, options).then((request) => request(this.axios, this.basePath));
|
|
1985
1985
|
}
|
|
1986
1986
|
/**
|
|
1987
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior.
|
|
1987
|
+
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior. 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).
|
|
1988
1988
|
* @summary Update Robot Controller Configuration
|
|
1989
1989
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
1990
1990
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
package/dist/v1/index.d.cts
CHANGED
|
@@ -8242,7 +8242,7 @@ declare const ControllerApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
8242
8242
|
*/
|
|
8243
8243
|
streamRobotControllerState: (cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8244
8244
|
/**
|
|
8245
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior.
|
|
8245
|
+
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior. 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).
|
|
8246
8246
|
* @summary Update Robot Controller Configuration
|
|
8247
8247
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8248
8248
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -8380,7 +8380,7 @@ declare const ControllerApiFp: (configuration?: Configuration) => {
|
|
|
8380
8380
|
*/
|
|
8381
8381
|
streamRobotControllerState(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RobotControllerState>>;
|
|
8382
8382
|
/**
|
|
8383
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior.
|
|
8383
|
+
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior. 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).
|
|
8384
8384
|
* @summary Update Robot Controller Configuration
|
|
8385
8385
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8386
8386
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -8518,7 +8518,7 @@ declare const ControllerApiFactory: (configuration?: Configuration, basePath?: s
|
|
|
8518
8518
|
*/
|
|
8519
8519
|
streamRobotControllerState(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): AxiosPromise<RobotControllerState>;
|
|
8520
8520
|
/**
|
|
8521
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior.
|
|
8521
|
+
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior. 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).
|
|
8522
8522
|
* @summary Update Robot Controller Configuration
|
|
8523
8523
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8524
8524
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -8671,7 +8671,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
8671
8671
|
*/
|
|
8672
8672
|
streamRobotControllerState(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios121.AxiosResponse<RobotControllerState, any>>;
|
|
8673
8673
|
/**
|
|
8674
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior.
|
|
8674
|
+
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior. 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).
|
|
8675
8675
|
* @summary Update Robot Controller Configuration
|
|
8676
8676
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8677
8677
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
package/dist/v1/index.d.ts
CHANGED
|
@@ -8242,7 +8242,7 @@ declare const ControllerApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
8242
8242
|
*/
|
|
8243
8243
|
streamRobotControllerState: (cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8244
8244
|
/**
|
|
8245
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior.
|
|
8245
|
+
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior. 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).
|
|
8246
8246
|
* @summary Update Robot Controller Configuration
|
|
8247
8247
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8248
8248
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -8380,7 +8380,7 @@ declare const ControllerApiFp: (configuration?: Configuration) => {
|
|
|
8380
8380
|
*/
|
|
8381
8381
|
streamRobotControllerState(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RobotControllerState>>;
|
|
8382
8382
|
/**
|
|
8383
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior.
|
|
8383
|
+
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior. 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).
|
|
8384
8384
|
* @summary Update Robot Controller Configuration
|
|
8385
8385
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8386
8386
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -8518,7 +8518,7 @@ declare const ControllerApiFactory: (configuration?: Configuration, basePath?: s
|
|
|
8518
8518
|
*/
|
|
8519
8519
|
streamRobotControllerState(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): AxiosPromise<RobotControllerState>;
|
|
8520
8520
|
/**
|
|
8521
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior.
|
|
8521
|
+
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior. 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).
|
|
8522
8522
|
* @summary Update Robot Controller Configuration
|
|
8523
8523
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8524
8524
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -8671,7 +8671,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
8671
8671
|
*/
|
|
8672
8672
|
streamRobotControllerState(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios121.AxiosResponse<RobotControllerState, any>>;
|
|
8673
8673
|
/**
|
|
8674
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior.
|
|
8674
|
+
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior. 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).
|
|
8675
8675
|
* @summary Update Robot Controller Configuration
|
|
8676
8676
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8677
8677
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
package/dist/v1/index.js
CHANGED
|
@@ -1982,7 +1982,7 @@ var ControllerApi = class extends BaseAPI {
|
|
|
1982
1982
|
return ControllerApiFp(this.configuration).streamRobotControllerState(cell, controller, responseRate, options).then((request) => request(this.axios, this.basePath));
|
|
1983
1983
|
}
|
|
1984
1984
|
/**
|
|
1985
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior.
|
|
1985
|
+
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior. 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).
|
|
1986
1986
|
* @summary Update Robot Controller Configuration
|
|
1987
1987
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
1988
1988
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
package/dist/v2/index.cjs
CHANGED
|
@@ -2757,7 +2757,7 @@ var ControllerApi = class extends BaseAPI {
|
|
|
2757
2757
|
return ControllerApiFp(this.configuration).streamRobotControllerState(cell, controller, responseRate, addControllerTimeout, options).then((request) => request(this.axios, this.basePath));
|
|
2758
2758
|
}
|
|
2759
2759
|
/**
|
|
2760
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller.
|
|
2760
|
+
* 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).
|
|
2761
2761
|
* @summary Update Robot Controller
|
|
2762
2762
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
2763
2763
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
package/dist/v2/index.d.cts
CHANGED
|
@@ -6880,7 +6880,7 @@ declare const ControllerApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
6880
6880
|
*/
|
|
6881
6881
|
streamRobotControllerState: (cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6882
6882
|
/**
|
|
6883
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller.
|
|
6883
|
+
* 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).
|
|
6884
6884
|
* @summary Update Robot Controller
|
|
6885
6885
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6886
6886
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -7022,7 +7022,7 @@ declare const ControllerApiFp: (configuration?: Configuration) => {
|
|
|
7022
7022
|
*/
|
|
7023
7023
|
streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RobotControllerState>>;
|
|
7024
7024
|
/**
|
|
7025
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller.
|
|
7025
|
+
* 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).
|
|
7026
7026
|
* @summary Update Robot Controller
|
|
7027
7027
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
7028
7028
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -7164,7 +7164,7 @@ declare const ControllerApiFactory: (configuration?: Configuration, basePath?: s
|
|
|
7164
7164
|
*/
|
|
7165
7165
|
streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): AxiosPromise<RobotControllerState>;
|
|
7166
7166
|
/**
|
|
7167
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller.
|
|
7167
|
+
* 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).
|
|
7168
7168
|
* @summary Update Robot Controller
|
|
7169
7169
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
7170
7170
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -7321,7 +7321,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7321
7321
|
*/
|
|
7322
7322
|
streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
|
|
7323
7323
|
/**
|
|
7324
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller.
|
|
7324
|
+
* 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).
|
|
7325
7325
|
* @summary Update Robot Controller
|
|
7326
7326
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
7327
7327
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
package/dist/v2/index.d.ts
CHANGED
|
@@ -6880,7 +6880,7 @@ declare const ControllerApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
6880
6880
|
*/
|
|
6881
6881
|
streamRobotControllerState: (cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6882
6882
|
/**
|
|
6883
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller.
|
|
6883
|
+
* 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).
|
|
6884
6884
|
* @summary Update Robot Controller
|
|
6885
6885
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6886
6886
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -7022,7 +7022,7 @@ declare const ControllerApiFp: (configuration?: Configuration) => {
|
|
|
7022
7022
|
*/
|
|
7023
7023
|
streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RobotControllerState>>;
|
|
7024
7024
|
/**
|
|
7025
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller.
|
|
7025
|
+
* 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).
|
|
7026
7026
|
* @summary Update Robot Controller
|
|
7027
7027
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
7028
7028
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -7164,7 +7164,7 @@ declare const ControllerApiFactory: (configuration?: Configuration, basePath?: s
|
|
|
7164
7164
|
*/
|
|
7165
7165
|
streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): AxiosPromise<RobotControllerState>;
|
|
7166
7166
|
/**
|
|
7167
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller.
|
|
7167
|
+
* 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).
|
|
7168
7168
|
* @summary Update Robot Controller
|
|
7169
7169
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
7170
7170
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -7321,7 +7321,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7321
7321
|
*/
|
|
7322
7322
|
streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
|
|
7323
7323
|
/**
|
|
7324
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller.
|
|
7324
|
+
* 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).
|
|
7325
7325
|
* @summary Update Robot Controller
|
|
7326
7326
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
7327
7327
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
package/dist/v2/index.js
CHANGED
|
@@ -2755,7 +2755,7 @@ var ControllerApi = class extends BaseAPI {
|
|
|
2755
2755
|
return ControllerApiFp(this.configuration).streamRobotControllerState(cell, controller, responseRate, addControllerTimeout, options).then((request) => request(this.axios, this.basePath));
|
|
2756
2756
|
}
|
|
2757
2757
|
/**
|
|
2758
|
-
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller.
|
|
2758
|
+
* 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).
|
|
2759
2759
|
* @summary Update Robot Controller
|
|
2760
2760
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
2761
2761
|
* @param {string} controller Unique identifier to address a controller in the cell.
|