@wandelbots/nova-api 26.6.0-dev.79 → 26.6.0-dev.80
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/v2/index.d.cts +4 -0
- package/dist/v2/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/v2/index.d.cts
CHANGED
|
@@ -3823,6 +3823,10 @@ interface PlanCollisionFreeRequest {
|
|
|
3823
3823
|
*/
|
|
3824
3824
|
interface PlanCollisionFreeResponse {
|
|
3825
3825
|
'response': PlanCollisionFreeResponseResponse;
|
|
3826
|
+
/**
|
|
3827
|
+
* The motion commands that produced the trajectory.
|
|
3828
|
+
*/
|
|
3829
|
+
'motion_commands'?: Array<MotionCommand>;
|
|
3826
3830
|
}
|
|
3827
3831
|
/**
|
|
3828
3832
|
* @type PlanCollisionFreeResponseResponse
|
package/dist/v2/index.d.ts
CHANGED
|
@@ -3823,6 +3823,10 @@ interface PlanCollisionFreeRequest {
|
|
|
3823
3823
|
*/
|
|
3824
3824
|
interface PlanCollisionFreeResponse {
|
|
3825
3825
|
'response': PlanCollisionFreeResponseResponse;
|
|
3826
|
+
/**
|
|
3827
|
+
* The motion commands that produced the trajectory.
|
|
3828
|
+
*/
|
|
3829
|
+
'motion_commands'?: Array<MotionCommand>;
|
|
3826
3830
|
}
|
|
3827
3831
|
/**
|
|
3828
3832
|
* @type PlanCollisionFreeResponseResponse
|