@wandelbots/nova-api 26.1.0-dev.77 → 26.1.0-dev.78
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 +1 -1
- package/dist/v2/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/v2/index.d.cts
CHANGED
|
@@ -3264,7 +3264,7 @@ interface VirtualController {
|
|
|
3264
3264
|
*/
|
|
3265
3265
|
'json'?: string;
|
|
3266
3266
|
/**
|
|
3267
|
-
* Initial joint position of the first motion group from the virtual robot controller.
|
|
3267
|
+
* Initial joint position of the first motion group from the virtual robot controller. Provides the joint position as a JSON array of float values in radians, where the array length must match the robot\'s degrees of freedom (DOF), e.g., `\"[0, 0, 0, 0, 0, 0]\"` for a 6-DOF robot. If the provided array length does not match the robot\'s DOF, the array will be adjusted: if it is longer, extra values will be truncated; if it is shorter, missing values will be filled with zeros.
|
|
3268
3268
|
*/
|
|
3269
3269
|
'initial_joint_position'?: string;
|
|
3270
3270
|
}
|
package/dist/v2/index.d.ts
CHANGED
|
@@ -3264,7 +3264,7 @@ interface VirtualController {
|
|
|
3264
3264
|
*/
|
|
3265
3265
|
'json'?: string;
|
|
3266
3266
|
/**
|
|
3267
|
-
* Initial joint position of the first motion group from the virtual robot controller.
|
|
3267
|
+
* Initial joint position of the first motion group from the virtual robot controller. Provides the joint position as a JSON array of float values in radians, where the array length must match the robot\'s degrees of freedom (DOF), e.g., `\"[0, 0, 0, 0, 0, 0]\"` for a 6-DOF robot. If the provided array length does not match the robot\'s DOF, the array will be adjusted: if it is longer, extra values will be truncated; if it is shorter, missing values will be filled with zeros.
|
|
3268
3268
|
*/
|
|
3269
3269
|
'initial_joint_position'?: string;
|
|
3270
3270
|
}
|