@neuracore/types 6.2.1 → 6.4.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.
@@ -188,7 +188,10 @@ export interface DataFormat {
188
188
  orientation?: OrientationConfig | null;
189
189
  language_type?: LanguageConfig;
190
190
  normalize?: NormalizeConfig | null;
191
+ invert_gripper_amount?: boolean;
191
192
  visual_joint_type?: VisualJointTypeConfig;
193
+ joint_position_type?: JointPositionTypeConfig;
194
+ ik_init_config?: number[] | null;
192
195
  [k: string]: unknown;
193
196
  }
194
197
  /**
@@ -325,7 +328,10 @@ export interface DataFormat1 {
325
328
  orientation?: OrientationConfig | null;
326
329
  language_type?: LanguageConfig;
327
330
  normalize?: NormalizeConfig | null;
331
+ invert_gripper_amount?: boolean;
328
332
  visual_joint_type?: VisualJointTypeConfig;
333
+ joint_position_type?: JointPositionTypeConfig;
334
+ ik_init_config?: number[] | null;
329
335
  [k: string]: unknown;
330
336
  }
331
337
  /**
@@ -353,7 +359,10 @@ export interface DataFormat2 {
353
359
  orientation?: OrientationConfig | null;
354
360
  language_type?: LanguageConfig;
355
361
  normalize?: NormalizeConfig | null;
362
+ invert_gripper_amount?: boolean;
356
363
  visual_joint_type?: VisualJointTypeConfig;
364
+ joint_position_type?: JointPositionTypeConfig;
365
+ ik_init_config?: number[] | null;
357
366
  [k: string]: unknown;
358
367
  }
359
368
  /**
@@ -381,7 +390,10 @@ export interface DataFormat3 {
381
390
  orientation?: OrientationConfig | null;
382
391
  language_type?: LanguageConfig;
383
392
  normalize?: NormalizeConfig | null;
393
+ invert_gripper_amount?: boolean;
384
394
  visual_joint_type?: VisualJointTypeConfig;
395
+ joint_position_type?: JointPositionTypeConfig;
396
+ ik_init_config?: number[] | null;
385
397
  [k: string]: unknown;
386
398
  }
387
399
  /**
@@ -409,7 +421,10 @@ export interface DataFormat4 {
409
421
  orientation?: OrientationConfig | null;
410
422
  language_type?: LanguageConfig;
411
423
  normalize?: NormalizeConfig | null;
424
+ invert_gripper_amount?: boolean;
412
425
  visual_joint_type?: VisualJointTypeConfig;
426
+ joint_position_type?: JointPositionTypeConfig;
427
+ ik_init_config?: number[] | null;
413
428
  [k: string]: unknown;
414
429
  }
415
430
  /**
@@ -437,7 +452,10 @@ export interface DataFormat5 {
437
452
  orientation?: OrientationConfig | null;
438
453
  language_type?: LanguageConfig;
439
454
  normalize?: NormalizeConfig | null;
455
+ invert_gripper_amount?: boolean;
440
456
  visual_joint_type?: VisualJointTypeConfig;
457
+ joint_position_type?: JointPositionTypeConfig;
458
+ ik_init_config?: number[] | null;
441
459
  [k: string]: unknown;
442
460
  }
443
461
  /**
@@ -465,7 +483,10 @@ export interface DataFormat6 {
465
483
  orientation?: OrientationConfig | null;
466
484
  language_type?: LanguageConfig;
467
485
  normalize?: NormalizeConfig | null;
486
+ invert_gripper_amount?: boolean;
468
487
  visual_joint_type?: VisualJointTypeConfig;
488
+ joint_position_type?: JointPositionTypeConfig;
489
+ ik_init_config?: number[] | null;
469
490
  [k: string]: unknown;
470
491
  }
471
492
  /**
@@ -493,7 +514,10 @@ export interface DataFormat7 {
493
514
  orientation?: OrientationConfig | null;
494
515
  language_type?: LanguageConfig;
495
516
  normalize?: NormalizeConfig | null;
517
+ invert_gripper_amount?: boolean;
496
518
  visual_joint_type?: VisualJointTypeConfig;
519
+ joint_position_type?: JointPositionTypeConfig;
520
+ ik_init_config?: number[] | null;
497
521
  [k: string]: unknown;
498
522
  }
499
523
  /**
@@ -521,7 +545,10 @@ export interface DataFormat8 {
521
545
  orientation?: OrientationConfig | null;
522
546
  language_type?: LanguageConfig;
523
547
  normalize?: NormalizeConfig | null;
548
+ invert_gripper_amount?: boolean;
524
549
  visual_joint_type?: VisualJointTypeConfig;
550
+ joint_position_type?: JointPositionTypeConfig;
551
+ ik_init_config?: number[] | null;
525
552
  [k: string]: unknown;
526
553
  }
527
554
  /**
@@ -549,7 +576,10 @@ export interface DataFormat9 {
549
576
  orientation?: OrientationConfig | null;
550
577
  language_type?: LanguageConfig;
551
578
  normalize?: NormalizeConfig | null;
579
+ invert_gripper_amount?: boolean;
552
580
  visual_joint_type?: VisualJointTypeConfig;
581
+ joint_position_type?: JointPositionTypeConfig;
582
+ ik_init_config?: number[] | null;
553
583
  [k: string]: unknown;
554
584
  }
555
585
  /**
@@ -577,7 +607,10 @@ export interface DataFormat10 {
577
607
  orientation?: OrientationConfig | null;
578
608
  language_type?: LanguageConfig;
579
609
  normalize?: NormalizeConfig | null;
610
+ invert_gripper_amount?: boolean;
580
611
  visual_joint_type?: VisualJointTypeConfig;
612
+ joint_position_type?: JointPositionTypeConfig;
613
+ ik_init_config?: number[] | null;
581
614
  [k: string]: unknown;
582
615
  }
583
616
  /**
@@ -892,7 +925,10 @@ export interface DataFormat11 {
892
925
  orientation?: OrientationConfig | null;
893
926
  language_type?: LanguageConfig;
894
927
  normalize?: NormalizeConfig | null;
928
+ invert_gripper_amount?: boolean;
895
929
  visual_joint_type?: VisualJointTypeConfig;
930
+ joint_position_type?: JointPositionTypeConfig;
931
+ ik_init_config?: number[] | null;
896
932
  [k: string]: unknown;
897
933
  }
898
934
  /**
@@ -1463,6 +1499,13 @@ export declare enum VisualJointTypeConfig {
1463
1499
  GRIPPER = "GRIPPER",
1464
1500
  CUSTOM = "CUSTOM"
1465
1501
  }
1502
+ /**
1503
+ * Types of joint positions.
1504
+ */
1505
+ export declare enum JointPositionTypeConfig {
1506
+ TCP = "TCP",
1507
+ CUSTOM = "CUSTOM"
1508
+ }
1466
1509
  export declare enum Type2 {
1467
1510
  Custom1DDataStats = "Custom1DDataStats"
1468
1511
  }
