@neuracore/types 6.11.0 → 6.12.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 +98 -26
- package/dist/neuracore_types.js +50 -11
- package/package.json +1 -1
|
@@ -188,12 +188,15 @@ export interface DataFormat {
|
|
|
188
188
|
distance_units?: DistanceUnitsConfig;
|
|
189
189
|
pose_type?: PoseConfig;
|
|
190
190
|
orientation?: OrientationConfig | null;
|
|
191
|
+
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
191
192
|
language_type?: LanguageConfig;
|
|
192
193
|
normalize?: NormalizeConfig | null;
|
|
193
194
|
invert_gripper_amount?: boolean;
|
|
194
|
-
|
|
195
|
-
|
|
195
|
+
visual_joint_input_type?: VisualJointInputTypeConfig;
|
|
196
|
+
joint_position_input_type?: JointPositionInputTypeConfig;
|
|
196
197
|
ik_init_config?: number[] | null;
|
|
198
|
+
action_type?: ActionTypeConfig;
|
|
199
|
+
action_space?: ActionSpaceConfig;
|
|
197
200
|
extrinsics_format?: PoseConfig1;
|
|
198
201
|
extrinsics_orientation?: OrientationConfig | null;
|
|
199
202
|
intrinsics_format?: IntrinsicsConfig;
|
|
@@ -348,12 +351,15 @@ export interface DataFormat1 {
|
|
|
348
351
|
distance_units?: DistanceUnitsConfig;
|
|
349
352
|
pose_type?: PoseConfig;
|
|
350
353
|
orientation?: OrientationConfig | null;
|
|
354
|
+
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
351
355
|
language_type?: LanguageConfig;
|
|
352
356
|
normalize?: NormalizeConfig | null;
|
|
353
357
|
invert_gripper_amount?: boolean;
|
|
354
|
-
|
|
355
|
-
|
|
358
|
+
visual_joint_input_type?: VisualJointInputTypeConfig;
|
|
359
|
+
joint_position_input_type?: JointPositionInputTypeConfig;
|
|
356
360
|
ik_init_config?: number[] | null;
|
|
361
|
+
action_type?: ActionTypeConfig;
|
|
362
|
+
action_space?: ActionSpaceConfig;
|
|
357
363
|
extrinsics_format?: PoseConfig1;
|
|
358
364
|
extrinsics_orientation?: OrientationConfig | null;
|
|
359
365
|
intrinsics_format?: IntrinsicsConfig;
|
|
@@ -399,12 +405,15 @@ export interface DataFormat2 {
|
|
|
399
405
|
distance_units?: DistanceUnitsConfig;
|
|
400
406
|
pose_type?: PoseConfig;
|
|
401
407
|
orientation?: OrientationConfig | null;
|
|
408
|
+
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
402
409
|
language_type?: LanguageConfig;
|
|
403
410
|
normalize?: NormalizeConfig | null;
|
|
404
411
|
invert_gripper_amount?: boolean;
|
|
405
|
-
|
|
406
|
-
|
|
412
|
+
visual_joint_input_type?: VisualJointInputTypeConfig;
|
|
413
|
+
joint_position_input_type?: JointPositionInputTypeConfig;
|
|
407
414
|
ik_init_config?: number[] | null;
|
|
415
|
+
action_type?: ActionTypeConfig;
|
|
416
|
+
action_space?: ActionSpaceConfig;
|
|
408
417
|
extrinsics_format?: PoseConfig1;
|
|
409
418
|
extrinsics_orientation?: OrientationConfig | null;
|
|
410
419
|
intrinsics_format?: IntrinsicsConfig;
|
|
@@ -450,12 +459,15 @@ export interface DataFormat3 {
|
|
|
450
459
|
distance_units?: DistanceUnitsConfig;
|
|
451
460
|
pose_type?: PoseConfig;
|
|
452
461
|
orientation?: OrientationConfig | null;
|
|
462
|
+
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
453
463
|
language_type?: LanguageConfig;
|
|
454
464
|
normalize?: NormalizeConfig | null;
|
|
455
465
|
invert_gripper_amount?: boolean;
|
|
456
|
-
|
|
457
|
-
|
|
466
|
+
visual_joint_input_type?: VisualJointInputTypeConfig;
|
|
467
|
+
joint_position_input_type?: JointPositionInputTypeConfig;
|
|
458
468
|
ik_init_config?: number[] | null;
|
|
469
|
+
action_type?: ActionTypeConfig;
|
|
470
|
+
action_space?: ActionSpaceConfig;
|
|
459
471
|
extrinsics_format?: PoseConfig1;
|
|
460
472
|
extrinsics_orientation?: OrientationConfig | null;
|
|
461
473
|
intrinsics_format?: IntrinsicsConfig;
|
|
@@ -484,12 +496,15 @@ export interface DataFormat4 {
|
|
|
484
496
|
distance_units?: DistanceUnitsConfig;
|
|
485
497
|
pose_type?: PoseConfig;
|
|
486
498
|
orientation?: OrientationConfig | null;
|
|
499
|
+
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
487
500
|
language_type?: LanguageConfig;
|
|
488
501
|
normalize?: NormalizeConfig | null;
|
|
489
502
|
invert_gripper_amount?: boolean;
|
|
490
|
-
|
|
491
|
-
|
|
503
|
+
visual_joint_input_type?: VisualJointInputTypeConfig;
|
|
504
|
+
joint_position_input_type?: JointPositionInputTypeConfig;
|
|
492
505
|
ik_init_config?: number[] | null;
|
|
506
|
+
action_type?: ActionTypeConfig;
|
|
507
|
+
action_space?: ActionSpaceConfig;
|
|
493
508
|
extrinsics_format?: PoseConfig1;
|
|
494
509
|
extrinsics_orientation?: OrientationConfig | null;
|
|
495
510
|
intrinsics_format?: IntrinsicsConfig;
|
|
@@ -518,12 +533,15 @@ export interface DataFormat5 {
|
|
|
518
533
|
distance_units?: DistanceUnitsConfig;
|
|
519
534
|
pose_type?: PoseConfig;
|
|
520
535
|
orientation?: OrientationConfig | null;
|
|
536
|
+
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
521
537
|
language_type?: LanguageConfig;
|
|
522
538
|
normalize?: NormalizeConfig | null;
|
|
523
539
|
invert_gripper_amount?: boolean;
|
|
524
|
-
|
|
525
|
-
|
|
540
|
+
visual_joint_input_type?: VisualJointInputTypeConfig;
|
|
541
|
+
joint_position_input_type?: JointPositionInputTypeConfig;
|
|
526
542
|
ik_init_config?: number[] | null;
|
|
543
|
+
action_type?: ActionTypeConfig;
|
|
544
|
+
action_space?: ActionSpaceConfig;
|
|
527
545
|
extrinsics_format?: PoseConfig1;
|
|
528
546
|
extrinsics_orientation?: OrientationConfig | null;
|
|
529
547
|
intrinsics_format?: IntrinsicsConfig;
|
|
@@ -552,12 +570,15 @@ export interface DataFormat6 {
|
|
|
552
570
|
distance_units?: DistanceUnitsConfig;
|
|
553
571
|
pose_type?: PoseConfig;
|
|
554
572
|
orientation?: OrientationConfig | null;
|
|
573
|
+
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
555
574
|
language_type?: LanguageConfig;
|
|
556
575
|
normalize?: NormalizeConfig | null;
|
|
557
576
|
invert_gripper_amount?: boolean;
|
|
558
|
-
|
|
559
|
-
|
|
577
|
+
visual_joint_input_type?: VisualJointInputTypeConfig;
|
|
578
|
+
joint_position_input_type?: JointPositionInputTypeConfig;
|
|
560
579
|
ik_init_config?: number[] | null;
|
|
580
|
+
action_type?: ActionTypeConfig;
|
|
581
|
+
action_space?: ActionSpaceConfig;
|
|
561
582
|
extrinsics_format?: PoseConfig1;
|
|
562
583
|
extrinsics_orientation?: OrientationConfig | null;
|
|
563
584
|
intrinsics_format?: IntrinsicsConfig;
|
|
@@ -586,12 +607,15 @@ export interface DataFormat7 {
|
|
|
586
607
|
distance_units?: DistanceUnitsConfig;
|
|
587
608
|
pose_type?: PoseConfig;
|
|
588
609
|
orientation?: OrientationConfig | null;
|
|
610
|
+
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
589
611
|
language_type?: LanguageConfig;
|
|
590
612
|
normalize?: NormalizeConfig | null;
|
|
591
613
|
invert_gripper_amount?: boolean;
|
|
592
|
-
|
|
593
|
-
|
|
614
|
+
visual_joint_input_type?: VisualJointInputTypeConfig;
|
|
615
|
+
joint_position_input_type?: JointPositionInputTypeConfig;
|
|
594
616
|
ik_init_config?: number[] | null;
|
|
617
|
+
action_type?: ActionTypeConfig;
|
|
618
|
+
action_space?: ActionSpaceConfig;
|
|
595
619
|
extrinsics_format?: PoseConfig1;
|
|
596
620
|
extrinsics_orientation?: OrientationConfig | null;
|
|
597
621
|
intrinsics_format?: IntrinsicsConfig;
|
|
@@ -620,12 +644,15 @@ export interface DataFormat8 {
|
|
|
620
644
|
distance_units?: DistanceUnitsConfig;
|
|
621
645
|
pose_type?: PoseConfig;
|
|
622
646
|
orientation?: OrientationConfig | null;
|
|
647
|
+
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
623
648
|
language_type?: LanguageConfig;
|
|
624
649
|
normalize?: NormalizeConfig | null;
|
|
625
650
|
invert_gripper_amount?: boolean;
|
|
626
|
-
|
|
627
|
-
|
|
651
|
+
visual_joint_input_type?: VisualJointInputTypeConfig;
|
|
652
|
+
joint_position_input_type?: JointPositionInputTypeConfig;
|
|
628
653
|
ik_init_config?: number[] | null;
|
|
654
|
+
action_type?: ActionTypeConfig;
|
|
655
|
+
action_space?: ActionSpaceConfig;
|
|
629
656
|
extrinsics_format?: PoseConfig1;
|
|
630
657
|
extrinsics_orientation?: OrientationConfig | null;
|
|
631
658
|
intrinsics_format?: IntrinsicsConfig;
|
|
@@ -654,12 +681,15 @@ export interface DataFormat9 {
|
|
|
654
681
|
distance_units?: DistanceUnitsConfig;
|
|
655
682
|
pose_type?: PoseConfig;
|
|
656
683
|
orientation?: OrientationConfig | null;
|
|
684
|
+
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
657
685
|
language_type?: LanguageConfig;
|
|
658
686
|
normalize?: NormalizeConfig | null;
|
|
659
687
|
invert_gripper_amount?: boolean;
|
|
660
|
-
|
|
661
|
-
|
|
688
|
+
visual_joint_input_type?: VisualJointInputTypeConfig;
|
|
689
|
+
joint_position_input_type?: JointPositionInputTypeConfig;
|
|
662
690
|
ik_init_config?: number[] | null;
|
|
691
|
+
action_type?: ActionTypeConfig;
|
|
692
|
+
action_space?: ActionSpaceConfig;
|
|
663
693
|
extrinsics_format?: PoseConfig1;
|
|
664
694
|
extrinsics_orientation?: OrientationConfig | null;
|
|
665
695
|
intrinsics_format?: IntrinsicsConfig;
|
|
@@ -688,12 +718,15 @@ export interface DataFormat10 {
|
|
|
688
718
|
distance_units?: DistanceUnitsConfig;
|
|
689
719
|
pose_type?: PoseConfig;
|
|
690
720
|
orientation?: OrientationConfig | null;
|
|
721
|
+
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
691
722
|
language_type?: LanguageConfig;
|
|
692
723
|
normalize?: NormalizeConfig | null;
|
|
693
724
|
invert_gripper_amount?: boolean;
|
|
694
|
-
|
|
695
|
-
|
|
725
|
+
visual_joint_input_type?: VisualJointInputTypeConfig;
|
|
726
|
+
joint_position_input_type?: JointPositionInputTypeConfig;
|
|
696
727
|
ik_init_config?: number[] | null;
|
|
728
|
+
action_type?: ActionTypeConfig;
|
|
729
|
+
action_space?: ActionSpaceConfig;
|
|
697
730
|
extrinsics_format?: PoseConfig1;
|
|
698
731
|
extrinsics_orientation?: OrientationConfig | null;
|
|
699
732
|
intrinsics_format?: IntrinsicsConfig;
|
|
@@ -1056,12 +1089,15 @@ export interface DataFormat11 {
|
|
|
1056
1089
|
distance_units?: DistanceUnitsConfig;
|
|
1057
1090
|
pose_type?: PoseConfig;
|
|
1058
1091
|
orientation?: OrientationConfig | null;
|
|
1092
|
+
ee_pose_input_type?: EndEffectorPoseInputTypeConfig;
|
|
1059
1093
|
language_type?: LanguageConfig;
|
|
1060
1094
|
normalize?: NormalizeConfig | null;
|
|
1061
1095
|
invert_gripper_amount?: boolean;
|
|
1062
|
-
|
|
1063
|
-
|
|
1096
|
+
visual_joint_input_type?: VisualJointInputTypeConfig;
|
|
1097
|
+
joint_position_input_type?: JointPositionInputTypeConfig;
|
|
1064
1098
|
ik_init_config?: number[] | null;
|
|
1099
|
+
action_type?: ActionTypeConfig;
|
|
1100
|
+
action_space?: ActionSpaceConfig;
|
|
1065
1101
|
extrinsics_format?: PoseConfig1;
|
|
1066
1102
|
extrinsics_orientation?: OrientationConfig | null;
|
|
1067
1103
|
intrinsics_format?: IntrinsicsConfig;
|
|
@@ -1627,6 +1663,17 @@ export declare enum AngleConfig1 {
|
|
|
1627
1663
|
DEGREES = "DEGREES",
|
|
1628
1664
|
RADIANS = "RADIANS"
|
|
1629
1665
|
}
|
|
1666
|
+
/**
|
|
1667
|
+
* Types of end effector poses.
|
|
1668
|
+
*
|
|
1669
|
+
* JOINT_POSITIONS: Extract end effector pose from the joint positions using
|
|
1670
|
+
* Forward Kinematics.
|
|
1671
|
+
* CUSTOM: Directly use the specified end effector pose from the source.
|
|
1672
|
+
*/
|
|
1673
|
+
export declare enum EndEffectorPoseInputTypeConfig {
|
|
1674
|
+
JOINT_POSITIONS = "JOINT_POSITIONS",
|
|
1675
|
+
CUSTOM = "CUSTOM"
|
|
1676
|
+
}
|
|
1630
1677
|
/**
|
|
1631
1678
|
* Types of languages.
|
|
1632
1679
|
*/
|
|
@@ -1636,18 +1683,43 @@ export declare enum LanguageConfig {
|
|
|
1636
1683
|
}
|
|
1637
1684
|
/**
|
|
1638
1685
|
* Types of visual joint positions.
|
|
1686
|
+
*
|
|
1687
|
+
* GRIPPER: Extract gripper joint positions from the gripper open amount.
|
|
1688
|
+
* CUSTOM: Directly use the specified joint positions from the source.
|
|
1639
1689
|
*/
|
|
1640
|
-
export declare enum
|
|
1690
|
+
export declare enum VisualJointInputTypeConfig {
|
|
1641
1691
|
GRIPPER = "GRIPPER",
|
|
1642
1692
|
CUSTOM = "CUSTOM"
|
|
1643
1693
|
}
|
|
1644
1694
|
/**
|
|
1645
1695
|
* Types of joint positions.
|
|
1696
|
+
*
|
|
1697
|
+
* END_EFFECTOR: Extract joint positions from the end effector pose using
|
|
1698
|
+
* Inverse Kinematics.
|
|
1699
|
+
* CUSTOM: Directly use the specified joint positions from the source.
|
|
1646
1700
|
*/
|
|
1647
|
-
export declare enum
|
|
1701
|
+
export declare enum JointPositionInputTypeConfig {
|
|
1648
1702
|
END_EFFECTOR = "END_EFFECTOR",
|
|
1649
1703
|
CUSTOM = "CUSTOM"
|
|
1650
1704
|
}
|
|
1705
|
+
/**
|
|
1706
|
+
* Action type configuration.
|
|
1707
|
+
*
|
|
1708
|
+
* Specifies whether actions are absolute or relative to the current state.
|
|
1709
|
+
*/
|
|
1710
|
+
export declare enum ActionTypeConfig {
|
|
1711
|
+
ABSOLUTE = "ABSOLUTE",
|
|
1712
|
+
RELATIVE = "RELATIVE"
|
|
1713
|
+
}
|
|
1714
|
+
/**
|
|
1715
|
+
* Action space configuration.
|
|
1716
|
+
*
|
|
1717
|
+
* Specifies whether actions are in joint space or end effector space.
|
|
1718
|
+
*/
|
|
1719
|
+
export declare enum ActionSpaceConfig {
|
|
1720
|
+
END_EFFECTOR = "END_EFFECTOR",
|
|
1721
|
+
JOINT = "JOINT"
|
|
1722
|
+
}
|
|
1651
1723
|
/**
|
|
1652
1724
|
* Types of poses.
|
|
1653
1725
|
*/
|
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.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.GPUType1 = exports.EndpointStatus = exports.Type5 = exports.Type4 = exports.Type3 = exports.GPUType = exports.DatasetTypeConfig = exports.Type2 = exports.IntrinsicsConfig = exports.PoseConfig1 = exports.
|
|
9
|
+
exports.GPUType2 = 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.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
|
*
|
|
@@ -124,6 +124,18 @@ var AngleConfig1;
|
|
|
124
124
|
AngleConfig1["DEGREES"] = "DEGREES";
|
|
125
125
|
AngleConfig1["RADIANS"] = "RADIANS";
|
|
126
126
|
})(AngleConfig1 || (exports.AngleConfig1 = AngleConfig1 = {}));
|
|
127
|
+
/**
|
|
128
|
+
* Types of end effector poses.
|
|
129
|
+
*
|
|
130
|
+
* JOINT_POSITIONS: Extract end effector pose from the joint positions using
|
|
131
|
+
* Forward Kinematics.
|
|
132
|
+
* CUSTOM: Directly use the specified end effector pose from the source.
|
|
133
|
+
*/
|
|
134
|
+
var EndEffectorPoseInputTypeConfig;
|
|
135
|
+
(function (EndEffectorPoseInputTypeConfig) {
|
|
136
|
+
EndEffectorPoseInputTypeConfig["JOINT_POSITIONS"] = "JOINT_POSITIONS";
|
|
137
|
+
EndEffectorPoseInputTypeConfig["CUSTOM"] = "CUSTOM";
|
|
138
|
+
})(EndEffectorPoseInputTypeConfig || (exports.EndEffectorPoseInputTypeConfig = EndEffectorPoseInputTypeConfig = {}));
|
|
127
139
|
/**
|
|
128
140
|
* Types of languages.
|
|
129
141
|
*/
|
|
@@ -134,20 +146,47 @@ var LanguageConfig;
|
|
|
134
146
|
})(LanguageConfig || (exports.LanguageConfig = LanguageConfig = {}));
|
|
135
147
|
/**
|
|
136
148
|
* Types of visual joint positions.
|
|
149
|
+
*
|
|
150
|
+
* GRIPPER: Extract gripper joint positions from the gripper open amount.
|
|
151
|
+
* CUSTOM: Directly use the specified joint positions from the source.
|
|
137
152
|
*/
|
|
138
|
-
var
|
|
139
|
-
(function (
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
})(
|
|
153
|
+
var VisualJointInputTypeConfig;
|
|
154
|
+
(function (VisualJointInputTypeConfig) {
|
|
155
|
+
VisualJointInputTypeConfig["GRIPPER"] = "GRIPPER";
|
|
156
|
+
VisualJointInputTypeConfig["CUSTOM"] = "CUSTOM";
|
|
157
|
+
})(VisualJointInputTypeConfig || (exports.VisualJointInputTypeConfig = VisualJointInputTypeConfig = {}));
|
|
143
158
|
/**
|
|
144
159
|
* Types of joint positions.
|
|
160
|
+
*
|
|
161
|
+
* END_EFFECTOR: Extract joint positions from the end effector pose using
|
|
162
|
+
* Inverse Kinematics.
|
|
163
|
+
* CUSTOM: Directly use the specified joint positions from the source.
|
|
164
|
+
*/
|
|
165
|
+
var JointPositionInputTypeConfig;
|
|
166
|
+
(function (JointPositionInputTypeConfig) {
|
|
167
|
+
JointPositionInputTypeConfig["END_EFFECTOR"] = "END_EFFECTOR";
|
|
168
|
+
JointPositionInputTypeConfig["CUSTOM"] = "CUSTOM";
|
|
169
|
+
})(JointPositionInputTypeConfig || (exports.JointPositionInputTypeConfig = JointPositionInputTypeConfig = {}));
|
|
170
|
+
/**
|
|
171
|
+
* Action type configuration.
|
|
172
|
+
*
|
|
173
|
+
* Specifies whether actions are absolute or relative to the current state.
|
|
174
|
+
*/
|
|
175
|
+
var ActionTypeConfig;
|
|
176
|
+
(function (ActionTypeConfig) {
|
|
177
|
+
ActionTypeConfig["ABSOLUTE"] = "ABSOLUTE";
|
|
178
|
+
ActionTypeConfig["RELATIVE"] = "RELATIVE";
|
|
179
|
+
})(ActionTypeConfig || (exports.ActionTypeConfig = ActionTypeConfig = {}));
|
|
180
|
+
/**
|
|
181
|
+
* Action space configuration.
|
|
182
|
+
*
|
|
183
|
+
* Specifies whether actions are in joint space or end effector space.
|
|
145
184
|
*/
|
|
146
|
-
var
|
|
147
|
-
(function (
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
})(
|
|
185
|
+
var ActionSpaceConfig;
|
|
186
|
+
(function (ActionSpaceConfig) {
|
|
187
|
+
ActionSpaceConfig["END_EFFECTOR"] = "END_EFFECTOR";
|
|
188
|
+
ActionSpaceConfig["JOINT"] = "JOINT";
|
|
189
|
+
})(ActionSpaceConfig || (exports.ActionSpaceConfig = ActionSpaceConfig = {}));
|
|
151
190
|
/**
|
|
152
191
|
* Types of poses.
|
|
153
192
|
*/
|