@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/v2/api.ts CHANGED
@@ -2132,12 +2132,6 @@ export interface InitializeJoggingRequest {
2132
2132
  * @memberof InitializeJoggingRequest
2133
2133
  */
2134
2134
  'tcp'?: string;
2135
- /**
2136
- * 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.
2137
- * @type {number}
2138
- * @memberof InitializeJoggingRequest
2139
- */
2140
- 'response_rate'?: number;
2141
2135
  /**
2142
2136
  * Unique identifier addressing a coordinate system to which the responses are transformed. If not set, world coordinate system is used.
2143
2137
  * @type {string}
@@ -2202,12 +2196,6 @@ export interface InitializeMovementRequest {
2202
2196
  * @memberof InitializeMovementRequest
2203
2197
  */
2204
2198
  'initial_location'?: number;
2205
- /**
2206
- * 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.
2207
- * @type {number}
2208
- * @memberof InitializeMovementRequest
2209
- */
2210
- 'response_rate'?: number;
2211
2199
  /**
2212
2200
  * Unique identifier addressing a coordinate system to which the responses are transformed. If not set, world coordinate system is used.
2213
2201
  * @type {string}