@wandelbots/nova-api 25.8.0-dev.50 → 25.8.0-dev.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "25.8.0-dev.50",
3
+ "version": "25.8.0-dev.51",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "files": [
6
6
  "*",
package/v2/api.d.ts CHANGED
@@ -2047,12 +2047,6 @@ export interface InitializeJoggingRequest {
2047
2047
  * @memberof InitializeJoggingRequest
2048
2048
  */
2049
2049
  'tcp'?: string;
2050
- /**
2051
- * Update rate for the response message in milliseconds (ms). Recommendation: As Wandelbots NOVA updates states in the controller\'s step rate, use either the controller\'s step rate or a multiple of it. Wandelbots NOVA will not interpolate the state but round it to the nearest step rate below the configured response rate. Use [getOptimizerConfiguration](getOptimizerConfiguration) to get the controller\'s step rate. Minimal response rate is the step rate of the controller.
2052
- * @type {number}
2053
- * @memberof InitializeJoggingRequest
2054
- */
2055
- 'response_rate'?: number;
2056
2050
  /**
2057
2051
  * Unique identifier addressing a coordinate system to which the responses are transformed. If not set, world coordinate system is used.
2058
2052
  * @type {string}
@@ -2111,12 +2105,6 @@ export interface InitializeMovementRequest {
2111
2105
  * @memberof InitializeMovementRequest
2112
2106
  */
2113
2107
  'initial_location'?: number;
2114
- /**
2115
- * Update rate for the response message in milliseconds (ms). Default is 200 ms. Recommendation: As Wandelbots NOVA updates states in the controller\'s step rate, use either the controller\'s step rate or a multiple of it. Wandelbots NOVA will not interpolate the state but rather round it to the nearest step rate below the configured response rate. Minimal response rate is the step rate of controller.
2116
- * @type {number}
2117
- * @memberof InitializeMovementRequest
2118
- */
2119
- 'response_rate'?: number;
2120
2108
  /**
2121
2109
  * Unique identifier addressing a coordinate system to which the responses are transformed. If not set, world coordinate system is used.
2122
2110
  * @type {string}