@wandelbots/nova-api 26.3.0-dev.11 → 26.3.0-dev.13
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 +10 -2
- package/dist/v2/index.d.ts +10 -2
- package/package.json +1 -1
package/dist/v2/index.d.cts
CHANGED
|
@@ -7,7 +7,7 @@ import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
|
|
|
7
7
|
* Wandelbots NOVA API
|
|
8
8
|
* Interact with robots in an easy and intuitive way.
|
|
9
9
|
*
|
|
10
|
-
* The version of the OpenAPI document: 2.
|
|
10
|
+
* The version of the OpenAPI document: 2.3.0 dev
|
|
11
11
|
*
|
|
12
12
|
*
|
|
13
13
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1634,6 +1634,10 @@ interface KinematicModel {
|
|
|
1634
1634
|
* Constant coordinate transformation between the motion group base frame and the start of the kinematic chain modeled by Denavit-Hartenberg parameters.
|
|
1635
1635
|
*/
|
|
1636
1636
|
'kinematic_chain_offset'?: Pose;
|
|
1637
|
+
/**
|
|
1638
|
+
* Constant coordinate transformation between the end of the kinematic chain modelled by Denavit-Hartenberg parameters and the flange frame. This can be used, e.g., to ensure that the flange frame has a certain orientation.
|
|
1639
|
+
*/
|
|
1640
|
+
'flange_offset'?: Pose;
|
|
1637
1641
|
/**
|
|
1638
1642
|
* Optional name of the inverse kinematics solver.
|
|
1639
1643
|
*/
|
|
@@ -1952,7 +1956,7 @@ type MotionCommandBlending = BlendingAuto | BlendingPosition;
|
|
|
1952
1956
|
*/
|
|
1953
1957
|
type MotionCommandPath = PathCartesianPTP | PathCircle | PathCubicSpline | PathJointPTP | PathLine;
|
|
1954
1958
|
/**
|
|
1955
|
-
* The configuration of a motion-group used for motion planning. The parameters `mounting`, `kinematic_chain_offset`, `dh_parameters` and `tcp_offset` are used to model the kinematic structure of the motion group. They can be used to compute the coordinate transformations from world to tcp frame: [world frame] -> mounting -> [base frame] -> kinematic chain offset + motion group kinematics (Denavit-Hartenberg parameters) -> [flange frame] -> tcp_offset -> [tcp frame].
|
|
1959
|
+
* The configuration of a motion-group used for motion planning. The parameters `mounting`, `kinematic_chain_offset`, `dh_parameters`, `flange_offset` and `tcp_offset` are used to model the kinematic structure of the motion group. They can be used to compute the coordinate transformations from world to tcp frame: [world frame] -> mounting -> [base frame] -> kinematic chain offset + motion group kinematics (Denavit-Hartenberg parameters) -> [end of kinematic chain frame] -> flange_offset -> [flange frame] -> tcp_offset -> [tcp frame].
|
|
1956
1960
|
*/
|
|
1957
1961
|
interface MotionGroupDescription {
|
|
1958
1962
|
/**
|
|
@@ -2008,6 +2012,10 @@ interface MotionGroupDescription {
|
|
|
2008
2012
|
* Constant coordinate transformation between the motion group base frame and the start of the kinematic chain modelled by Denavit-Hartenberg parameters. Unlike the mounting, which is used to set the actual position and orientation of the motion group within a cell, this offset is fixed. It is part of the description of the kinematical structure of the motion group.
|
|
2009
2013
|
*/
|
|
2010
2014
|
'kinematic_chain_offset'?: Pose;
|
|
2015
|
+
/**
|
|
2016
|
+
* Constant coordinate transformation between the end of the kinematic chain modelled by Denavit-Hartenberg parameters and the flange frame. This can be used, e.g., to ensure that the flange frame has a certain orientation.
|
|
2017
|
+
*/
|
|
2018
|
+
'flange_offset'?: Pose;
|
|
2011
2019
|
/**
|
|
2012
2020
|
* The serial number of the motion group, if available. If not available, the serial number of the robot controller. If not available, empty.
|
|
2013
2021
|
*/
|
package/dist/v2/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
|
|
|
7
7
|
* Wandelbots NOVA API
|
|
8
8
|
* Interact with robots in an easy and intuitive way.
|
|
9
9
|
*
|
|
10
|
-
* The version of the OpenAPI document: 2.
|
|
10
|
+
* The version of the OpenAPI document: 2.3.0 dev
|
|
11
11
|
*
|
|
12
12
|
*
|
|
13
13
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1634,6 +1634,10 @@ interface KinematicModel {
|
|
|
1634
1634
|
* Constant coordinate transformation between the motion group base frame and the start of the kinematic chain modeled by Denavit-Hartenberg parameters.
|
|
1635
1635
|
*/
|
|
1636
1636
|
'kinematic_chain_offset'?: Pose;
|
|
1637
|
+
/**
|
|
1638
|
+
* Constant coordinate transformation between the end of the kinematic chain modelled by Denavit-Hartenberg parameters and the flange frame. This can be used, e.g., to ensure that the flange frame has a certain orientation.
|
|
1639
|
+
*/
|
|
1640
|
+
'flange_offset'?: Pose;
|
|
1637
1641
|
/**
|
|
1638
1642
|
* Optional name of the inverse kinematics solver.
|
|
1639
1643
|
*/
|
|
@@ -1952,7 +1956,7 @@ type MotionCommandBlending = BlendingAuto | BlendingPosition;
|
|
|
1952
1956
|
*/
|
|
1953
1957
|
type MotionCommandPath = PathCartesianPTP | PathCircle | PathCubicSpline | PathJointPTP | PathLine;
|
|
1954
1958
|
/**
|
|
1955
|
-
* The configuration of a motion-group used for motion planning. The parameters `mounting`, `kinematic_chain_offset`, `dh_parameters` and `tcp_offset` are used to model the kinematic structure of the motion group. They can be used to compute the coordinate transformations from world to tcp frame: [world frame] -> mounting -> [base frame] -> kinematic chain offset + motion group kinematics (Denavit-Hartenberg parameters) -> [flange frame] -> tcp_offset -> [tcp frame].
|
|
1959
|
+
* The configuration of a motion-group used for motion planning. The parameters `mounting`, `kinematic_chain_offset`, `dh_parameters`, `flange_offset` and `tcp_offset` are used to model the kinematic structure of the motion group. They can be used to compute the coordinate transformations from world to tcp frame: [world frame] -> mounting -> [base frame] -> kinematic chain offset + motion group kinematics (Denavit-Hartenberg parameters) -> [end of kinematic chain frame] -> flange_offset -> [flange frame] -> tcp_offset -> [tcp frame].
|
|
1956
1960
|
*/
|
|
1957
1961
|
interface MotionGroupDescription {
|
|
1958
1962
|
/**
|
|
@@ -2008,6 +2012,10 @@ interface MotionGroupDescription {
|
|
|
2008
2012
|
* Constant coordinate transformation between the motion group base frame and the start of the kinematic chain modelled by Denavit-Hartenberg parameters. Unlike the mounting, which is used to set the actual position and orientation of the motion group within a cell, this offset is fixed. It is part of the description of the kinematical structure of the motion group.
|
|
2009
2013
|
*/
|
|
2010
2014
|
'kinematic_chain_offset'?: Pose;
|
|
2015
|
+
/**
|
|
2016
|
+
* Constant coordinate transformation between the end of the kinematic chain modelled by Denavit-Hartenberg parameters and the flange frame. This can be used, e.g., to ensure that the flange frame has a certain orientation.
|
|
2017
|
+
*/
|
|
2018
|
+
'flange_offset'?: Pose;
|
|
2011
2019
|
/**
|
|
2012
2020
|
* The serial number of the motion group, if available. If not available, the serial number of the robot controller. If not available, empty.
|
|
2013
2021
|
*/
|