@@ -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.GPUType1 = exports.TrainingJobStatus = exports.RecordingNotificationType = exports.RecordingDataTraceStatus = exports.Type16 = exports.Type15 = exports.Type14 = exports.RecordingUploadMethod = 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.Type5 = exports.Type4 = exports.Type3 = exports.GPUType = exports.DatasetTypeConfig = exports.Type2 = exports.VisualJointTypeConfig = exports.LanguageConfig = 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;
9
+ exports.GPUType1 = exports.TrainingJobStatus = exports.RecordingNotificationType = exports.RecordingDataTraceStatus = exports.Type16 = exports.Type15 = exports.Type14 = exports.RecordingUploadMethod = 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.Type5 = exports.Type4 = exports.Type3 = exports.GPUType = exports.DatasetTypeConfig = exports.Type2 = exports.JointPositionTypeConfig = exports.VisualJointTypeConfig = exports.LanguageConfig = 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
  *
@@ -140,6 +140,14 @@ var VisualJointTypeConfig;
140
140
  VisualJointTypeConfig["GRIPPER"] = "GRIPPER";
141
141
  VisualJointTypeConfig["CUSTOM"] = "CUSTOM";
142
142
  })(VisualJointTypeConfig || (exports.VisualJointTypeConfig = VisualJointTypeConfig = {}));
143
+ /**
144
+ * Types of joint positions.
145
+ */
146
+ var JointPositionTypeConfig;
147
+ (function (JointPositionTypeConfig) {
148
+ JointPositionTypeConfig["TCP"] = "TCP";
149
+ JointPositionTypeConfig["CUSTOM"] = "CUSTOM";
150
+ })(JointPositionTypeConfig || (exports.JointPositionTypeConfig = JointPositionTypeConfig = {}));
143
151
  var Type2;
144
152
  (function (Type2) {
145
153
  Type2["Custom1DDataStats"] = "Custom1DDataStats";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neuracore/types",
3
- "version": "6.2.1",
3
+ "version": "6.4.0",
4
4
  "description": "Shared TypeScript type definitions for Neuracore robotics platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",