@wandelbots/nova-api 26.6.0-dev.148 → 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 +2 -2
- package/dist/v2/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/v2/index.d.cts
CHANGED
|
@@ -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
|
@@ -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;
|