@neuracore/types 6.12.1 → 6.13.0
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/neuracore_types.d.ts +27 -11
- package/dist/neuracore_types.js +1 -11
- package/package.json +1 -1
|
@@ -188,6 +188,8 @@ export interface DataFormat {
|
|
|
188
188
|
distance_units?: DistanceUnitsConfig;
|
|
189
189
|
pose_type?: PoseConfig;
|
|
190
190
|
orientation?: OrientationConfig | null;
|
|
191
|
+
scale_position?: number;
|
|
192
|
+
scale_orientation?: number;
|
|
191
193
|
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
192
194
|
language_type?: LanguageConfig;
|
|
193
195
|
normalize?: NormalizeConfig | null;
|
|
@@ -209,6 +211,9 @@ export interface OrientationConfig {
|
|
|
209
211
|
quaternion_order?: QuaternionOrderConfig;
|
|
210
212
|
euler_order?: EulerOrderConfig;
|
|
211
213
|
angle_units?: AngleConfig1;
|
|
214
|
+
align_frame_roll?: number;
|
|
215
|
+
align_frame_pitch?: number;
|
|
216
|
+
align_frame_yaw?: number;
|
|
212
217
|
[k: string]: unknown;
|
|
213
218
|
}
|
|
214
219
|
/**
|
|
@@ -350,6 +355,8 @@ export interface DataFormat1 {
|
|
|
350
355
|
distance_units?: DistanceUnitsConfig;
|
|
351
356
|
pose_type?: PoseConfig;
|
|
352
357
|
orientation?: OrientationConfig | null;
|
|
358
|
+
scale_position?: number;
|
|
359
|
+
scale_orientation?: number;
|
|
353
360
|
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
354
361
|
language_type?: LanguageConfig;
|
|
355
362
|
normalize?: NormalizeConfig | null;
|
|
@@ -403,6 +410,8 @@ export interface DataFormat2 {
|
|
|
403
410
|
distance_units?: DistanceUnitsConfig;
|
|
404
411
|
pose_type?: PoseConfig;
|
|
405
412
|
orientation?: OrientationConfig | null;
|
|
413
|
+
scale_position?: number;
|
|
414
|
+
scale_orientation?: number;
|
|
406
415
|
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
407
416
|
language_type?: LanguageConfig;
|
|
408
417
|
normalize?: NormalizeConfig | null;
|
|
@@ -456,6 +465,8 @@ export interface DataFormat3 {
|
|
|
456
465
|
distance_units?: DistanceUnitsConfig;
|
|
457
466
|
pose_type?: PoseConfig;
|
|
458
467
|
orientation?: OrientationConfig | null;
|
|
468
|
+
scale_position?: number;
|
|
469
|
+
scale_orientation?: number;
|
|
459
470
|
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
460
471
|
language_type?: LanguageConfig;
|
|
461
472
|
normalize?: NormalizeConfig | null;
|
|
@@ -492,6 +503,8 @@ export interface DataFormat4 {
|
|
|
492
503
|
distance_units?: DistanceUnitsConfig;
|
|
493
504
|
pose_type?: PoseConfig;
|
|
494
505
|
orientation?: OrientationConfig | null;
|
|
506
|
+
scale_position?: number;
|
|
507
|
+
scale_orientation?: number;
|
|
495
508
|
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
496
509
|
language_type?: LanguageConfig;
|
|
497
510
|
normalize?: NormalizeConfig | null;
|
|
@@ -528,6 +541,8 @@ export interface DataFormat5 {
|
|
|
528
541
|
distance_units?: DistanceUnitsConfig;
|
|
529
542
|
pose_type?: PoseConfig;
|
|
530
543
|
orientation?: OrientationConfig | null;
|
|
544
|
+
scale_position?: number;
|
|
545
|
+
scale_orientation?: number;
|
|
531
546
|
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
532
547
|
language_type?: LanguageConfig;
|
|
533
548
|
normalize?: NormalizeConfig | null;
|
|
@@ -564,6 +579,8 @@ export interface DataFormat6 {
|
|
|
564
579
|
distance_units?: DistanceUnitsConfig;
|
|
565
580
|
pose_type?: PoseConfig;
|
|
566
581
|
orientation?: OrientationConfig | null;
|
|
582
|
+
scale_position?: number;
|
|
583
|
+
scale_orientation?: number;
|
|
567
584
|
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
568
585
|
language_type?: LanguageConfig;
|
|
569
586
|
normalize?: NormalizeConfig | null;
|
|
@@ -600,6 +617,8 @@ export interface DataFormat7 {
|
|
|
600
617
|
distance_units?: DistanceUnitsConfig;
|
|
601
618
|
pose_type?: PoseConfig;
|
|
602
619
|
orientation?: OrientationConfig | null;
|
|
620
|
+
scale_position?: number;
|
|
621
|
+
scale_orientation?: number;
|
|
603
622
|
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
604
623
|
language_type?: LanguageConfig;
|
|
605
624
|
normalize?: NormalizeConfig | null;
|
|
@@ -636,6 +655,8 @@ export interface DataFormat8 {
|
|
|
636
655
|
distance_units?: DistanceUnitsConfig;
|
|
637
656
|
pose_type?: PoseConfig;
|
|
638
657
|
orientation?: OrientationConfig | null;
|
|
658
|
+
scale_position?: number;
|
|
659
|
+
scale_orientation?: number;
|
|
639
660
|
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
640
661
|
language_type?: LanguageConfig;
|
|
641
662
|
normalize?: NormalizeConfig | null;
|
|
@@ -672,6 +693,8 @@ export interface DataFormat9 {
|
|
|
672
693
|
distance_units?: DistanceUnitsConfig;
|
|
673
694
|
pose_type?: PoseConfig;
|
|
674
695
|
orientation?: OrientationConfig | null;
|
|
696
|
+
scale_position?: number;
|
|
697
|
+
scale_orientation?: number;
|
|
675
698
|
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
676
699
|
language_type?: LanguageConfig;
|
|
677
700
|
normalize?: NormalizeConfig | null;
|
|
@@ -708,6 +731,8 @@ export interface DataFormat10 {
|
|
|
708
731
|
distance_units?: DistanceUnitsConfig;
|
|
709
732
|
pose_type?: PoseConfig;
|
|
710
733
|
orientation?: OrientationConfig | null;
|
|
734
|
+
scale_position?: number;
|
|
735
|
+
scale_orientation?: number;
|
|
711
736
|
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
712
737
|
language_type?: LanguageConfig;
|
|
713
738
|
normalize?: NormalizeConfig | null;
|
|
@@ -1078,6 +1103,8 @@ export interface DataFormat11 {
|
|
|
1078
1103
|
distance_units?: DistanceUnitsConfig;
|
|
1079
1104
|
pose_type?: PoseConfig;
|
|
1080
1105
|
orientation?: OrientationConfig | null;
|
|
1106
|
+
scale_position?: number;
|
|
1107
|
+
scale_orientation?: number;
|
|
1081
1108
|
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
1082
1109
|
language_type?: LanguageConfig;
|
|
1083
1110
|
normalize?: NormalizeConfig | null;
|
|
@@ -1151,7 +1178,6 @@ export interface ParallelGripperOpenAmountData {
|
|
|
1151
1178
|
* progress: Upload progress percentage (0-100)
|
|
1152
1179
|
* expected_trace_count: Number of traces expected (set by register_traces API)
|
|
1153
1180
|
* total_bytes: Total bytes expected across all traces (for progress bar)
|
|
1154
|
-
* upload_method: Method used to upload recording data (streaming or daemon)
|
|
1155
1181
|
*/
|
|
1156
1182
|
export interface PendingRecording {
|
|
1157
1183
|
id: string;
|
|
@@ -1169,7 +1195,6 @@ export interface PendingRecording {
|
|
|
1169
1195
|
status: PendingRecordingStatus;
|
|
1170
1196
|
progress: number;
|
|
1171
1197
|
expected_trace_count: number;
|
|
1172
|
-
upload_method: RecordingUploadMethod;
|
|
1173
1198
|
}
|
|
1174
1199
|
/**
|
|
1175
1200
|
* Metadata details for a recording.
|
|
@@ -1842,15 +1867,6 @@ export declare enum PendingRecordingStatus {
|
|
|
1842
1867
|
UPLOADING = "UPLOADING",
|
|
1843
1868
|
UPLOADED = "UPLOADED"
|
|
1844
1869
|
}
|
|
1845
|
-
/**
|
|
1846
|
-
* Method used to upload recording data.
|
|
1847
|
-
*
|
|
1848
|
-
* Indicates how the recording data is being uploaded to the backend.
|
|
1849
|
-
*/
|
|
1850
|
-
export declare enum RecordingUploadMethod {
|
|
1851
|
-
streaming = "streaming",
|
|
1852
|
-
data_daemon = "data_daemon"
|
|
1853
|
-
}
|
|
1854
1870
|
export declare enum Type14 {
|
|
1855
1871
|
PointCloudData = "PointCloudData"
|
|
1856
1872
|
}
|
package/dist/neuracore_types.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
|
7
7
|
*/
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.GPUType2 = exports.TrainingJobStatus = exports.RecordingNotificationType = exports.RecordingDataTraceStatus = exports.Type16 = exports.Type15 = exports.Type14 = exports.
|
|
9
|
+
exports.GPUType2 = exports.TrainingJobStatus = exports.RecordingNotificationType = exports.RecordingDataTraceStatus = exports.Type16 = exports.Type15 = exports.Type14 = exports.PendingRecordingStatus = exports.RecordingStatus = exports.Type13 = exports.VideoFormat = exports.Type12 = exports.Type11 = exports.Type10 = exports.Type9 = exports.Type8 = exports.Type7 = exports.Type6 = exports.MessageType = exports.GPUType1 = exports.EndpointStatus = exports.Type5 = exports.Type4 = exports.Type3 = exports.GPUType = exports.DatasetTypeConfig = exports.Type2 = exports.IntrinsicsConfig = exports.PoseConfig1 = exports.ActionSpaceConfig = exports.ActionTypeConfig = exports.JointPositionInputTypeConfig = exports.VisualJointInputTypeConfig = exports.LanguageConfig = exports.EndEffectorPoseInputTypeConfig = exports.AngleConfig1 = exports.EulerOrderConfig = exports.QuaternionOrderConfig = exports.RotationConfig = exports.PoseConfig = exports.DistanceUnitsConfig = exports.TorqueUnitsConfig = exports.AngleConfig = exports.ImageChannelOrderConfig = exports.ImageConventionConfig = exports.Type1 = exports.Type = exports.DataType = void 0;
|
|
10
10
|
/**
|
|
11
11
|
* Enumeration of supported data types in the Neuracore system.
|
|
12
12
|
*
|
|
@@ -343,16 +343,6 @@ var PendingRecordingStatus;
|
|
|
343
343
|
PendingRecordingStatus["UPLOADING"] = "UPLOADING";
|
|
344
344
|
PendingRecordingStatus["UPLOADED"] = "UPLOADED";
|
|
345
345
|
})(PendingRecordingStatus || (exports.PendingRecordingStatus = PendingRecordingStatus = {}));
|
|
346
|
-
/**
|
|
347
|
-
* Method used to upload recording data.
|
|
348
|
-
*
|
|
349
|
-
* Indicates how the recording data is being uploaded to the backend.
|
|
350
|
-
*/
|
|
351
|
-
var RecordingUploadMethod;
|
|
352
|
-
(function (RecordingUploadMethod) {
|
|
353
|
-
RecordingUploadMethod["streaming"] = "streaming";
|
|
354
|
-
RecordingUploadMethod["data_daemon"] = "data_daemon";
|
|
355
|
-
})(RecordingUploadMethod || (exports.RecordingUploadMethod = RecordingUploadMethod = {}));
|
|
356
346
|
var Type14;
|
|
357
347
|
(function (Type14) {
|
|
358
348
|
Type14["PointCloudData"] = "PointCloudData";
|