@wandelbots/nova-api 26.6.0-dev.147 → 26.6.0-dev.149
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 +6 -6
- package/dist/v2/index.d.ts +6 -6
- package/package.json +1 -1
package/dist/v2/index.d.cts
CHANGED
|
@@ -1427,7 +1427,7 @@ interface CoordinateSystem {
|
|
|
1427
1427
|
*/
|
|
1428
1428
|
'position'?: Array<number>;
|
|
1429
1429
|
/**
|
|
1430
|
-
* Describes an orientation in 3D space. A
|
|
1430
|
+
* Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
|
|
1431
1431
|
*/
|
|
1432
1432
|
'orientation'?: Array<number>;
|
|
1433
1433
|
'orientation_type'?: OrientationType;
|
|
@@ -1450,7 +1450,7 @@ interface CoordinateSystemData {
|
|
|
1450
1450
|
*/
|
|
1451
1451
|
'position'?: Array<number>;
|
|
1452
1452
|
/**
|
|
1453
|
-
* Describes an orientation in 3D space. A
|
|
1453
|
+
* Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
|
|
1454
1454
|
*/
|
|
1455
1455
|
'orientation'?: Array<number>;
|
|
1456
1456
|
'orientation_type'?: OrientationType;
|
|
@@ -4494,7 +4494,7 @@ interface RobotTcp {
|
|
|
4494
4494
|
*/
|
|
4495
4495
|
'position': Array<number>;
|
|
4496
4496
|
/**
|
|
4497
|
-
* Describes an orientation in 3D space. A
|
|
4497
|
+
* Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
|
|
4498
4498
|
*/
|
|
4499
4499
|
'orientation'?: Array<number>;
|
|
4500
4500
|
'orientation_type'?: OrientationType;
|
|
@@ -4514,7 +4514,7 @@ interface RobotTcpData {
|
|
|
4514
4514
|
*/
|
|
4515
4515
|
'position': Array<number>;
|
|
4516
4516
|
/**
|
|
4517
|
-
* Describes an orientation in 3D space. A
|
|
4517
|
+
* Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
|
|
4518
4518
|
*/
|
|
4519
4519
|
'orientation'?: Array<number>;
|
|
4520
4520
|
'orientation_type'?: OrientationType;
|
|
@@ -5128,7 +5128,7 @@ declare const TcpVelocityResponseKindEnum: {
|
|
|
5128
5128
|
};
|
|
5129
5129
|
type TcpVelocityResponseKindEnum = typeof TcpVelocityResponseKindEnum[keyof typeof TcpVelocityResponseKindEnum];
|
|
5130
5130
|
/**
|
|
5131
|
-
* The configuration of a physical Techman robot controller has to contain an IP address. Additionally an RTRS server configuration has to be specified
|
|
5131
|
+
* The configuration of a physical Techman robot controller has to contain an IP address. Additionally an RTRS server configuration has to be specified to obtain state from the robot.
|
|
5132
5132
|
*/
|
|
5133
5133
|
interface TechmanController {
|
|
5134
5134
|
'kind': TechmanControllerKindEnum;
|
|
@@ -5149,7 +5149,7 @@ declare const TechmanControllerKindEnum: {
|
|
|
5149
5149
|
};
|
|
5150
5150
|
type TechmanControllerKindEnum = typeof TechmanControllerKindEnum[keyof typeof TechmanControllerKindEnum];
|
|
5151
5151
|
/**
|
|
5152
|
-
*
|
|
5152
|
+
* RTRS server configuration for real-time communication.
|
|
5153
5153
|
*/
|
|
5154
5154
|
interface TechmanControllerRtrs {
|
|
5155
5155
|
'ip': string;
|
package/dist/v2/index.d.ts
CHANGED
|
@@ -1427,7 +1427,7 @@ interface CoordinateSystem {
|
|
|
1427
1427
|
*/
|
|
1428
1428
|
'position'?: Array<number>;
|
|
1429
1429
|
/**
|
|
1430
|
-
* Describes an orientation in 3D space. A
|
|
1430
|
+
* Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
|
|
1431
1431
|
*/
|
|
1432
1432
|
'orientation'?: Array<number>;
|
|
1433
1433
|
'orientation_type'?: OrientationType;
|
|
@@ -1450,7 +1450,7 @@ interface CoordinateSystemData {
|
|
|
1450
1450
|
*/
|
|
1451
1451
|
'position'?: Array<number>;
|
|
1452
1452
|
/**
|
|
1453
|
-
* Describes an orientation in 3D space. A
|
|
1453
|
+
* Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
|
|
1454
1454
|
*/
|
|
1455
1455
|
'orientation'?: Array<number>;
|
|
1456
1456
|
'orientation_type'?: OrientationType;
|
|
@@ -4494,7 +4494,7 @@ interface RobotTcp {
|
|
|
4494
4494
|
*/
|
|
4495
4495
|
'position': Array<number>;
|
|
4496
4496
|
/**
|
|
4497
|
-
* Describes an orientation in 3D space. A
|
|
4497
|
+
* Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
|
|
4498
4498
|
*/
|
|
4499
4499
|
'orientation'?: Array<number>;
|
|
4500
4500
|
'orientation_type'?: OrientationType;
|
|
@@ -4514,7 +4514,7 @@ interface RobotTcpData {
|
|
|
4514
4514
|
*/
|
|
4515
4515
|
'position': Array<number>;
|
|
4516
4516
|
/**
|
|
4517
|
-
* Describes an orientation in 3D space. A
|
|
4517
|
+
* Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
|
|
4518
4518
|
*/
|
|
4519
4519
|
'orientation'?: Array<number>;
|
|
4520
4520
|
'orientation_type'?: OrientationType;
|
|
@@ -5128,7 +5128,7 @@ declare const TcpVelocityResponseKindEnum: {
|
|
|
5128
5128
|
};
|
|
5129
5129
|
type TcpVelocityResponseKindEnum = typeof TcpVelocityResponseKindEnum[keyof typeof TcpVelocityResponseKindEnum];
|
|
5130
5130
|
/**
|
|
5131
|
-
* The configuration of a physical Techman robot controller has to contain an IP address. Additionally an RTRS server configuration has to be specified
|
|
5131
|
+
* The configuration of a physical Techman robot controller has to contain an IP address. Additionally an RTRS server configuration has to be specified to obtain state from the robot.
|
|
5132
5132
|
*/
|
|
5133
5133
|
interface TechmanController {
|
|
5134
5134
|
'kind': TechmanControllerKindEnum;
|
|
@@ -5149,7 +5149,7 @@ declare const TechmanControllerKindEnum: {
|
|
|
5149
5149
|
};
|
|
5150
5150
|
type TechmanControllerKindEnum = typeof TechmanControllerKindEnum[keyof typeof TechmanControllerKindEnum];
|
|
5151
5151
|
/**
|
|
5152
|
-
*
|
|
5152
|
+
* RTRS server configuration for real-time communication.
|
|
5153
5153
|
*/
|
|
5154
5154
|
interface TechmanControllerRtrs {
|
|
5155
5155
|
'ip': string;
|