@deeptrekker/api-domain 1.0.20-60fps.1 → 1.0.20-60fps.3
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/constants/schema/schema.json +20 -9
- package/dist/constants/versions/index.d.ts +1 -1
- package/dist/constants/versions/index.js +1 -1
- package/dist/types/devices/index.d.ts +99 -13
- package/dist/types/devices/index.js +123 -26
- package/dist/types/devices/vehicles/x4/index.d.ts +5 -0
- package/package.json +1 -1
|
@@ -1016,43 +1016,54 @@
|
|
|
1016
1016
|
"DeviceModel": {
|
|
1017
1017
|
"description": "Deep Trekker internal device model numbers.",
|
|
1018
1018
|
"enum": [
|
|
1019
|
+
"BRIDGEBOX",
|
|
1019
1020
|
20,
|
|
1020
1021
|
19,
|
|
1021
1022
|
22,
|
|
1022
|
-
240,
|
|
1023
1023
|
5,
|
|
1024
|
+
240,
|
|
1024
1025
|
206,
|
|
1025
1026
|
243,
|
|
1026
1027
|
207,
|
|
1027
1028
|
241,
|
|
1028
|
-
|
|
1029
|
+
242,
|
|
1030
|
+
32,
|
|
1031
|
+
12,
|
|
1029
1032
|
16,
|
|
1030
1033
|
13,
|
|
1031
1034
|
18,
|
|
1032
|
-
|
|
1033
|
-
112,
|
|
1035
|
+
24,
|
|
1034
1036
|
113,
|
|
1035
1037
|
114,
|
|
1036
1038
|
115,
|
|
1037
1039
|
116,
|
|
1038
1040
|
117,
|
|
1039
1041
|
118,
|
|
1042
|
+
246,
|
|
1040
1043
|
102,
|
|
1041
1044
|
103,
|
|
1042
|
-
109,
|
|
1043
1045
|
106,
|
|
1046
|
+
109,
|
|
1044
1047
|
107,
|
|
1045
1048
|
108,
|
|
1046
|
-
"BRIDGEBOX",
|
|
1047
1049
|
100,
|
|
1048
1050
|
101,
|
|
1049
|
-
|
|
1051
|
+
104,
|
|
1052
|
+
105,
|
|
1053
|
+
110,
|
|
1054
|
+
111,
|
|
1055
|
+
200,
|
|
1056
|
+
201,
|
|
1050
1057
|
202,
|
|
1058
|
+
203,
|
|
1059
|
+
204,
|
|
1060
|
+
205,
|
|
1061
|
+
244,
|
|
1051
1062
|
245
|
|
1052
1063
|
],
|
|
1053
1064
|
"type": [
|
|
1054
|
-
"
|
|
1055
|
-
"
|
|
1065
|
+
"string",
|
|
1066
|
+
"number"
|
|
1056
1067
|
]
|
|
1057
1068
|
},
|
|
1058
1069
|
"DeviceVersion": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const API_VERSION = "1.0.20-60fps.
|
|
1
|
+
export declare const API_VERSION = "1.0.20-60fps.3";
|
|
@@ -4,38 +4,51 @@
|
|
|
4
4
|
* @group Devices
|
|
5
5
|
*/
|
|
6
6
|
export declare enum DeviceModel {
|
|
7
|
+
BridgeBox = "BRIDGEBOX",
|
|
7
8
|
A150Crawler = 20,
|
|
8
9
|
A200Crawler = 19,
|
|
9
10
|
DT645 = 22,
|
|
10
|
-
TamronHarrierZoomCamera = 240,
|
|
11
11
|
DTCam = 5,
|
|
12
|
+
TamronHarrierZoomCamera = 240,
|
|
12
13
|
OcleaCam = 206,
|
|
13
14
|
TamronOcleaZoomCamera = 243,
|
|
14
15
|
JZC18ZoomCamera = 207,
|
|
15
16
|
MiniAuxCamera = 241,
|
|
16
|
-
|
|
17
|
+
AegisCam = 242,
|
|
18
|
+
X4Cam = 32,// Same as DeviceModel - X4
|
|
19
|
+
DTG3 = 12,
|
|
17
20
|
Onyx = 16,
|
|
18
21
|
Revolution = 13,
|
|
19
22
|
Pivot = 18,
|
|
23
|
+
Photon = 24,
|
|
20
24
|
X4 = 32,
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
X4Thruster = 114,// DNE
|
|
25
|
+
X4PDM = 113,
|
|
26
|
+
X4Thruster = 114,
|
|
24
27
|
X4Lights = 115,
|
|
28
|
+
X4CameraHead = 116,
|
|
29
|
+
X4GrabberModel = 117,
|
|
30
|
+
SensorPodX = 118,
|
|
25
31
|
X4BrushedMotor = 116,
|
|
26
|
-
|
|
27
|
-
X4Grabber = 118,// DNE
|
|
32
|
+
X4OculusSonar = 246,
|
|
28
33
|
RevolutionCameraHead = 102,
|
|
29
34
|
PivotCameraHead = 103,
|
|
30
|
-
A150CameraHead = 109,
|
|
31
35
|
A200CameraHead = 106,
|
|
36
|
+
A150CameraHead = 109,
|
|
32
37
|
ManualReel = 107,
|
|
33
38
|
PoweredReel = 108,
|
|
34
|
-
BridgeBox = "BRIDGEBOX",
|
|
35
39
|
SensorPodPlus = 100,
|
|
36
40
|
SensorPod = 101,
|
|
37
|
-
|
|
41
|
+
DT840Hoser = 104,
|
|
42
|
+
DT840Arm = 105,
|
|
43
|
+
RovGps = 110,
|
|
44
|
+
SerialBox = 111,
|
|
45
|
+
WaterlinkedGps = 200,
|
|
46
|
+
Seatrac = 201,
|
|
38
47
|
DVL = 202,
|
|
48
|
+
PathfindrDVL = 203,
|
|
49
|
+
OculusSonar = 204,
|
|
50
|
+
GeminiSonar = 205,
|
|
51
|
+
Echosounder = 244,
|
|
39
52
|
WATERLINKED_3D_SONAR = 245
|
|
40
53
|
}
|
|
41
54
|
/**
|
|
@@ -68,10 +81,12 @@ export declare enum CpuTemperatureThreshold {
|
|
|
68
81
|
export declare const CAMERA_DEVICE_MODEL_LABELS: {
|
|
69
82
|
readonly 206: "4K UHD Camera";
|
|
70
83
|
readonly 240: "Zoom Camera H";
|
|
71
|
-
readonly 243: "Zoom Camera
|
|
84
|
+
readonly 243: "OCTA Zoom Camera";
|
|
72
85
|
readonly 5: "DT Camera";
|
|
73
86
|
readonly 207: "Zoom Camera JZC";
|
|
74
87
|
readonly 241: "Mini Aux Camera";
|
|
88
|
+
readonly 32: "Stereo Camera";
|
|
89
|
+
readonly 242: "Aegis Camera";
|
|
75
90
|
};
|
|
76
91
|
/**
|
|
77
92
|
* Deep Trekker's Vehicle Device Model Labels
|
|
@@ -86,6 +101,35 @@ export declare const VEHICLE_DEVICE_MODEL_LABELS: {
|
|
|
86
101
|
readonly 18: "PIVOT";
|
|
87
102
|
readonly 24: "PHOTON";
|
|
88
103
|
readonly 16: "ONYX";
|
|
104
|
+
readonly 22: "VAC/MAG Utility Crawler";
|
|
105
|
+
readonly 12: "DTG3";
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* Deep Trekker's Peripheral Device Model Labels
|
|
109
|
+
* @group Devices
|
|
110
|
+
* @category Peripherals
|
|
111
|
+
*/
|
|
112
|
+
export declare const PERIPHERAL_DEVICE_MODEL_LABELS: {
|
|
113
|
+
readonly 101: "Sensor Pod";
|
|
114
|
+
readonly 100: "Sensor Pod+";
|
|
115
|
+
readonly 118: "Sensor Pod X";
|
|
116
|
+
readonly 110: "ROV GPS";
|
|
117
|
+
readonly 111: "Serial Interface Box";
|
|
118
|
+
readonly 200: "WaterLinked UGPS";
|
|
119
|
+
readonly 201: "SeaTrac USBL";
|
|
120
|
+
readonly 202: "WaterLinked DVL";
|
|
121
|
+
readonly 203: "Pathfindr DVL";
|
|
122
|
+
readonly 204: "Oculus Sonar";
|
|
123
|
+
readonly 246: "Oculus Sonar";
|
|
124
|
+
readonly 205: "Gemini Sonar";
|
|
125
|
+
readonly 244: "Echosounder";
|
|
126
|
+
readonly 245: "Water Linked 3D Sonar";
|
|
127
|
+
readonly 104: "DT840 Hoser";
|
|
128
|
+
readonly 105: "DT840 Manipulator Arm";
|
|
129
|
+
readonly 113: "Power Distribution Module";
|
|
130
|
+
readonly 114: "Thruster";
|
|
131
|
+
readonly 115: "Lights";
|
|
132
|
+
readonly 117: "Grabber";
|
|
89
133
|
};
|
|
90
134
|
/**
|
|
91
135
|
* Deep Trekker's Camera Head Device Model Labels
|
|
@@ -97,6 +141,7 @@ export declare const CAMERA_HEAD_DEVICE_MODEL_LABELS: {
|
|
|
97
141
|
readonly 106: "A-200 Camera Head";
|
|
98
142
|
readonly 102: "REVOLUTION Camera Head";
|
|
99
143
|
readonly 103: "PIVOT Camera Head";
|
|
144
|
+
readonly 116: "SPECTRA Camera Head";
|
|
100
145
|
};
|
|
101
146
|
/**
|
|
102
147
|
* Deep Trekker's Reel Device Model Labels
|
|
@@ -120,13 +165,33 @@ export declare const CAMERA_DEVICE_MODELS: readonly [DeviceModel.TamronHarrierZo
|
|
|
120
165
|
*/
|
|
121
166
|
export declare const DEVICE_MODEL_LABELS: {
|
|
122
167
|
readonly BRIDGEBOX: "BridgeBox";
|
|
168
|
+
readonly 101: "Sensor Pod";
|
|
169
|
+
readonly 100: "Sensor Pod+";
|
|
170
|
+
readonly 118: "Sensor Pod X";
|
|
171
|
+
readonly 110: "ROV GPS";
|
|
172
|
+
readonly 111: "Serial Interface Box";
|
|
173
|
+
readonly 200: "WaterLinked UGPS";
|
|
174
|
+
readonly 201: "SeaTrac USBL";
|
|
175
|
+
readonly 202: "WaterLinked DVL";
|
|
176
|
+
readonly 203: "Pathfindr DVL";
|
|
177
|
+
readonly 204: "Oculus Sonar";
|
|
178
|
+
readonly 246: "Oculus Sonar";
|
|
179
|
+
readonly 205: "Gemini Sonar";
|
|
180
|
+
readonly 244: "Echosounder";
|
|
123
181
|
readonly 245: "Water Linked 3D Sonar";
|
|
182
|
+
readonly 104: "DT840 Hoser";
|
|
183
|
+
readonly 105: "DT840 Manipulator Arm";
|
|
184
|
+
readonly 113: "Power Distribution Module";
|
|
185
|
+
readonly 114: "Thruster";
|
|
186
|
+
readonly 115: "Lights";
|
|
187
|
+
readonly 117: "Grabber";
|
|
124
188
|
readonly 107: "Tether Reel";
|
|
125
189
|
readonly 108: "Powered Tether Reel";
|
|
126
190
|
readonly 109: "A-150 Camera Head";
|
|
127
191
|
readonly 106: "A-200 Camera Head";
|
|
128
192
|
readonly 102: "REVOLUTION Camera Head";
|
|
129
193
|
readonly 103: "PIVOT Camera Head";
|
|
194
|
+
readonly 116: "SPECTRA Camera Head";
|
|
130
195
|
readonly 20: "A-150";
|
|
131
196
|
readonly 19: "A-200";
|
|
132
197
|
readonly 13: "REVOLUTION";
|
|
@@ -134,19 +199,22 @@ export declare const DEVICE_MODEL_LABELS: {
|
|
|
134
199
|
readonly 18: "PIVOT";
|
|
135
200
|
readonly 24: "PHOTON";
|
|
136
201
|
readonly 16: "ONYX";
|
|
202
|
+
readonly 22: "VAC/MAG Utility Crawler";
|
|
203
|
+
readonly 12: "DTG3";
|
|
137
204
|
readonly 206: "4K UHD Camera";
|
|
138
205
|
readonly 240: "Zoom Camera H";
|
|
139
|
-
readonly 243: "Zoom Camera
|
|
206
|
+
readonly 243: "OCTA Zoom Camera";
|
|
140
207
|
readonly 5: "DT Camera";
|
|
141
208
|
readonly 207: "Zoom Camera JZC";
|
|
142
209
|
readonly 241: "Mini Aux Camera";
|
|
210
|
+
readonly 242: "Aegis Camera";
|
|
143
211
|
};
|
|
144
212
|
/**
|
|
145
213
|
* Deep Trekker's Camera Head Device Models
|
|
146
214
|
* @group Devices
|
|
147
215
|
* @category Camera Heads
|
|
148
216
|
*/
|
|
149
|
-
export declare const CAMERA_HEAD_DEVICE_MODELS: readonly [DeviceModel.A150CameraHead, DeviceModel.A200CameraHead, DeviceModel.RevolutionCameraHead, DeviceModel.PivotCameraHead];
|
|
217
|
+
export declare const CAMERA_HEAD_DEVICE_MODELS: readonly [DeviceModel.A150CameraHead, DeviceModel.A200CameraHead, DeviceModel.RevolutionCameraHead, DeviceModel.PivotCameraHead, DeviceModel.X4CameraHead];
|
|
150
218
|
/**
|
|
151
219
|
* Deep Trekker's Vehicle Device Models
|
|
152
220
|
* @group Devices
|
|
@@ -165,6 +233,24 @@ export declare const CRAWLER_DEVICE_MODELS: readonly [DeviceModel.A150Crawler, D
|
|
|
165
233
|
* @category Reels
|
|
166
234
|
*/
|
|
167
235
|
export declare const REEL_DEVICE_MODELS: readonly [DeviceModel.ManualReel, DeviceModel.PoweredReel];
|
|
236
|
+
/**
|
|
237
|
+
* Deep Trekker's Sensor Pod Device Models
|
|
238
|
+
* @group Devices
|
|
239
|
+
* @category SensorPods
|
|
240
|
+
*/
|
|
241
|
+
export declare const SENSOR_POD_DEVICE_MODELS: readonly [DeviceModel.SensorPod, DeviceModel.SensorPodPlus, DeviceModel.SensorPodX];
|
|
242
|
+
/**
|
|
243
|
+
* Deep Trekker's Gen4 Peripheral Device Models
|
|
244
|
+
* @group Devices
|
|
245
|
+
* @category Gen4 Peripherals
|
|
246
|
+
*/
|
|
247
|
+
export declare const X4_PERIPHERAL_DEVICE_MODELS: readonly [DeviceModel.X4PDM, DeviceModel.X4Thruster, DeviceModel.X4Lights, DeviceModel.X4GrabberModel];
|
|
248
|
+
/**
|
|
249
|
+
* All External Peripheral Device Models
|
|
250
|
+
* @group Devices
|
|
251
|
+
* @category Peripherals
|
|
252
|
+
*/
|
|
253
|
+
export declare const PERIPHERAL_DEVICE_MODELS: readonly [DeviceModel.RovGps, DeviceModel.SerialBox, DeviceModel.WaterlinkedGps, DeviceModel.Seatrac, DeviceModel.DVL, DeviceModel.PathfindrDVL, DeviceModel.OculusSonar, DeviceModel.GeminiSonar, DeviceModel.Echosounder, DeviceModel.WATERLINKED_3D_SONAR, DeviceModel.SensorPod, DeviceModel.SensorPodPlus, DeviceModel.SensorPodX, DeviceModel.X4PDM, DeviceModel.X4Thruster, DeviceModel.X4Lights, DeviceModel.X4GrabberModel];
|
|
168
254
|
/**
|
|
169
255
|
* Device Version is a base interface for hardware and software version sample payloads.
|
|
170
256
|
* -1 hardware versions and 0.0 software versions refer to not applicable
|
|
@@ -24,9 +24,18 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
24
24
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
25
25
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
26
26
|
};
|
|
27
|
-
var
|
|
27
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
28
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
29
|
+
if (ar || !(i in from)) {
|
|
30
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
31
|
+
ar[i] = from[i];
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
35
|
+
};
|
|
36
|
+
var _a, _b, _c, _d, _e, _f;
|
|
28
37
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.REEL_DEVICE_MODELS = exports.CRAWLER_DEVICE_MODELS = exports.VEHICLE_DEVICE_MODELS = exports.CAMERA_HEAD_DEVICE_MODELS = exports.DEVICE_MODEL_LABELS = exports.CAMERA_DEVICE_MODELS = exports.REEL_DEVICE_MODEL_LABELS = exports.CAMERA_HEAD_DEVICE_MODEL_LABELS = exports.VEHICLE_DEVICE_MODEL_LABELS = exports.CAMERA_DEVICE_MODEL_LABELS = exports.CpuTemperatureThreshold = exports.BandwidthDegradationThreshold = exports.DeviceModel = void 0;
|
|
38
|
+
exports.PERIPHERAL_DEVICE_MODELS = exports.X4_PERIPHERAL_DEVICE_MODELS = exports.SENSOR_POD_DEVICE_MODELS = exports.REEL_DEVICE_MODELS = exports.CRAWLER_DEVICE_MODELS = exports.VEHICLE_DEVICE_MODELS = exports.CAMERA_HEAD_DEVICE_MODELS = exports.DEVICE_MODEL_LABELS = exports.CAMERA_DEVICE_MODELS = exports.REEL_DEVICE_MODEL_LABELS = exports.CAMERA_HEAD_DEVICE_MODEL_LABELS = exports.PERIPHERAL_DEVICE_MODEL_LABELS = exports.VEHICLE_DEVICE_MODEL_LABELS = exports.CAMERA_DEVICE_MODEL_LABELS = exports.CpuTemperatureThreshold = exports.BandwidthDegradationThreshold = exports.DeviceModel = void 0;
|
|
30
39
|
/**
|
|
31
40
|
* Deep Trekker internal device model numbers.
|
|
32
41
|
* @category Core
|
|
@@ -34,45 +43,59 @@ exports.REEL_DEVICE_MODELS = exports.CRAWLER_DEVICE_MODELS = exports.VEHICLE_DEV
|
|
|
34
43
|
*/
|
|
35
44
|
var DeviceModel;
|
|
36
45
|
(function (DeviceModel) {
|
|
46
|
+
/*Controllers */
|
|
47
|
+
DeviceModel["BridgeBox"] = "BRIDGEBOX";
|
|
37
48
|
/* Crawlers */
|
|
38
49
|
DeviceModel[DeviceModel["A150Crawler"] = 20] = "A150Crawler";
|
|
39
50
|
DeviceModel[DeviceModel["A200Crawler"] = 19] = "A200Crawler";
|
|
40
51
|
DeviceModel[DeviceModel["DT645"] = 22] = "DT645";
|
|
41
|
-
/*Cameras */
|
|
42
|
-
DeviceModel[DeviceModel["TamronHarrierZoomCamera"] = 240] = "TamronHarrierZoomCamera";
|
|
52
|
+
/* Cameras */
|
|
43
53
|
DeviceModel[DeviceModel["DTCam"] = 5] = "DTCam";
|
|
54
|
+
DeviceModel[DeviceModel["TamronHarrierZoomCamera"] = 240] = "TamronHarrierZoomCamera";
|
|
44
55
|
DeviceModel[DeviceModel["OcleaCam"] = 206] = "OcleaCam";
|
|
45
56
|
DeviceModel[DeviceModel["TamronOcleaZoomCamera"] = 243] = "TamronOcleaZoomCamera";
|
|
46
57
|
DeviceModel[DeviceModel["JZC18ZoomCamera"] = 207] = "JZC18ZoomCamera";
|
|
47
58
|
DeviceModel[DeviceModel["MiniAuxCamera"] = 241] = "MiniAuxCamera";
|
|
48
|
-
|
|
49
|
-
DeviceModel[DeviceModel["
|
|
59
|
+
DeviceModel[DeviceModel["AegisCam"] = 242] = "AegisCam";
|
|
60
|
+
DeviceModel[DeviceModel["X4Cam"] = 32] = "X4Cam";
|
|
61
|
+
/* ROV Vehicles */
|
|
62
|
+
DeviceModel[DeviceModel["DTG3"] = 12] = "DTG3";
|
|
50
63
|
DeviceModel[DeviceModel["Onyx"] = 16] = "Onyx";
|
|
51
64
|
DeviceModel[DeviceModel["Revolution"] = 13] = "Revolution";
|
|
52
65
|
DeviceModel[DeviceModel["Pivot"] = 18] = "Pivot";
|
|
53
|
-
|
|
66
|
+
DeviceModel[DeviceModel["Photon"] = 24] = "Photon";
|
|
67
|
+
/* Gen 4 Series */
|
|
54
68
|
DeviceModel[DeviceModel["X4"] = 32] = "X4";
|
|
55
|
-
DeviceModel[DeviceModel["X4PCM"] = 112] = "X4PCM";
|
|
56
69
|
DeviceModel[DeviceModel["X4PDM"] = 113] = "X4PDM";
|
|
57
70
|
DeviceModel[DeviceModel["X4Thruster"] = 114] = "X4Thruster";
|
|
58
71
|
DeviceModel[DeviceModel["X4Lights"] = 115] = "X4Lights";
|
|
72
|
+
DeviceModel[DeviceModel["X4CameraHead"] = 116] = "X4CameraHead";
|
|
73
|
+
DeviceModel[DeviceModel["X4GrabberModel"] = 117] = "X4GrabberModel";
|
|
74
|
+
DeviceModel[DeviceModel["SensorPodX"] = 118] = "SensorPodX";
|
|
59
75
|
DeviceModel[DeviceModel["X4BrushedMotor"] = 116] = "X4BrushedMotor";
|
|
60
|
-
DeviceModel[DeviceModel["
|
|
61
|
-
DeviceModel[DeviceModel["X4Grabber"] = 118] = "X4Grabber";
|
|
76
|
+
DeviceModel[DeviceModel["X4OculusSonar"] = 246] = "X4OculusSonar";
|
|
62
77
|
/* Camera Heads */
|
|
63
78
|
DeviceModel[DeviceModel["RevolutionCameraHead"] = 102] = "RevolutionCameraHead";
|
|
64
79
|
DeviceModel[DeviceModel["PivotCameraHead"] = 103] = "PivotCameraHead";
|
|
65
|
-
DeviceModel[DeviceModel["A150CameraHead"] = 109] = "A150CameraHead";
|
|
66
80
|
DeviceModel[DeviceModel["A200CameraHead"] = 106] = "A200CameraHead";
|
|
81
|
+
DeviceModel[DeviceModel["A150CameraHead"] = 109] = "A150CameraHead";
|
|
67
82
|
/* Reels */
|
|
68
83
|
DeviceModel[DeviceModel["ManualReel"] = 107] = "ManualReel";
|
|
69
84
|
DeviceModel[DeviceModel["PoweredReel"] = 108] = "PoweredReel";
|
|
70
|
-
/*Peripherals */
|
|
71
|
-
DeviceModel["BridgeBox"] = "BRIDGEBOX";
|
|
85
|
+
/* Peripherals & Sonar */
|
|
72
86
|
DeviceModel[DeviceModel["SensorPodPlus"] = 100] = "SensorPodPlus";
|
|
73
87
|
DeviceModel[DeviceModel["SensorPod"] = 101] = "SensorPod";
|
|
74
|
-
DeviceModel[DeviceModel["
|
|
88
|
+
DeviceModel[DeviceModel["DT840Hoser"] = 104] = "DT840Hoser";
|
|
89
|
+
DeviceModel[DeviceModel["DT840Arm"] = 105] = "DT840Arm";
|
|
90
|
+
DeviceModel[DeviceModel["RovGps"] = 110] = "RovGps";
|
|
91
|
+
DeviceModel[DeviceModel["SerialBox"] = 111] = "SerialBox";
|
|
92
|
+
DeviceModel[DeviceModel["WaterlinkedGps"] = 200] = "WaterlinkedGps";
|
|
93
|
+
DeviceModel[DeviceModel["Seatrac"] = 201] = "Seatrac";
|
|
75
94
|
DeviceModel[DeviceModel["DVL"] = 202] = "DVL";
|
|
95
|
+
DeviceModel[DeviceModel["PathfindrDVL"] = 203] = "PathfindrDVL";
|
|
96
|
+
DeviceModel[DeviceModel["OculusSonar"] = 204] = "OculusSonar";
|
|
97
|
+
DeviceModel[DeviceModel["GeminiSonar"] = 205] = "GeminiSonar";
|
|
98
|
+
DeviceModel[DeviceModel["Echosounder"] = 244] = "Echosounder";
|
|
76
99
|
DeviceModel[DeviceModel["WATERLINKED_3D_SONAR"] = 245] = "WATERLINKED_3D_SONAR";
|
|
77
100
|
})(DeviceModel || (exports.DeviceModel = DeviceModel = {}));
|
|
78
101
|
/**
|
|
@@ -107,10 +130,12 @@ var CpuTemperatureThreshold;
|
|
|
107
130
|
exports.CAMERA_DEVICE_MODEL_LABELS = (_a = {},
|
|
108
131
|
_a[DeviceModel.OcleaCam] = "4K UHD Camera",
|
|
109
132
|
_a[DeviceModel.TamronHarrierZoomCamera] = "Zoom Camera H",
|
|
110
|
-
_a[DeviceModel.TamronOcleaZoomCamera] = "Zoom Camera
|
|
133
|
+
_a[DeviceModel.TamronOcleaZoomCamera] = "OCTA Zoom Camera",
|
|
111
134
|
_a[DeviceModel.DTCam] = "DT Camera",
|
|
112
135
|
_a[DeviceModel.JZC18ZoomCamera] = "Zoom Camera JZC",
|
|
113
136
|
_a[DeviceModel.MiniAuxCamera] = "Mini Aux Camera",
|
|
137
|
+
_a[DeviceModel.X4Cam] = "Stereo Camera",
|
|
138
|
+
_a[DeviceModel.AegisCam] = "Aegis Camera",
|
|
114
139
|
_a);
|
|
115
140
|
/**
|
|
116
141
|
* Deep Trekker's Vehicle Device Model Labels
|
|
@@ -125,27 +150,60 @@ exports.VEHICLE_DEVICE_MODEL_LABELS = (_b = {},
|
|
|
125
150
|
_b[DeviceModel.Pivot] = "PIVOT",
|
|
126
151
|
_b[DeviceModel.Photon] = "PHOTON",
|
|
127
152
|
_b[DeviceModel.Onyx] = "ONYX",
|
|
153
|
+
_b[DeviceModel.DT645] = "VAC/MAG Utility Crawler",
|
|
154
|
+
_b[DeviceModel.DTG3] = "DTG3",
|
|
128
155
|
_b);
|
|
156
|
+
/**
|
|
157
|
+
* Deep Trekker's Peripheral Device Model Labels
|
|
158
|
+
* @group Devices
|
|
159
|
+
* @category Peripherals
|
|
160
|
+
*/
|
|
161
|
+
exports.PERIPHERAL_DEVICE_MODEL_LABELS = (_c = {},
|
|
162
|
+
/* Standard Peripherals */
|
|
163
|
+
_c[DeviceModel.SensorPod] = "Sensor Pod",
|
|
164
|
+
_c[DeviceModel.SensorPodPlus] = "Sensor Pod+",
|
|
165
|
+
_c[DeviceModel.SensorPodX] = "Sensor Pod X",
|
|
166
|
+
_c[DeviceModel.RovGps] = "ROV GPS",
|
|
167
|
+
_c[DeviceModel.SerialBox] = "Serial Interface Box",
|
|
168
|
+
_c[DeviceModel.WaterlinkedGps] = "WaterLinked UGPS",
|
|
169
|
+
_c[DeviceModel.Seatrac] = "SeaTrac USBL",
|
|
170
|
+
_c[DeviceModel.DVL] = "WaterLinked DVL",
|
|
171
|
+
_c[DeviceModel.PathfindrDVL] = "Pathfindr DVL",
|
|
172
|
+
_c[DeviceModel.OculusSonar] = "Oculus Sonar",
|
|
173
|
+
_c[DeviceModel.X4OculusSonar] = "Oculus Sonar",
|
|
174
|
+
_c[DeviceModel.GeminiSonar] = "Gemini Sonar",
|
|
175
|
+
_c[DeviceModel.Echosounder] = "Echosounder",
|
|
176
|
+
_c[DeviceModel.WATERLINKED_3D_SONAR] = "Water Linked 3D Sonar",
|
|
177
|
+
/* Legacy / Special Components */
|
|
178
|
+
_c[DeviceModel.DT840Hoser] = "DT840 Hoser",
|
|
179
|
+
_c[DeviceModel.DT840Arm] = "DT840 Manipulator Arm",
|
|
180
|
+
/* X4 Specific Internal Peripherals */
|
|
181
|
+
_c[DeviceModel.X4PDM] = "Power Distribution Module",
|
|
182
|
+
_c[DeviceModel.X4Thruster] = "Thruster",
|
|
183
|
+
_c[DeviceModel.X4Lights] = "Lights",
|
|
184
|
+
_c[DeviceModel.X4GrabberModel] = "Grabber",
|
|
185
|
+
_c);
|
|
129
186
|
/**
|
|
130
187
|
* Deep Trekker's Camera Head Device Model Labels
|
|
131
188
|
* @group Devices
|
|
132
189
|
* @category Camera Heads
|
|
133
190
|
*/
|
|
134
|
-
exports.CAMERA_HEAD_DEVICE_MODEL_LABELS = (
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
191
|
+
exports.CAMERA_HEAD_DEVICE_MODEL_LABELS = (_d = {},
|
|
192
|
+
_d[DeviceModel.A150CameraHead] = "A-150 Camera Head",
|
|
193
|
+
_d[DeviceModel.A200CameraHead] = "A-200 Camera Head",
|
|
194
|
+
_d[DeviceModel.RevolutionCameraHead] = "REVOLUTION Camera Head",
|
|
195
|
+
_d[DeviceModel.PivotCameraHead] = "PIVOT Camera Head",
|
|
196
|
+
_d[DeviceModel.X4CameraHead] = "SPECTRA Camera Head",
|
|
197
|
+
_d);
|
|
140
198
|
/**
|
|
141
199
|
* Deep Trekker's Reel Device Model Labels
|
|
142
200
|
* @group Devices
|
|
143
201
|
* @category Reels
|
|
144
202
|
*/
|
|
145
|
-
exports.REEL_DEVICE_MODEL_LABELS = (
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
203
|
+
exports.REEL_DEVICE_MODEL_LABELS = (_e = {},
|
|
204
|
+
_e[DeviceModel.ManualReel] = "Tether Reel",
|
|
205
|
+
_e[DeviceModel.PoweredReel] = "Powered Tether Reel",
|
|
206
|
+
_e);
|
|
149
207
|
/**
|
|
150
208
|
* Deep Trekker's Camera Device Models
|
|
151
209
|
* @group Devices
|
|
@@ -164,7 +222,7 @@ exports.CAMERA_DEVICE_MODELS = [
|
|
|
164
222
|
* @group Devices
|
|
165
223
|
* @category Core
|
|
166
224
|
*/
|
|
167
|
-
exports.DEVICE_MODEL_LABELS = __assign(__assign(__assign(__assign(__assign({}, exports.CAMERA_DEVICE_MODEL_LABELS), exports.VEHICLE_DEVICE_MODEL_LABELS), exports.CAMERA_HEAD_DEVICE_MODEL_LABELS), exports.REEL_DEVICE_MODEL_LABELS), (
|
|
225
|
+
exports.DEVICE_MODEL_LABELS = __assign(__assign(__assign(__assign(__assign(__assign({}, exports.CAMERA_DEVICE_MODEL_LABELS), exports.VEHICLE_DEVICE_MODEL_LABELS), exports.CAMERA_HEAD_DEVICE_MODEL_LABELS), exports.REEL_DEVICE_MODEL_LABELS), exports.PERIPHERAL_DEVICE_MODEL_LABELS), (_f = {}, _f[DeviceModel.BridgeBox] = "BridgeBox", _f));
|
|
168
226
|
/**
|
|
169
227
|
* Deep Trekker's Camera Head Device Models
|
|
170
228
|
* @group Devices
|
|
@@ -175,6 +233,7 @@ exports.CAMERA_HEAD_DEVICE_MODELS = [
|
|
|
175
233
|
DeviceModel.A200CameraHead,
|
|
176
234
|
DeviceModel.RevolutionCameraHead,
|
|
177
235
|
DeviceModel.PivotCameraHead,
|
|
236
|
+
DeviceModel.X4CameraHead,
|
|
178
237
|
];
|
|
179
238
|
/**
|
|
180
239
|
* Deep Trekker's Vehicle Device Models
|
|
@@ -206,6 +265,44 @@ exports.REEL_DEVICE_MODELS = [
|
|
|
206
265
|
DeviceModel.ManualReel,
|
|
207
266
|
DeviceModel.PoweredReel,
|
|
208
267
|
];
|
|
268
|
+
/**
|
|
269
|
+
* Deep Trekker's Sensor Pod Device Models
|
|
270
|
+
* @group Devices
|
|
271
|
+
* @category SensorPods
|
|
272
|
+
*/
|
|
273
|
+
exports.SENSOR_POD_DEVICE_MODELS = [
|
|
274
|
+
DeviceModel.SensorPod,
|
|
275
|
+
DeviceModel.SensorPodPlus,
|
|
276
|
+
DeviceModel.SensorPodX,
|
|
277
|
+
];
|
|
278
|
+
/**
|
|
279
|
+
* Deep Trekker's Gen4 Peripheral Device Models
|
|
280
|
+
* @group Devices
|
|
281
|
+
* @category Gen4 Peripherals
|
|
282
|
+
*/
|
|
283
|
+
exports.X4_PERIPHERAL_DEVICE_MODELS = [
|
|
284
|
+
DeviceModel.X4PDM,
|
|
285
|
+
DeviceModel.X4Thruster,
|
|
286
|
+
DeviceModel.X4Lights,
|
|
287
|
+
DeviceModel.X4GrabberModel,
|
|
288
|
+
];
|
|
289
|
+
/**
|
|
290
|
+
* All External Peripheral Device Models
|
|
291
|
+
* @group Devices
|
|
292
|
+
* @category Peripherals
|
|
293
|
+
*/
|
|
294
|
+
exports.PERIPHERAL_DEVICE_MODELS = __spreadArray(__spreadArray([
|
|
295
|
+
DeviceModel.RovGps,
|
|
296
|
+
DeviceModel.SerialBox,
|
|
297
|
+
DeviceModel.WaterlinkedGps,
|
|
298
|
+
DeviceModel.Seatrac,
|
|
299
|
+
DeviceModel.DVL,
|
|
300
|
+
DeviceModel.PathfindrDVL,
|
|
301
|
+
DeviceModel.OculusSonar,
|
|
302
|
+
DeviceModel.GeminiSonar,
|
|
303
|
+
DeviceModel.Echosounder,
|
|
304
|
+
DeviceModel.WATERLINKED_3D_SONAR
|
|
305
|
+
], exports.SENSOR_POD_DEVICE_MODELS, true), exports.X4_PERIPHERAL_DEVICE_MODELS, true);
|
|
209
306
|
__exportStar(require("./cameraHeads"), exports);
|
|
210
307
|
__exportStar(require("./cameras"), exports);
|
|
211
308
|
__exportStar(require("./core"), exports);
|
|
@@ -101,6 +101,10 @@ export type X4Thruster = {
|
|
|
101
101
|
* @category Controls
|
|
102
102
|
*/
|
|
103
103
|
export type X4DriveCommand = {
|
|
104
|
+
/**
|
|
105
|
+
* Flag dictating if rosbag recording should be active.
|
|
106
|
+
*/
|
|
107
|
+
rosbag?: boolean;
|
|
104
108
|
/**
|
|
105
109
|
* The reference frame for the drive command, which can be used to specify the coordinate system in which the command is issued.
|
|
106
110
|
* This allows the user to control the vehicle's movement in a specific frame of reference. The value must correspond to a valid reference frame in the system (mac address of a camera or camera head).
|
|
@@ -656,6 +660,7 @@ export type X4MediaSession = {
|
|
|
656
660
|
* @category Core
|
|
657
661
|
*/
|
|
658
662
|
export type X4 = {
|
|
663
|
+
rosbag?: boolean;
|
|
659
664
|
/**
|
|
660
665
|
* A record of network devices associated with the X4 vehicle. They are identified by their unique MAC address.
|
|
661
666
|
* Each device contains properties such as model, IP address, software version, hardware version,
|
package/package.json
CHANGED