@wandelbots/nova-api 25.11.0-dev.8 → 26.1.0-dev.38
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 +183 -183
- package/dist/v1/index.d.ts +183 -183
- package/dist/v1/index.js +1 -1
- package/dist/v2/index.cjs +106 -6
- package/dist/v2/index.d.cts +127 -27
- package/dist/v2/index.d.ts +127 -27
- package/dist/v2/index.js +106 -7
- package/package.json +1 -1
package/dist/v1/index.cjs
CHANGED
|
@@ -4754,7 +4754,7 @@ var MotionApi = class extends BaseAPI {
|
|
|
4754
4754
|
return MotionApiFp(this.configuration).planTrajectory(cell, planTrajectoryRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4755
4755
|
}
|
|
4756
4756
|
/**
|
|
4757
|
-
* Stops an active motion gracefully with deceleration until standstill while staying on the planned trajectory. When an active movement is stopped any further update request will be rejected. The active movement
|
|
4757
|
+
* Stops an active motion gracefully with deceleration until standstill while staying on the planned trajectory. When an active movement is stopped any further update request will be rejected. This call will immediately return even if the deceleration is still in progress. The active movement stream returns responses until the robot has reached standstill. Currently it is not possible to restart the motion. Please send in a feature request if you need to restart/continue the motion.
|
|
4758
4758
|
* @summary Stop
|
|
4759
4759
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
4760
4760
|
* @param {string} motion This represents the UUID of a motion. Every executable or partially executable motion is cached and an UUID is returned. Indicate the UUID to execute the motion or retrieve information on the motion.
|