@aircast-4g/mavlink 1.1.9 → 1.1.11
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/dialects/ardupilotmega/index.d.ts +160 -160
- package/dist/dialects/ardupilotmega/index.js +732 -732
- package/dist/dialects/ardupilotmega/index.js.map +1 -1
- package/dist/dialects/common/index.d.ts +137 -137
- package/dist/dialects/common/index.js +617 -617
- package/dist/dialects/common/index.js.map +1 -1
- package/dist/dialects/minimal/index.d.ts +2 -2
- package/dist/dialects/minimal/index.js +10 -10
- package/dist/dialects/minimal/index.js.map +1 -1
- package/dist/dialects/paparazzi/index.d.ts +138 -138
- package/dist/dialects/paparazzi/index.js +622 -622
- package/dist/dialects/paparazzi/index.js.map +1 -1
- package/dist/dialects/python_array_test/index.d.ts +143 -143
- package/dist/dialects/python_array_test/index.js +637 -637
- package/dist/dialects/python_array_test/index.js.map +1 -1
- package/dist/dialects/standard/index.d.ts +2 -2
- package/dist/dialects/standard/index.js +10 -10
- package/dist/dialects/standard/index.js.map +1 -1
- package/dist/dialects/test/index.d.ts +11 -11
- package/dist/dialects/test/index.js +39 -39
- package/dist/dialects/test/index.js.map +1 -1
- package/package.json +2 -1
|
@@ -5270,6 +5270,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5270
5270
|
id: 300,
|
|
5271
5271
|
name: 'PROTOCOL_VERSION',
|
|
5272
5272
|
fields: [
|
|
5273
|
+
{
|
|
5274
|
+
name: 'spec_version_hash',
|
|
5275
|
+
type: 'uint8_t',
|
|
5276
|
+
arrayLength: 8,
|
|
5277
|
+
},
|
|
5278
|
+
{
|
|
5279
|
+
name: 'library_version_hash',
|
|
5280
|
+
type: 'uint8_t',
|
|
5281
|
+
arrayLength: 8,
|
|
5282
|
+
},
|
|
5273
5283
|
{
|
|
5274
5284
|
name: 'version',
|
|
5275
5285
|
type: 'uint16_t',
|
|
@@ -5282,16 +5292,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5282
5292
|
name: 'max_version',
|
|
5283
5293
|
type: 'uint16_t',
|
|
5284
5294
|
},
|
|
5285
|
-
{
|
|
5286
|
-
name: 'spec_version_hash',
|
|
5287
|
-
type: 'uint8_t',
|
|
5288
|
-
arrayLength: 8,
|
|
5289
|
-
},
|
|
5290
|
-
{
|
|
5291
|
-
name: 'library_version_hash',
|
|
5292
|
-
type: 'uint8_t',
|
|
5293
|
-
arrayLength: 8,
|
|
5294
|
-
},
|
|
5295
5295
|
]
|
|
5296
5296
|
},
|
|
5297
5297
|
{
|
|
@@ -5407,6 +5407,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5407
5407
|
id: 5,
|
|
5408
5408
|
name: 'CHANGE_OPERATOR_CONTROL',
|
|
5409
5409
|
fields: [
|
|
5410
|
+
{
|
|
5411
|
+
name: 'passkey',
|
|
5412
|
+
type: 'char',
|
|
5413
|
+
arrayLength: 25,
|
|
5414
|
+
},
|
|
5410
5415
|
{
|
|
5411
5416
|
name: 'target_system',
|
|
5412
5417
|
type: 'uint8_t',
|
|
@@ -5419,11 +5424,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5419
5424
|
name: 'version',
|
|
5420
5425
|
type: 'uint8_t',
|
|
5421
5426
|
},
|
|
5422
|
-
{
|
|
5423
|
-
name: 'passkey',
|
|
5424
|
-
type: 'char',
|
|
5425
|
-
arrayLength: 25,
|
|
5426
|
-
},
|
|
5427
5427
|
]
|
|
5428
5428
|
},
|
|
5429
5429
|
{
|
|
@@ -5527,6 +5527,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5527
5527
|
id: 20,
|
|
5528
5528
|
name: 'PARAM_REQUEST_READ',
|
|
5529
5529
|
fields: [
|
|
5530
|
+
{
|
|
5531
|
+
name: 'param_id',
|
|
5532
|
+
type: 'char',
|
|
5533
|
+
arrayLength: 16,
|
|
5534
|
+
},
|
|
5530
5535
|
{
|
|
5531
5536
|
name: 'param_index',
|
|
5532
5537
|
type: 'int16_t',
|
|
@@ -5539,11 +5544,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5539
5544
|
name: 'target_component',
|
|
5540
5545
|
type: 'uint8_t',
|
|
5541
5546
|
},
|
|
5542
|
-
{
|
|
5543
|
-
name: 'param_id',
|
|
5544
|
-
type: 'char',
|
|
5545
|
-
arrayLength: 16,
|
|
5546
|
-
},
|
|
5547
5547
|
]
|
|
5548
5548
|
},
|
|
5549
5549
|
{
|
|
@@ -5564,6 +5564,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5564
5564
|
id: 22,
|
|
5565
5565
|
name: 'PARAM_VALUE',
|
|
5566
5566
|
fields: [
|
|
5567
|
+
{
|
|
5568
|
+
name: 'param_id',
|
|
5569
|
+
type: 'char',
|
|
5570
|
+
arrayLength: 16,
|
|
5571
|
+
},
|
|
5567
5572
|
{
|
|
5568
5573
|
name: 'param_value',
|
|
5569
5574
|
type: 'float',
|
|
@@ -5576,11 +5581,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5576
5581
|
name: 'param_index',
|
|
5577
5582
|
type: 'uint16_t',
|
|
5578
5583
|
},
|
|
5579
|
-
{
|
|
5580
|
-
name: 'param_id',
|
|
5581
|
-
type: 'char',
|
|
5582
|
-
arrayLength: 16,
|
|
5583
|
-
},
|
|
5584
5584
|
{
|
|
5585
5585
|
name: 'param_type',
|
|
5586
5586
|
type: 'uint8_t',
|
|
@@ -5591,6 +5591,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5591
5591
|
id: 23,
|
|
5592
5592
|
name: 'PARAM_SET',
|
|
5593
5593
|
fields: [
|
|
5594
|
+
{
|
|
5595
|
+
name: 'param_id',
|
|
5596
|
+
type: 'char',
|
|
5597
|
+
arrayLength: 16,
|
|
5598
|
+
},
|
|
5594
5599
|
{
|
|
5595
5600
|
name: 'param_value',
|
|
5596
5601
|
type: 'float',
|
|
@@ -5603,11 +5608,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5603
5608
|
name: 'target_component',
|
|
5604
5609
|
type: 'uint8_t',
|
|
5605
5610
|
},
|
|
5606
|
-
{
|
|
5607
|
-
name: 'param_id',
|
|
5608
|
-
type: 'char',
|
|
5609
|
-
arrayLength: 16,
|
|
5610
|
-
},
|
|
5611
5611
|
{
|
|
5612
5612
|
name: 'param_type',
|
|
5613
5613
|
type: 'uint8_t',
|
|
@@ -5694,10 +5694,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5694
5694
|
id: 25,
|
|
5695
5695
|
name: 'GPS_STATUS',
|
|
5696
5696
|
fields: [
|
|
5697
|
-
{
|
|
5698
|
-
name: 'satellites_visible',
|
|
5699
|
-
type: 'uint8_t',
|
|
5700
|
-
},
|
|
5701
5697
|
{
|
|
5702
5698
|
name: 'satellite_prn',
|
|
5703
5699
|
type: 'uint8_t',
|
|
@@ -5723,6 +5719,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5723
5719
|
type: 'uint8_t',
|
|
5724
5720
|
arrayLength: 20,
|
|
5725
5721
|
},
|
|
5722
|
+
{
|
|
5723
|
+
name: 'satellites_visible',
|
|
5724
|
+
type: 'uint8_t',
|
|
5725
|
+
},
|
|
5726
5726
|
]
|
|
5727
5727
|
},
|
|
5728
5728
|
{
|
|
@@ -6585,6 +6585,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6585
6585
|
id: 50,
|
|
6586
6586
|
name: 'PARAM_MAP_RC',
|
|
6587
6587
|
fields: [
|
|
6588
|
+
{
|
|
6589
|
+
name: 'param_id',
|
|
6590
|
+
type: 'char',
|
|
6591
|
+
arrayLength: 16,
|
|
6592
|
+
},
|
|
6588
6593
|
{
|
|
6589
6594
|
name: 'param_value0',
|
|
6590
6595
|
type: 'float',
|
|
@@ -6613,11 +6618,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6613
6618
|
name: 'target_component',
|
|
6614
6619
|
type: 'uint8_t',
|
|
6615
6620
|
},
|
|
6616
|
-
{
|
|
6617
|
-
name: 'param_id',
|
|
6618
|
-
type: 'char',
|
|
6619
|
-
arrayLength: 16,
|
|
6620
|
-
},
|
|
6621
6621
|
{
|
|
6622
6622
|
name: 'parameter_rc_channel_index',
|
|
6623
6623
|
type: 'uint8_t',
|
|
@@ -6728,14 +6728,19 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6728
6728
|
name: 'ATTITUDE_QUATERNION_COV',
|
|
6729
6729
|
fields: [
|
|
6730
6730
|
{
|
|
6731
|
-
name: '
|
|
6732
|
-
type: '
|
|
6731
|
+
name: 'covariance',
|
|
6732
|
+
type: 'float',
|
|
6733
|
+
arrayLength: 9,
|
|
6733
6734
|
},
|
|
6734
6735
|
{
|
|
6735
6736
|
name: 'q',
|
|
6736
6737
|
type: 'float',
|
|
6737
6738
|
arrayLength: 4,
|
|
6738
6739
|
},
|
|
6740
|
+
{
|
|
6741
|
+
name: 'time_usec',
|
|
6742
|
+
type: 'uint64_t',
|
|
6743
|
+
},
|
|
6739
6744
|
{
|
|
6740
6745
|
name: 'rollspeed',
|
|
6741
6746
|
type: 'float',
|
|
@@ -6748,11 +6753,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6748
6753
|
name: 'yawspeed',
|
|
6749
6754
|
type: 'float',
|
|
6750
6755
|
},
|
|
6751
|
-
{
|
|
6752
|
-
name: 'covariance',
|
|
6753
|
-
type: 'float',
|
|
6754
|
-
arrayLength: 9,
|
|
6755
|
-
},
|
|
6756
6756
|
]
|
|
6757
6757
|
},
|
|
6758
6758
|
{
|
|
@@ -6797,6 +6797,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6797
6797
|
id: 63,
|
|
6798
6798
|
name: 'GLOBAL_POSITION_INT_COV',
|
|
6799
6799
|
fields: [
|
|
6800
|
+
{
|
|
6801
|
+
name: 'covariance',
|
|
6802
|
+
type: 'float',
|
|
6803
|
+
arrayLength: 36,
|
|
6804
|
+
},
|
|
6800
6805
|
{
|
|
6801
6806
|
name: 'time_usec',
|
|
6802
6807
|
type: 'uint64_t',
|
|
@@ -6829,11 +6834,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6829
6834
|
name: 'vz',
|
|
6830
6835
|
type: 'float',
|
|
6831
6836
|
},
|
|
6832
|
-
{
|
|
6833
|
-
name: 'covariance',
|
|
6834
|
-
type: 'float',
|
|
6835
|
-
arrayLength: 36,
|
|
6836
|
-
},
|
|
6837
6837
|
{
|
|
6838
6838
|
name: 'estimator_type',
|
|
6839
6839
|
type: 'uint8_t',
|
|
@@ -6844,6 +6844,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6844
6844
|
id: 64,
|
|
6845
6845
|
name: 'LOCAL_POSITION_NED_COV',
|
|
6846
6846
|
fields: [
|
|
6847
|
+
{
|
|
6848
|
+
name: 'covariance',
|
|
6849
|
+
type: 'float',
|
|
6850
|
+
arrayLength: 45,
|
|
6851
|
+
},
|
|
6847
6852
|
{
|
|
6848
6853
|
name: 'time_usec',
|
|
6849
6854
|
type: 'uint64_t',
|
|
@@ -6884,11 +6889,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6884
6889
|
name: 'az',
|
|
6885
6890
|
type: 'float',
|
|
6886
6891
|
},
|
|
6887
|
-
{
|
|
6888
|
-
name: 'covariance',
|
|
6889
|
-
type: 'float',
|
|
6890
|
-
arrayLength: 45,
|
|
6891
|
-
},
|
|
6892
6892
|
{
|
|
6893
6893
|
name: 'estimator_type',
|
|
6894
6894
|
type: 'uint8_t',
|
|
@@ -7500,15 +7500,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
7500
7500
|
id: 82,
|
|
7501
7501
|
name: 'SET_ATTITUDE_TARGET',
|
|
7502
7502
|
fields: [
|
|
7503
|
-
{
|
|
7504
|
-
name: 'time_boot_ms',
|
|
7505
|
-
type: 'uint32_t',
|
|
7506
|
-
},
|
|
7507
7503
|
{
|
|
7508
7504
|
name: 'q',
|
|
7509
7505
|
type: 'float',
|
|
7510
7506
|
arrayLength: 4,
|
|
7511
7507
|
},
|
|
7508
|
+
{
|
|
7509
|
+
name: 'time_boot_ms',
|
|
7510
|
+
type: 'uint32_t',
|
|
7511
|
+
},
|
|
7512
7512
|
{
|
|
7513
7513
|
name: 'body_roll_rate',
|
|
7514
7514
|
type: 'float',
|
|
@@ -7549,15 +7549,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
7549
7549
|
id: 83,
|
|
7550
7550
|
name: 'ATTITUDE_TARGET',
|
|
7551
7551
|
fields: [
|
|
7552
|
-
{
|
|
7553
|
-
name: 'time_boot_ms',
|
|
7554
|
-
type: 'uint32_t',
|
|
7555
|
-
},
|
|
7556
7552
|
{
|
|
7557
7553
|
name: 'q',
|
|
7558
7554
|
type: 'float',
|
|
7559
7555
|
arrayLength: 4,
|
|
7560
7556
|
},
|
|
7557
|
+
{
|
|
7558
|
+
name: 'time_boot_ms',
|
|
7559
|
+
type: 'uint32_t',
|
|
7560
|
+
},
|
|
7561
7561
|
{
|
|
7562
7562
|
name: 'body_roll_rate',
|
|
7563
7563
|
type: 'float',
|
|
@@ -8064,6 +8064,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8064
8064
|
id: 93,
|
|
8065
8065
|
name: 'HIL_ACTUATOR_CONTROLS',
|
|
8066
8066
|
fields: [
|
|
8067
|
+
{
|
|
8068
|
+
name: 'controls',
|
|
8069
|
+
type: 'float',
|
|
8070
|
+
arrayLength: 16,
|
|
8071
|
+
},
|
|
8067
8072
|
{
|
|
8068
8073
|
name: 'time_usec',
|
|
8069
8074
|
type: 'uint64_t',
|
|
@@ -8072,11 +8077,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8072
8077
|
name: 'flags',
|
|
8073
8078
|
type: 'uint64_t',
|
|
8074
8079
|
},
|
|
8075
|
-
{
|
|
8076
|
-
name: 'controls',
|
|
8077
|
-
type: 'float',
|
|
8078
|
-
arrayLength: 16,
|
|
8079
|
-
},
|
|
8080
8080
|
{
|
|
8081
8081
|
name: 'mode',
|
|
8082
8082
|
type: 'uint8_t',
|
|
@@ -8629,21 +8629,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8629
8629
|
name: 'FILE_TRANSFER_PROTOCOL',
|
|
8630
8630
|
fields: [
|
|
8631
8631
|
{
|
|
8632
|
-
name: '
|
|
8632
|
+
name: 'payload',
|
|
8633
8633
|
type: 'uint8_t',
|
|
8634
|
+
arrayLength: 251,
|
|
8634
8635
|
},
|
|
8635
8636
|
{
|
|
8636
|
-
name: '
|
|
8637
|
+
name: 'target_network',
|
|
8637
8638
|
type: 'uint8_t',
|
|
8638
8639
|
},
|
|
8639
8640
|
{
|
|
8640
|
-
name: '
|
|
8641
|
+
name: 'target_system',
|
|
8641
8642
|
type: 'uint8_t',
|
|
8642
8643
|
},
|
|
8643
8644
|
{
|
|
8644
|
-
name: '
|
|
8645
|
+
name: 'target_component',
|
|
8645
8646
|
type: 'uint8_t',
|
|
8646
|
-
arrayLength: 251,
|
|
8647
8647
|
},
|
|
8648
8648
|
]
|
|
8649
8649
|
},
|
|
@@ -8811,15 +8811,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8811
8811
|
id: 115,
|
|
8812
8812
|
name: 'HIL_STATE_QUATERNION',
|
|
8813
8813
|
fields: [
|
|
8814
|
-
{
|
|
8815
|
-
name: 'time_usec',
|
|
8816
|
-
type: 'uint64_t',
|
|
8817
|
-
},
|
|
8818
8814
|
{
|
|
8819
8815
|
name: 'attitude_quaternion',
|
|
8820
8816
|
type: 'float',
|
|
8821
8817
|
arrayLength: 4,
|
|
8822
8818
|
},
|
|
8819
|
+
{
|
|
8820
|
+
name: 'time_usec',
|
|
8821
|
+
type: 'uint64_t',
|
|
8822
|
+
},
|
|
8823
8823
|
{
|
|
8824
8824
|
name: 'rollspeed',
|
|
8825
8825
|
type: 'float',
|
|
@@ -9007,6 +9007,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9007
9007
|
id: 120,
|
|
9008
9008
|
name: 'LOG_DATA',
|
|
9009
9009
|
fields: [
|
|
9010
|
+
{
|
|
9011
|
+
name: 'data',
|
|
9012
|
+
type: 'uint8_t',
|
|
9013
|
+
arrayLength: 90,
|
|
9014
|
+
},
|
|
9010
9015
|
{
|
|
9011
9016
|
name: 'ofs',
|
|
9012
9017
|
type: 'uint32_t',
|
|
@@ -9019,11 +9024,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9019
9024
|
name: 'count',
|
|
9020
9025
|
type: 'uint8_t',
|
|
9021
9026
|
},
|
|
9022
|
-
{
|
|
9023
|
-
name: 'data',
|
|
9024
|
-
type: 'uint8_t',
|
|
9025
|
-
arrayLength: 90,
|
|
9026
|
-
},
|
|
9027
9027
|
]
|
|
9028
9028
|
},
|
|
9029
9029
|
{
|
|
@@ -9059,21 +9059,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9059
9059
|
name: 'GPS_INJECT_DATA',
|
|
9060
9060
|
fields: [
|
|
9061
9061
|
{
|
|
9062
|
-
name: '
|
|
9062
|
+
name: 'data',
|
|
9063
9063
|
type: 'uint8_t',
|
|
9064
|
+
arrayLength: 110,
|
|
9064
9065
|
},
|
|
9065
9066
|
{
|
|
9066
|
-
name: '
|
|
9067
|
+
name: 'target_system',
|
|
9067
9068
|
type: 'uint8_t',
|
|
9068
9069
|
},
|
|
9069
9070
|
{
|
|
9070
|
-
name: '
|
|
9071
|
+
name: 'target_component',
|
|
9071
9072
|
type: 'uint8_t',
|
|
9072
9073
|
},
|
|
9073
9074
|
{
|
|
9074
|
-
name: '
|
|
9075
|
+
name: 'len',
|
|
9075
9076
|
type: 'uint8_t',
|
|
9076
|
-
arrayLength: 110,
|
|
9077
9077
|
},
|
|
9078
9078
|
]
|
|
9079
9079
|
},
|
|
@@ -9183,6 +9183,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9183
9183
|
id: 126,
|
|
9184
9184
|
name: 'SERIAL_CONTROL',
|
|
9185
9185
|
fields: [
|
|
9186
|
+
{
|
|
9187
|
+
name: 'data',
|
|
9188
|
+
type: 'uint8_t',
|
|
9189
|
+
arrayLength: 70,
|
|
9190
|
+
},
|
|
9186
9191
|
{
|
|
9187
9192
|
name: 'baudrate',
|
|
9188
9193
|
type: 'uint32_t',
|
|
@@ -9203,11 +9208,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9203
9208
|
name: 'count',
|
|
9204
9209
|
type: 'uint8_t',
|
|
9205
9210
|
},
|
|
9206
|
-
{
|
|
9207
|
-
name: 'data',
|
|
9208
|
-
type: 'uint8_t',
|
|
9209
|
-
arrayLength: 70,
|
|
9210
|
-
},
|
|
9211
9211
|
{
|
|
9212
9212
|
name: 'target_system',
|
|
9213
9213
|
type: 'uint8_t',
|
|
@@ -9425,15 +9425,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9425
9425
|
id: 131,
|
|
9426
9426
|
name: 'ENCAPSULATED_DATA',
|
|
9427
9427
|
fields: [
|
|
9428
|
-
{
|
|
9429
|
-
name: 'seqnr',
|
|
9430
|
-
type: 'uint16_t',
|
|
9431
|
-
},
|
|
9432
9428
|
{
|
|
9433
9429
|
name: 'data',
|
|
9434
9430
|
type: 'uint8_t',
|
|
9435
9431
|
arrayLength: 253,
|
|
9436
9432
|
},
|
|
9433
|
+
{
|
|
9434
|
+
name: 'seqnr',
|
|
9435
|
+
type: 'uint16_t',
|
|
9436
|
+
},
|
|
9437
9437
|
]
|
|
9438
9438
|
},
|
|
9439
9439
|
{
|
|
@@ -9521,6 +9521,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9521
9521
|
id: 134,
|
|
9522
9522
|
name: 'TERRAIN_DATA',
|
|
9523
9523
|
fields: [
|
|
9524
|
+
{
|
|
9525
|
+
name: 'data',
|
|
9526
|
+
type: 'int16_t',
|
|
9527
|
+
arrayLength: 16,
|
|
9528
|
+
},
|
|
9524
9529
|
{
|
|
9525
9530
|
name: 'lat',
|
|
9526
9531
|
type: 'int32_t',
|
|
@@ -9533,11 +9538,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9533
9538
|
name: 'grid_spacing',
|
|
9534
9539
|
type: 'uint16_t',
|
|
9535
9540
|
},
|
|
9536
|
-
{
|
|
9537
|
-
name: 'data',
|
|
9538
|
-
type: 'int16_t',
|
|
9539
|
-
arrayLength: 16,
|
|
9540
|
-
},
|
|
9541
9541
|
{
|
|
9542
9542
|
name: 'gridbit',
|
|
9543
9543
|
type: 'uint8_t',
|
|
@@ -9623,15 +9623,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9623
9623
|
id: 138,
|
|
9624
9624
|
name: 'ATT_POS_MOCAP',
|
|
9625
9625
|
fields: [
|
|
9626
|
-
{
|
|
9627
|
-
name: 'time_usec',
|
|
9628
|
-
type: 'uint64_t',
|
|
9629
|
-
},
|
|
9630
9626
|
{
|
|
9631
9627
|
name: 'q',
|
|
9632
9628
|
type: 'float',
|
|
9633
9629
|
arrayLength: 4,
|
|
9634
9630
|
},
|
|
9631
|
+
{
|
|
9632
|
+
name: 'time_usec',
|
|
9633
|
+
type: 'uint64_t',
|
|
9634
|
+
},
|
|
9635
9635
|
{
|
|
9636
9636
|
name: 'x',
|
|
9637
9637
|
type: 'float',
|
|
@@ -9656,15 +9656,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9656
9656
|
id: 139,
|
|
9657
9657
|
name: 'SET_ACTUATOR_CONTROL_TARGET',
|
|
9658
9658
|
fields: [
|
|
9659
|
-
{
|
|
9660
|
-
name: 'time_usec',
|
|
9661
|
-
type: 'uint64_t',
|
|
9662
|
-
},
|
|
9663
9659
|
{
|
|
9664
9660
|
name: 'controls',
|
|
9665
9661
|
type: 'float',
|
|
9666
9662
|
arrayLength: 8,
|
|
9667
9663
|
},
|
|
9664
|
+
{
|
|
9665
|
+
name: 'time_usec',
|
|
9666
|
+
type: 'uint64_t',
|
|
9667
|
+
},
|
|
9668
9668
|
{
|
|
9669
9669
|
name: 'group_mlx',
|
|
9670
9670
|
type: 'uint8_t',
|
|
@@ -9683,15 +9683,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9683
9683
|
id: 140,
|
|
9684
9684
|
name: 'ACTUATOR_CONTROL_TARGET',
|
|
9685
9685
|
fields: [
|
|
9686
|
-
{
|
|
9687
|
-
name: 'time_usec',
|
|
9688
|
-
type: 'uint64_t',
|
|
9689
|
-
},
|
|
9690
9686
|
{
|
|
9691
9687
|
name: 'controls',
|
|
9692
9688
|
type: 'float',
|
|
9693
9689
|
arrayLength: 8,
|
|
9694
9690
|
},
|
|
9691
|
+
{
|
|
9692
|
+
name: 'time_usec',
|
|
9693
|
+
type: 'uint64_t',
|
|
9694
|
+
},
|
|
9695
9695
|
{
|
|
9696
9696
|
name: 'group_mlx',
|
|
9697
9697
|
type: 'uint8_t',
|
|
@@ -9737,26 +9737,26 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9737
9737
|
name: 'RESOURCE_REQUEST',
|
|
9738
9738
|
fields: [
|
|
9739
9739
|
{
|
|
9740
|
-
name: '
|
|
9740
|
+
name: 'uri',
|
|
9741
9741
|
type: 'uint8_t',
|
|
9742
|
+
arrayLength: 120,
|
|
9742
9743
|
},
|
|
9743
9744
|
{
|
|
9744
|
-
name: '
|
|
9745
|
+
name: 'storage',
|
|
9745
9746
|
type: 'uint8_t',
|
|
9747
|
+
arrayLength: 120,
|
|
9746
9748
|
},
|
|
9747
9749
|
{
|
|
9748
|
-
name: '
|
|
9750
|
+
name: 'request_id',
|
|
9749
9751
|
type: 'uint8_t',
|
|
9750
|
-
arrayLength: 120,
|
|
9751
9752
|
},
|
|
9752
9753
|
{
|
|
9753
|
-
name: '
|
|
9754
|
+
name: 'uri_type',
|
|
9754
9755
|
type: 'uint8_t',
|
|
9755
9756
|
},
|
|
9756
9757
|
{
|
|
9757
|
-
name: '
|
|
9758
|
+
name: 'transfer_type',
|
|
9758
9759
|
type: 'uint8_t',
|
|
9759
|
-
arrayLength: 120,
|
|
9760
9760
|
},
|
|
9761
9761
|
]
|
|
9762
9762
|
},
|
|
@@ -9792,49 +9792,49 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9792
9792
|
name: 'FOLLOW_TARGET',
|
|
9793
9793
|
fields: [
|
|
9794
9794
|
{
|
|
9795
|
-
name: '
|
|
9796
|
-
type: '
|
|
9797
|
-
|
|
9798
|
-
{
|
|
9799
|
-
name: 'custom_state',
|
|
9800
|
-
type: 'uint64_t',
|
|
9795
|
+
name: 'attitude_q',
|
|
9796
|
+
type: 'float',
|
|
9797
|
+
arrayLength: 4,
|
|
9801
9798
|
},
|
|
9802
9799
|
{
|
|
9803
|
-
name: '
|
|
9804
|
-
type: '
|
|
9800
|
+
name: 'vel',
|
|
9801
|
+
type: 'float',
|
|
9802
|
+
arrayLength: 3,
|
|
9805
9803
|
},
|
|
9806
9804
|
{
|
|
9807
|
-
name: '
|
|
9808
|
-
type: 'int32_t',
|
|
9809
|
-
},
|
|
9810
|
-
{
|
|
9811
|
-
name: 'alt',
|
|
9805
|
+
name: 'acc',
|
|
9812
9806
|
type: 'float',
|
|
9807
|
+
arrayLength: 3,
|
|
9813
9808
|
},
|
|
9814
9809
|
{
|
|
9815
|
-
name: '
|
|
9810
|
+
name: 'rates',
|
|
9816
9811
|
type: 'float',
|
|
9817
9812
|
arrayLength: 3,
|
|
9818
9813
|
},
|
|
9819
9814
|
{
|
|
9820
|
-
name: '
|
|
9815
|
+
name: 'position_cov',
|
|
9821
9816
|
type: 'float',
|
|
9822
9817
|
arrayLength: 3,
|
|
9823
9818
|
},
|
|
9824
9819
|
{
|
|
9825
|
-
name: '
|
|
9826
|
-
type: '
|
|
9827
|
-
arrayLength: 4,
|
|
9820
|
+
name: 'timestamp',
|
|
9821
|
+
type: 'uint64_t',
|
|
9828
9822
|
},
|
|
9829
9823
|
{
|
|
9830
|
-
name: '
|
|
9831
|
-
type: '
|
|
9832
|
-
arrayLength: 3,
|
|
9824
|
+
name: 'custom_state',
|
|
9825
|
+
type: 'uint64_t',
|
|
9833
9826
|
},
|
|
9834
9827
|
{
|
|
9835
|
-
name: '
|
|
9828
|
+
name: 'lat',
|
|
9829
|
+
type: 'int32_t',
|
|
9830
|
+
},
|
|
9831
|
+
{
|
|
9832
|
+
name: 'lon',
|
|
9833
|
+
type: 'int32_t',
|
|
9834
|
+
},
|
|
9835
|
+
{
|
|
9836
|
+
name: 'alt',
|
|
9836
9837
|
type: 'float',
|
|
9837
|
-
arrayLength: 3,
|
|
9838
9838
|
},
|
|
9839
9839
|
{
|
|
9840
9840
|
name: 'est_capabilities',
|
|
@@ -9846,6 +9846,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9846
9846
|
id: 146,
|
|
9847
9847
|
name: 'CONTROL_SYSTEM_STATE',
|
|
9848
9848
|
fields: [
|
|
9849
|
+
{
|
|
9850
|
+
name: 'q',
|
|
9851
|
+
type: 'float',
|
|
9852
|
+
arrayLength: 4,
|
|
9853
|
+
},
|
|
9854
|
+
{
|
|
9855
|
+
name: 'vel_variance',
|
|
9856
|
+
type: 'float',
|
|
9857
|
+
arrayLength: 3,
|
|
9858
|
+
},
|
|
9859
|
+
{
|
|
9860
|
+
name: 'pos_variance',
|
|
9861
|
+
type: 'float',
|
|
9862
|
+
arrayLength: 3,
|
|
9863
|
+
},
|
|
9849
9864
|
{
|
|
9850
9865
|
name: 'time_usec',
|
|
9851
9866
|
type: 'uint64_t',
|
|
@@ -9890,21 +9905,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9890
9905
|
name: 'airspeed',
|
|
9891
9906
|
type: 'float',
|
|
9892
9907
|
},
|
|
9893
|
-
{
|
|
9894
|
-
name: 'vel_variance',
|
|
9895
|
-
type: 'float',
|
|
9896
|
-
arrayLength: 3,
|
|
9897
|
-
},
|
|
9898
|
-
{
|
|
9899
|
-
name: 'pos_variance',
|
|
9900
|
-
type: 'float',
|
|
9901
|
-
arrayLength: 3,
|
|
9902
|
-
},
|
|
9903
|
-
{
|
|
9904
|
-
name: 'q',
|
|
9905
|
-
type: 'float',
|
|
9906
|
-
arrayLength: 4,
|
|
9907
|
-
},
|
|
9908
9908
|
{
|
|
9909
9909
|
name: 'roll_rate',
|
|
9910
9910
|
type: 'float',
|
|
@@ -9923,6 +9923,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9923
9923
|
id: 147,
|
|
9924
9924
|
name: 'BATTERY_STATUS',
|
|
9925
9925
|
fields: [
|
|
9926
|
+
{
|
|
9927
|
+
name: 'voltages',
|
|
9928
|
+
type: 'uint16_t',
|
|
9929
|
+
arrayLength: 10,
|
|
9930
|
+
},
|
|
9926
9931
|
{
|
|
9927
9932
|
name: 'current_consumed',
|
|
9928
9933
|
type: 'int32_t',
|
|
@@ -9935,11 +9940,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9935
9940
|
name: 'temperature',
|
|
9936
9941
|
type: 'int16_t',
|
|
9937
9942
|
},
|
|
9938
|
-
{
|
|
9939
|
-
name: 'voltages',
|
|
9940
|
-
type: 'uint16_t',
|
|
9941
|
-
arrayLength: 10,
|
|
9942
|
-
},
|
|
9943
9943
|
{
|
|
9944
9944
|
name: 'current_battery',
|
|
9945
9945
|
type: 'int16_t',
|
|
@@ -9996,6 +9996,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9996
9996
|
name: 'capabilities',
|
|
9997
9997
|
type: 'uint64_t',
|
|
9998
9998
|
},
|
|
9999
|
+
{
|
|
10000
|
+
name: 'flight_custom_version',
|
|
10001
|
+
type: 'uint8_t',
|
|
10002
|
+
arrayLength: 8,
|
|
10003
|
+
},
|
|
10004
|
+
{
|
|
10005
|
+
name: 'middleware_custom_version',
|
|
10006
|
+
type: 'uint8_t',
|
|
10007
|
+
arrayLength: 8,
|
|
10008
|
+
},
|
|
10009
|
+
{
|
|
10010
|
+
name: 'os_custom_version',
|
|
10011
|
+
type: 'uint8_t',
|
|
10012
|
+
arrayLength: 8,
|
|
10013
|
+
},
|
|
9999
10014
|
{
|
|
10000
10015
|
name: 'uid',
|
|
10001
10016
|
type: 'uint64_t',
|
|
@@ -10024,21 +10039,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10024
10039
|
name: 'product_id',
|
|
10025
10040
|
type: 'uint16_t',
|
|
10026
10041
|
},
|
|
10027
|
-
{
|
|
10028
|
-
name: 'flight_custom_version',
|
|
10029
|
-
type: 'uint8_t',
|
|
10030
|
-
arrayLength: 8,
|
|
10031
|
-
},
|
|
10032
|
-
{
|
|
10033
|
-
name: 'middleware_custom_version',
|
|
10034
|
-
type: 'uint8_t',
|
|
10035
|
-
arrayLength: 8,
|
|
10036
|
-
},
|
|
10037
|
-
{
|
|
10038
|
-
name: 'os_custom_version',
|
|
10039
|
-
type: 'uint8_t',
|
|
10040
|
-
arrayLength: 8,
|
|
10041
|
-
},
|
|
10042
10042
|
{
|
|
10043
10043
|
name: 'uid2',
|
|
10044
10044
|
type: 'uint8_t',
|
|
@@ -10485,17 +10485,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10485
10485
|
name: 'GPS_RTCM_DATA',
|
|
10486
10486
|
fields: [
|
|
10487
10487
|
{
|
|
10488
|
-
name: '
|
|
10488
|
+
name: 'data',
|
|
10489
10489
|
type: 'uint8_t',
|
|
10490
|
+
arrayLength: 180,
|
|
10490
10491
|
},
|
|
10491
10492
|
{
|
|
10492
|
-
name: '
|
|
10493
|
+
name: 'flags',
|
|
10493
10494
|
type: 'uint8_t',
|
|
10494
10495
|
},
|
|
10495
10496
|
{
|
|
10496
|
-
name: '
|
|
10497
|
+
name: 'len',
|
|
10497
10498
|
type: 'uint8_t',
|
|
10498
|
-
arrayLength: 180,
|
|
10499
10499
|
},
|
|
10500
10500
|
]
|
|
10501
10501
|
},
|
|
@@ -10753,6 +10753,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10753
10753
|
id: 242,
|
|
10754
10754
|
name: 'HOME_POSITION',
|
|
10755
10755
|
fields: [
|
|
10756
|
+
{
|
|
10757
|
+
name: 'q',
|
|
10758
|
+
type: 'float',
|
|
10759
|
+
arrayLength: 4,
|
|
10760
|
+
},
|
|
10756
10761
|
{
|
|
10757
10762
|
name: 'latitude',
|
|
10758
10763
|
type: 'int32_t',
|
|
@@ -10777,11 +10782,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10777
10782
|
name: 'z',
|
|
10778
10783
|
type: 'float',
|
|
10779
10784
|
},
|
|
10780
|
-
{
|
|
10781
|
-
name: 'q',
|
|
10782
|
-
type: 'float',
|
|
10783
|
-
arrayLength: 4,
|
|
10784
|
-
},
|
|
10785
10785
|
{
|
|
10786
10786
|
name: 'approach_x',
|
|
10787
10787
|
type: 'float',
|
|
@@ -10805,6 +10805,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10805
10805
|
id: 243,
|
|
10806
10806
|
name: 'SET_HOME_POSITION',
|
|
10807
10807
|
fields: [
|
|
10808
|
+
{
|
|
10809
|
+
name: 'q',
|
|
10810
|
+
type: 'float',
|
|
10811
|
+
arrayLength: 4,
|
|
10812
|
+
},
|
|
10808
10813
|
{
|
|
10809
10814
|
name: 'latitude',
|
|
10810
10815
|
type: 'int32_t',
|
|
@@ -10829,11 +10834,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10829
10834
|
name: 'z',
|
|
10830
10835
|
type: 'float',
|
|
10831
10836
|
},
|
|
10832
|
-
{
|
|
10833
|
-
name: 'q',
|
|
10834
|
-
type: 'float',
|
|
10835
|
-
arrayLength: 4,
|
|
10836
|
-
},
|
|
10837
10837
|
{
|
|
10838
10838
|
name: 'approach_x',
|
|
10839
10839
|
type: 'float',
|
|
@@ -10889,6 +10889,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10889
10889
|
id: 246,
|
|
10890
10890
|
name: 'ADSB_VEHICLE',
|
|
10891
10891
|
fields: [
|
|
10892
|
+
{
|
|
10893
|
+
name: 'callsign',
|
|
10894
|
+
type: 'char',
|
|
10895
|
+
arrayLength: 9,
|
|
10896
|
+
},
|
|
10892
10897
|
{
|
|
10893
10898
|
name: 'icao_address',
|
|
10894
10899
|
type: 'uint32_t',
|
|
@@ -10929,11 +10934,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10929
10934
|
name: 'altitude_type',
|
|
10930
10935
|
type: 'uint8_t',
|
|
10931
10936
|
},
|
|
10932
|
-
{
|
|
10933
|
-
name: 'callsign',
|
|
10934
|
-
type: 'char',
|
|
10935
|
-
arrayLength: 9,
|
|
10936
|
-
},
|
|
10937
10937
|
{
|
|
10938
10938
|
name: 'emitter_type',
|
|
10939
10939
|
type: 'uint8_t',
|
|
@@ -10982,6 +10982,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10982
10982
|
id: 248,
|
|
10983
10983
|
name: 'V2_EXTENSION',
|
|
10984
10984
|
fields: [
|
|
10985
|
+
{
|
|
10986
|
+
name: 'payload',
|
|
10987
|
+
type: 'uint8_t',
|
|
10988
|
+
arrayLength: 249,
|
|
10989
|
+
},
|
|
10985
10990
|
{
|
|
10986
10991
|
name: 'message_type',
|
|
10987
10992
|
type: 'uint16_t',
|
|
@@ -10998,17 +11003,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10998
11003
|
name: 'target_component',
|
|
10999
11004
|
type: 'uint8_t',
|
|
11000
11005
|
},
|
|
11001
|
-
{
|
|
11002
|
-
name: 'payload',
|
|
11003
|
-
type: 'uint8_t',
|
|
11004
|
-
arrayLength: 249,
|
|
11005
|
-
},
|
|
11006
11006
|
]
|
|
11007
11007
|
},
|
|
11008
11008
|
{
|
|
11009
11009
|
id: 249,
|
|
11010
11010
|
name: 'MEMORY_VECT',
|
|
11011
11011
|
fields: [
|
|
11012
|
+
{
|
|
11013
|
+
name: 'value',
|
|
11014
|
+
type: 'int8_t',
|
|
11015
|
+
arrayLength: 32,
|
|
11016
|
+
},
|
|
11012
11017
|
{
|
|
11013
11018
|
name: 'address',
|
|
11014
11019
|
type: 'uint16_t',
|
|
@@ -11021,17 +11026,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11021
11026
|
name: 'type',
|
|
11022
11027
|
type: 'uint8_t',
|
|
11023
11028
|
},
|
|
11024
|
-
{
|
|
11025
|
-
name: 'value',
|
|
11026
|
-
type: 'int8_t',
|
|
11027
|
-
arrayLength: 32,
|
|
11028
|
-
},
|
|
11029
11029
|
]
|
|
11030
11030
|
},
|
|
11031
11031
|
{
|
|
11032
11032
|
id: 250,
|
|
11033
11033
|
name: 'DEBUG_VECT',
|
|
11034
11034
|
fields: [
|
|
11035
|
+
{
|
|
11036
|
+
name: 'name',
|
|
11037
|
+
type: 'char',
|
|
11038
|
+
arrayLength: 10,
|
|
11039
|
+
},
|
|
11035
11040
|
{
|
|
11036
11041
|
name: 'time_usec',
|
|
11037
11042
|
type: 'uint64_t',
|
|
@@ -11048,17 +11053,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11048
11053
|
name: 'z',
|
|
11049
11054
|
type: 'float',
|
|
11050
11055
|
},
|
|
11051
|
-
{
|
|
11052
|
-
name: 'name',
|
|
11053
|
-
type: 'char',
|
|
11054
|
-
arrayLength: 10,
|
|
11055
|
-
},
|
|
11056
11056
|
]
|
|
11057
11057
|
},
|
|
11058
11058
|
{
|
|
11059
11059
|
id: 251,
|
|
11060
11060
|
name: 'NAMED_VALUE_FLOAT',
|
|
11061
11061
|
fields: [
|
|
11062
|
+
{
|
|
11063
|
+
name: 'name',
|
|
11064
|
+
type: 'char',
|
|
11065
|
+
arrayLength: 10,
|
|
11066
|
+
},
|
|
11062
11067
|
{
|
|
11063
11068
|
name: 'time_boot_ms',
|
|
11064
11069
|
type: 'uint32_t',
|
|
@@ -11067,17 +11072,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11067
11072
|
name: 'value',
|
|
11068
11073
|
type: 'float',
|
|
11069
11074
|
},
|
|
11070
|
-
{
|
|
11071
|
-
name: 'name',
|
|
11072
|
-
type: 'char',
|
|
11073
|
-
arrayLength: 10,
|
|
11074
|
-
},
|
|
11075
11075
|
]
|
|
11076
11076
|
},
|
|
11077
11077
|
{
|
|
11078
11078
|
id: 252,
|
|
11079
11079
|
name: 'NAMED_VALUE_INT',
|
|
11080
11080
|
fields: [
|
|
11081
|
+
{
|
|
11082
|
+
name: 'name',
|
|
11083
|
+
type: 'char',
|
|
11084
|
+
arrayLength: 10,
|
|
11085
|
+
},
|
|
11081
11086
|
{
|
|
11082
11087
|
name: 'time_boot_ms',
|
|
11083
11088
|
type: 'uint32_t',
|
|
@@ -11086,26 +11091,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11086
11091
|
name: 'value',
|
|
11087
11092
|
type: 'int32_t',
|
|
11088
11093
|
},
|
|
11089
|
-
{
|
|
11090
|
-
name: 'name',
|
|
11091
|
-
type: 'char',
|
|
11092
|
-
arrayLength: 10,
|
|
11093
|
-
},
|
|
11094
11094
|
]
|
|
11095
11095
|
},
|
|
11096
11096
|
{
|
|
11097
11097
|
id: 253,
|
|
11098
11098
|
name: 'STATUSTEXT',
|
|
11099
11099
|
fields: [
|
|
11100
|
-
{
|
|
11101
|
-
name: 'severity',
|
|
11102
|
-
type: 'uint8_t',
|
|
11103
|
-
},
|
|
11104
11100
|
{
|
|
11105
11101
|
name: 'text',
|
|
11106
11102
|
type: 'char',
|
|
11107
11103
|
arrayLength: 50,
|
|
11108
11104
|
},
|
|
11105
|
+
{
|
|
11106
|
+
name: 'severity',
|
|
11107
|
+
type: 'uint8_t',
|
|
11108
|
+
},
|
|
11109
11109
|
{
|
|
11110
11110
|
name: 'id',
|
|
11111
11111
|
type: 'uint16_t',
|
|
@@ -11140,6 +11140,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11140
11140
|
id: 256,
|
|
11141
11141
|
name: 'SETUP_SIGNING',
|
|
11142
11142
|
fields: [
|
|
11143
|
+
{
|
|
11144
|
+
name: 'secret_key',
|
|
11145
|
+
type: 'uint8_t',
|
|
11146
|
+
arrayLength: 32,
|
|
11147
|
+
},
|
|
11143
11148
|
{
|
|
11144
11149
|
name: 'initial_timestamp',
|
|
11145
11150
|
type: 'uint64_t',
|
|
@@ -11152,11 +11157,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11152
11157
|
name: 'target_component',
|
|
11153
11158
|
type: 'uint8_t',
|
|
11154
11159
|
},
|
|
11155
|
-
{
|
|
11156
|
-
name: 'secret_key',
|
|
11157
|
-
type: 'uint8_t',
|
|
11158
|
-
arrayLength: 32,
|
|
11159
|
-
},
|
|
11160
11160
|
]
|
|
11161
11161
|
},
|
|
11162
11162
|
{
|
|
@@ -11181,6 +11181,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11181
11181
|
id: 258,
|
|
11182
11182
|
name: 'PLAY_TUNE',
|
|
11183
11183
|
fields: [
|
|
11184
|
+
{
|
|
11185
|
+
name: 'tune',
|
|
11186
|
+
type: 'char',
|
|
11187
|
+
arrayLength: 30,
|
|
11188
|
+
},
|
|
11184
11189
|
{
|
|
11185
11190
|
name: 'target_system',
|
|
11186
11191
|
type: 'uint8_t',
|
|
@@ -11189,11 +11194,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11189
11194
|
name: 'target_component',
|
|
11190
11195
|
type: 'uint8_t',
|
|
11191
11196
|
},
|
|
11192
|
-
{
|
|
11193
|
-
name: 'tune',
|
|
11194
|
-
type: 'char',
|
|
11195
|
-
arrayLength: 30,
|
|
11196
|
-
},
|
|
11197
11197
|
{
|
|
11198
11198
|
name: 'tune2',
|
|
11199
11199
|
type: 'char',
|
|
@@ -11206,6 +11206,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11206
11206
|
id: 259,
|
|
11207
11207
|
name: 'CAMERA_INFORMATION',
|
|
11208
11208
|
fields: [
|
|
11209
|
+
{
|
|
11210
|
+
name: 'cam_definition_uri',
|
|
11211
|
+
type: 'char',
|
|
11212
|
+
arrayLength: 140,
|
|
11213
|
+
},
|
|
11214
|
+
{
|
|
11215
|
+
name: 'vendor_name',
|
|
11216
|
+
type: 'uint8_t',
|
|
11217
|
+
arrayLength: 32,
|
|
11218
|
+
},
|
|
11219
|
+
{
|
|
11220
|
+
name: 'model_name',
|
|
11221
|
+
type: 'uint8_t',
|
|
11222
|
+
arrayLength: 32,
|
|
11223
|
+
},
|
|
11209
11224
|
{
|
|
11210
11225
|
name: 'time_boot_ms',
|
|
11211
11226
|
type: 'uint32_t',
|
|
@@ -11242,25 +11257,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11242
11257
|
name: 'cam_definition_version',
|
|
11243
11258
|
type: 'uint16_t',
|
|
11244
11259
|
},
|
|
11245
|
-
{
|
|
11246
|
-
name: 'vendor_name',
|
|
11247
|
-
type: 'uint8_t',
|
|
11248
|
-
arrayLength: 32,
|
|
11249
|
-
},
|
|
11250
|
-
{
|
|
11251
|
-
name: 'model_name',
|
|
11252
|
-
type: 'uint8_t',
|
|
11253
|
-
arrayLength: 32,
|
|
11254
|
-
},
|
|
11255
11260
|
{
|
|
11256
11261
|
name: 'lens_id',
|
|
11257
11262
|
type: 'uint8_t',
|
|
11258
11263
|
},
|
|
11259
|
-
{
|
|
11260
|
-
name: 'cam_definition_uri',
|
|
11261
|
-
type: 'char',
|
|
11262
|
-
arrayLength: 140,
|
|
11263
|
-
},
|
|
11264
11264
|
{
|
|
11265
11265
|
name: 'gimbal_device_id',
|
|
11266
11266
|
type: 'uint8_t',
|
|
@@ -11405,13 +11405,23 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11405
11405
|
name: 'CAMERA_IMAGE_CAPTURED',
|
|
11406
11406
|
fields: [
|
|
11407
11407
|
{
|
|
11408
|
-
name: '
|
|
11409
|
-
type: '
|
|
11408
|
+
name: 'file_url',
|
|
11409
|
+
type: 'char',
|
|
11410
|
+
arrayLength: 205,
|
|
11410
11411
|
},
|
|
11411
11412
|
{
|
|
11412
|
-
name: '
|
|
11413
|
-
type: '
|
|
11414
|
-
|
|
11413
|
+
name: 'q',
|
|
11414
|
+
type: 'float',
|
|
11415
|
+
arrayLength: 4,
|
|
11416
|
+
},
|
|
11417
|
+
{
|
|
11418
|
+
name: 'time_utc',
|
|
11419
|
+
type: 'uint64_t',
|
|
11420
|
+
},
|
|
11421
|
+
{
|
|
11422
|
+
name: 'time_boot_ms',
|
|
11423
|
+
type: 'uint32_t',
|
|
11424
|
+
},
|
|
11415
11425
|
{
|
|
11416
11426
|
name: 'lat',
|
|
11417
11427
|
type: 'int32_t',
|
|
@@ -11428,11 +11438,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11428
11438
|
name: 'relative_alt',
|
|
11429
11439
|
type: 'int32_t',
|
|
11430
11440
|
},
|
|
11431
|
-
{
|
|
11432
|
-
name: 'q',
|
|
11433
|
-
type: 'float',
|
|
11434
|
-
arrayLength: 4,
|
|
11435
|
-
},
|
|
11436
11441
|
{
|
|
11437
11442
|
name: 'image_index',
|
|
11438
11443
|
type: 'int32_t',
|
|
@@ -11445,11 +11450,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11445
11450
|
name: 'capture_result',
|
|
11446
11451
|
type: 'int8_t',
|
|
11447
11452
|
},
|
|
11448
|
-
{
|
|
11449
|
-
name: 'file_url',
|
|
11450
|
-
type: 'char',
|
|
11451
|
-
arrayLength: 205,
|
|
11452
|
-
},
|
|
11453
11453
|
]
|
|
11454
11454
|
},
|
|
11455
11455
|
{
|
|
@@ -11510,6 +11510,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11510
11510
|
id: 266,
|
|
11511
11511
|
name: 'LOGGING_DATA',
|
|
11512
11512
|
fields: [
|
|
11513
|
+
{
|
|
11514
|
+
name: 'data',
|
|
11515
|
+
type: 'uint8_t',
|
|
11516
|
+
arrayLength: 249,
|
|
11517
|
+
},
|
|
11513
11518
|
{
|
|
11514
11519
|
name: 'sequence',
|
|
11515
11520
|
type: 'uint16_t',
|
|
@@ -11530,17 +11535,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11530
11535
|
name: 'first_message_offset',
|
|
11531
11536
|
type: 'uint8_t',
|
|
11532
11537
|
},
|
|
11533
|
-
{
|
|
11534
|
-
name: 'data',
|
|
11535
|
-
type: 'uint8_t',
|
|
11536
|
-
arrayLength: 249,
|
|
11537
|
-
},
|
|
11538
11538
|
]
|
|
11539
11539
|
},
|
|
11540
11540
|
{
|
|
11541
11541
|
id: 267,
|
|
11542
11542
|
name: 'LOGGING_DATA_ACKED',
|
|
11543
11543
|
fields: [
|
|
11544
|
+
{
|
|
11545
|
+
name: 'data',
|
|
11546
|
+
type: 'uint8_t',
|
|
11547
|
+
arrayLength: 249,
|
|
11548
|
+
},
|
|
11544
11549
|
{
|
|
11545
11550
|
name: 'sequence',
|
|
11546
11551
|
type: 'uint16_t',
|
|
@@ -11561,11 +11566,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11561
11566
|
name: 'first_message_offset',
|
|
11562
11567
|
type: 'uint8_t',
|
|
11563
11568
|
},
|
|
11564
|
-
{
|
|
11565
|
-
name: 'data',
|
|
11566
|
-
type: 'uint8_t',
|
|
11567
|
-
arrayLength: 249,
|
|
11568
|
-
},
|
|
11569
11569
|
]
|
|
11570
11570
|
},
|
|
11571
11571
|
{
|
|
@@ -11590,6 +11590,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11590
11590
|
id: 269,
|
|
11591
11591
|
name: 'VIDEO_STREAM_INFORMATION',
|
|
11592
11592
|
fields: [
|
|
11593
|
+
{
|
|
11594
|
+
name: 'uri',
|
|
11595
|
+
type: 'char',
|
|
11596
|
+
arrayLength: 160,
|
|
11597
|
+
},
|
|
11598
|
+
{
|
|
11599
|
+
name: 'name',
|
|
11600
|
+
type: 'char',
|
|
11601
|
+
arrayLength: 32,
|
|
11602
|
+
},
|
|
11593
11603
|
{
|
|
11594
11604
|
name: 'framerate',
|
|
11595
11605
|
type: 'float',
|
|
@@ -11630,16 +11640,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11630
11640
|
name: 'type',
|
|
11631
11641
|
type: 'uint8_t',
|
|
11632
11642
|
},
|
|
11633
|
-
{
|
|
11634
|
-
name: 'name',
|
|
11635
|
-
type: 'char',
|
|
11636
|
-
arrayLength: 32,
|
|
11637
|
-
},
|
|
11638
|
-
{
|
|
11639
|
-
name: 'uri',
|
|
11640
|
-
type: 'char',
|
|
11641
|
-
arrayLength: 160,
|
|
11642
|
-
},
|
|
11643
11643
|
{
|
|
11644
11644
|
name: 'encoding',
|
|
11645
11645
|
type: 'uint8_t',
|
|
@@ -11699,6 +11699,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11699
11699
|
id: 271,
|
|
11700
11700
|
name: 'CAMERA_FOV_STATUS',
|
|
11701
11701
|
fields: [
|
|
11702
|
+
{
|
|
11703
|
+
name: 'q',
|
|
11704
|
+
type: 'float',
|
|
11705
|
+
arrayLength: 4,
|
|
11706
|
+
},
|
|
11702
11707
|
{
|
|
11703
11708
|
name: 'time_boot_ms',
|
|
11704
11709
|
type: 'uint32_t',
|
|
@@ -11727,11 +11732,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11727
11732
|
name: 'alt_image',
|
|
11728
11733
|
type: 'int32_t',
|
|
11729
11734
|
},
|
|
11730
|
-
{
|
|
11731
|
-
name: 'q',
|
|
11732
|
-
type: 'float',
|
|
11733
|
-
arrayLength: 4,
|
|
11734
|
-
},
|
|
11735
11735
|
{
|
|
11736
11736
|
name: 'hfov',
|
|
11737
11737
|
type: 'float',
|
|
@@ -11983,15 +11983,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11983
11983
|
id: 282,
|
|
11984
11984
|
name: 'GIMBAL_MANAGER_SET_ATTITUDE',
|
|
11985
11985
|
fields: [
|
|
11986
|
-
{
|
|
11987
|
-
name: 'flags',
|
|
11988
|
-
type: 'uint32_t',
|
|
11989
|
-
},
|
|
11990
11986
|
{
|
|
11991
11987
|
name: 'q',
|
|
11992
11988
|
type: 'float',
|
|
11993
11989
|
arrayLength: 4,
|
|
11994
11990
|
},
|
|
11991
|
+
{
|
|
11992
|
+
name: 'flags',
|
|
11993
|
+
type: 'uint32_t',
|
|
11994
|
+
},
|
|
11995
11995
|
{
|
|
11996
11996
|
name: 'angular_velocity_x',
|
|
11997
11997
|
type: 'float',
|
|
@@ -12022,6 +12022,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12022
12022
|
id: 283,
|
|
12023
12023
|
name: 'GIMBAL_DEVICE_INFORMATION',
|
|
12024
12024
|
fields: [
|
|
12025
|
+
{
|
|
12026
|
+
name: 'vendor_name',
|
|
12027
|
+
type: 'char',
|
|
12028
|
+
arrayLength: 32,
|
|
12029
|
+
},
|
|
12030
|
+
{
|
|
12031
|
+
name: 'model_name',
|
|
12032
|
+
type: 'char',
|
|
12033
|
+
arrayLength: 32,
|
|
12034
|
+
},
|
|
12035
|
+
{
|
|
12036
|
+
name: 'custom_name',
|
|
12037
|
+
type: 'char',
|
|
12038
|
+
arrayLength: 32,
|
|
12039
|
+
},
|
|
12025
12040
|
{
|
|
12026
12041
|
name: 'uid',
|
|
12027
12042
|
type: 'uint64_t',
|
|
@@ -12070,21 +12085,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12070
12085
|
name: 'custom_cap_flags',
|
|
12071
12086
|
type: 'uint16_t',
|
|
12072
12087
|
},
|
|
12073
|
-
{
|
|
12074
|
-
name: 'vendor_name',
|
|
12075
|
-
type: 'char',
|
|
12076
|
-
arrayLength: 32,
|
|
12077
|
-
},
|
|
12078
|
-
{
|
|
12079
|
-
name: 'model_name',
|
|
12080
|
-
type: 'char',
|
|
12081
|
-
arrayLength: 32,
|
|
12082
|
-
},
|
|
12083
|
-
{
|
|
12084
|
-
name: 'custom_name',
|
|
12085
|
-
type: 'char',
|
|
12086
|
-
arrayLength: 32,
|
|
12087
|
-
},
|
|
12088
12088
|
{
|
|
12089
12089
|
name: 'gimbal_device_id',
|
|
12090
12090
|
type: 'uint8_t',
|
|
@@ -12131,15 +12131,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12131
12131
|
id: 285,
|
|
12132
12132
|
name: 'GIMBAL_DEVICE_ATTITUDE_STATUS',
|
|
12133
12133
|
fields: [
|
|
12134
|
-
{
|
|
12135
|
-
name: 'time_boot_ms',
|
|
12136
|
-
type: 'uint32_t',
|
|
12137
|
-
},
|
|
12138
12134
|
{
|
|
12139
12135
|
name: 'q',
|
|
12140
12136
|
type: 'float',
|
|
12141
12137
|
arrayLength: 4,
|
|
12142
12138
|
},
|
|
12139
|
+
{
|
|
12140
|
+
name: 'time_boot_ms',
|
|
12141
|
+
type: 'uint32_t',
|
|
12142
|
+
},
|
|
12143
12143
|
{
|
|
12144
12144
|
name: 'angular_velocity_x',
|
|
12145
12145
|
type: 'float',
|
|
@@ -12189,15 +12189,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12189
12189
|
id: 286,
|
|
12190
12190
|
name: 'AUTOPILOT_STATE_FOR_GIMBAL_DEVICE',
|
|
12191
12191
|
fields: [
|
|
12192
|
-
{
|
|
12193
|
-
name: 'time_boot_us',
|
|
12194
|
-
type: 'uint64_t',
|
|
12195
|
-
},
|
|
12196
12192
|
{
|
|
12197
12193
|
name: 'q',
|
|
12198
12194
|
type: 'float',
|
|
12199
12195
|
arrayLength: 4,
|
|
12200
12196
|
},
|
|
12197
|
+
{
|
|
12198
|
+
name: 'time_boot_us',
|
|
12199
|
+
type: 'uint64_t',
|
|
12200
|
+
},
|
|
12201
12201
|
{
|
|
12202
12202
|
name: 'q_estimated_delay_us',
|
|
12203
12203
|
type: 'uint32_t',
|
|
@@ -12325,18 +12325,14 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12325
12325
|
id: 290,
|
|
12326
12326
|
name: 'ESC_INFO',
|
|
12327
12327
|
fields: [
|
|
12328
|
-
{
|
|
12329
|
-
name: 'time_usec',
|
|
12330
|
-
type: 'uint64_t',
|
|
12331
|
-
},
|
|
12332
12328
|
{
|
|
12333
12329
|
name: 'error_count',
|
|
12334
12330
|
type: 'uint32_t',
|
|
12335
12331
|
arrayLength: 4,
|
|
12336
12332
|
},
|
|
12337
12333
|
{
|
|
12338
|
-
name: '
|
|
12339
|
-
type: '
|
|
12334
|
+
name: 'time_usec',
|
|
12335
|
+
type: 'uint64_t',
|
|
12340
12336
|
},
|
|
12341
12337
|
{
|
|
12342
12338
|
name: 'failure_flags',
|
|
@@ -12348,6 +12344,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12348
12344
|
type: 'int16_t',
|
|
12349
12345
|
arrayLength: 4,
|
|
12350
12346
|
},
|
|
12347
|
+
{
|
|
12348
|
+
name: 'counter',
|
|
12349
|
+
type: 'uint16_t',
|
|
12350
|
+
},
|
|
12351
12351
|
{
|
|
12352
12352
|
name: 'index',
|
|
12353
12353
|
type: 'uint8_t',
|
|
@@ -12370,10 +12370,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12370
12370
|
id: 291,
|
|
12371
12371
|
name: 'ESC_STATUS',
|
|
12372
12372
|
fields: [
|
|
12373
|
-
{
|
|
12374
|
-
name: 'time_usec',
|
|
12375
|
-
type: 'uint64_t',
|
|
12376
|
-
},
|
|
12377
12373
|
{
|
|
12378
12374
|
name: 'rpm',
|
|
12379
12375
|
type: 'int32_t',
|
|
@@ -12389,6 +12385,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12389
12385
|
type: 'float',
|
|
12390
12386
|
arrayLength: 4,
|
|
12391
12387
|
},
|
|
12388
|
+
{
|
|
12389
|
+
name: 'time_usec',
|
|
12390
|
+
type: 'uint64_t',
|
|
12391
|
+
},
|
|
12392
12392
|
{
|
|
12393
12393
|
name: 'index',
|
|
12394
12394
|
type: 'uint8_t',
|
|
@@ -12400,14 +12400,14 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12400
12400
|
name: 'WIFI_CONFIG_AP',
|
|
12401
12401
|
fields: [
|
|
12402
12402
|
{
|
|
12403
|
-
name: '
|
|
12403
|
+
name: 'password',
|
|
12404
12404
|
type: 'char',
|
|
12405
|
-
arrayLength:
|
|
12405
|
+
arrayLength: 64,
|
|
12406
12406
|
},
|
|
12407
12407
|
{
|
|
12408
|
-
name: '
|
|
12408
|
+
name: 'ssid',
|
|
12409
12409
|
type: 'char',
|
|
12410
|
-
arrayLength:
|
|
12410
|
+
arrayLength: 32,
|
|
12411
12411
|
},
|
|
12412
12412
|
{
|
|
12413
12413
|
name: 'mode',
|
|
@@ -12425,6 +12425,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12425
12425
|
id: 301,
|
|
12426
12426
|
name: 'AIS_VESSEL',
|
|
12427
12427
|
fields: [
|
|
12428
|
+
{
|
|
12429
|
+
name: 'name',
|
|
12430
|
+
type: 'char',
|
|
12431
|
+
arrayLength: 20,
|
|
12432
|
+
},
|
|
12433
|
+
{
|
|
12434
|
+
name: 'callsign',
|
|
12435
|
+
type: 'char',
|
|
12436
|
+
arrayLength: 7,
|
|
12437
|
+
},
|
|
12428
12438
|
{
|
|
12429
12439
|
name: 'mmsi',
|
|
12430
12440
|
type: 'uint32_t',
|
|
@@ -12485,16 +12495,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12485
12495
|
name: 'dimension_starboard',
|
|
12486
12496
|
type: 'uint8_t',
|
|
12487
12497
|
},
|
|
12488
|
-
{
|
|
12489
|
-
name: 'callsign',
|
|
12490
|
-
type: 'char',
|
|
12491
|
-
arrayLength: 7,
|
|
12492
|
-
},
|
|
12493
|
-
{
|
|
12494
|
-
name: 'name',
|
|
12495
|
-
type: 'char',
|
|
12496
|
-
arrayLength: 20,
|
|
12497
|
-
},
|
|
12498
12498
|
]
|
|
12499
12499
|
},
|
|
12500
12500
|
{
|
|
@@ -12531,6 +12531,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12531
12531
|
id: 311,
|
|
12532
12532
|
name: 'UAVCAN_NODE_INFO',
|
|
12533
12533
|
fields: [
|
|
12534
|
+
{
|
|
12535
|
+
name: 'name',
|
|
12536
|
+
type: 'char',
|
|
12537
|
+
arrayLength: 80,
|
|
12538
|
+
},
|
|
12539
|
+
{
|
|
12540
|
+
name: 'hw_unique_id',
|
|
12541
|
+
type: 'uint8_t',
|
|
12542
|
+
arrayLength: 16,
|
|
12543
|
+
},
|
|
12534
12544
|
{
|
|
12535
12545
|
name: 'time_usec',
|
|
12536
12546
|
type: 'uint64_t',
|
|
@@ -12543,11 +12553,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12543
12553
|
name: 'sw_vcs_commit',
|
|
12544
12554
|
type: 'uint32_t',
|
|
12545
12555
|
},
|
|
12546
|
-
{
|
|
12547
|
-
name: 'name',
|
|
12548
|
-
type: 'char',
|
|
12549
|
-
arrayLength: 80,
|
|
12550
|
-
},
|
|
12551
12556
|
{
|
|
12552
12557
|
name: 'hw_version_major',
|
|
12553
12558
|
type: 'uint8_t',
|
|
@@ -12556,11 +12561,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12556
12561
|
name: 'hw_version_minor',
|
|
12557
12562
|
type: 'uint8_t',
|
|
12558
12563
|
},
|
|
12559
|
-
{
|
|
12560
|
-
name: 'hw_unique_id',
|
|
12561
|
-
type: 'uint8_t',
|
|
12562
|
-
arrayLength: 16,
|
|
12563
|
-
},
|
|
12564
12564
|
{
|
|
12565
12565
|
name: 'sw_version_major',
|
|
12566
12566
|
type: 'uint8_t',
|
|
@@ -12575,6 +12575,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12575
12575
|
id: 320,
|
|
12576
12576
|
name: 'PARAM_EXT_REQUEST_READ',
|
|
12577
12577
|
fields: [
|
|
12578
|
+
{
|
|
12579
|
+
name: 'param_id',
|
|
12580
|
+
type: 'char',
|
|
12581
|
+
arrayLength: 16,
|
|
12582
|
+
},
|
|
12578
12583
|
{
|
|
12579
12584
|
name: 'param_index',
|
|
12580
12585
|
type: 'int16_t',
|
|
@@ -12587,11 +12592,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12587
12592
|
name: 'target_component',
|
|
12588
12593
|
type: 'uint8_t',
|
|
12589
12594
|
},
|
|
12590
|
-
{
|
|
12591
|
-
name: 'param_id',
|
|
12592
|
-
type: 'char',
|
|
12593
|
-
arrayLength: 16,
|
|
12594
|
-
},
|
|
12595
12595
|
]
|
|
12596
12596
|
},
|
|
12597
12597
|
{
|
|
@@ -12613,12 +12613,9 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12613
12613
|
name: 'PARAM_EXT_VALUE',
|
|
12614
12614
|
fields: [
|
|
12615
12615
|
{
|
|
12616
|
-
name: '
|
|
12617
|
-
type: '
|
|
12618
|
-
|
|
12619
|
-
{
|
|
12620
|
-
name: 'param_index',
|
|
12621
|
-
type: 'uint16_t',
|
|
12616
|
+
name: 'param_value',
|
|
12617
|
+
type: 'char',
|
|
12618
|
+
arrayLength: 128,
|
|
12622
12619
|
},
|
|
12623
12620
|
{
|
|
12624
12621
|
name: 'param_id',
|
|
@@ -12626,9 +12623,12 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12626
12623
|
arrayLength: 16,
|
|
12627
12624
|
},
|
|
12628
12625
|
{
|
|
12629
|
-
name: '
|
|
12630
|
-
type: '
|
|
12631
|
-
|
|
12626
|
+
name: 'param_count',
|
|
12627
|
+
type: 'uint16_t',
|
|
12628
|
+
},
|
|
12629
|
+
{
|
|
12630
|
+
name: 'param_index',
|
|
12631
|
+
type: 'uint16_t',
|
|
12632
12632
|
},
|
|
12633
12633
|
{
|
|
12634
12634
|
name: 'param_type',
|
|
@@ -12641,12 +12641,9 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12641
12641
|
name: 'PARAM_EXT_SET',
|
|
12642
12642
|
fields: [
|
|
12643
12643
|
{
|
|
12644
|
-
name: '
|
|
12645
|
-
type: '
|
|
12646
|
-
|
|
12647
|
-
{
|
|
12648
|
-
name: 'target_component',
|
|
12649
|
-
type: 'uint8_t',
|
|
12644
|
+
name: 'param_value',
|
|
12645
|
+
type: 'char',
|
|
12646
|
+
arrayLength: 128,
|
|
12650
12647
|
},
|
|
12651
12648
|
{
|
|
12652
12649
|
name: 'param_id',
|
|
@@ -12654,9 +12651,12 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12654
12651
|
arrayLength: 16,
|
|
12655
12652
|
},
|
|
12656
12653
|
{
|
|
12657
|
-
name: '
|
|
12658
|
-
type: '
|
|
12659
|
-
|
|
12654
|
+
name: 'target_system',
|
|
12655
|
+
type: 'uint8_t',
|
|
12656
|
+
},
|
|
12657
|
+
{
|
|
12658
|
+
name: 'target_component',
|
|
12659
|
+
type: 'uint8_t',
|
|
12660
12660
|
},
|
|
12661
12661
|
{
|
|
12662
12662
|
name: 'param_type',
|
|
@@ -12669,14 +12669,14 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12669
12669
|
name: 'PARAM_EXT_ACK',
|
|
12670
12670
|
fields: [
|
|
12671
12671
|
{
|
|
12672
|
-
name: '
|
|
12672
|
+
name: 'param_value',
|
|
12673
12673
|
type: 'char',
|
|
12674
|
-
arrayLength:
|
|
12674
|
+
arrayLength: 128,
|
|
12675
12675
|
},
|
|
12676
12676
|
{
|
|
12677
|
-
name: '
|
|
12677
|
+
name: 'param_id',
|
|
12678
12678
|
type: 'char',
|
|
12679
|
-
arrayLength:
|
|
12679
|
+
arrayLength: 16,
|
|
12680
12680
|
},
|
|
12681
12681
|
{
|
|
12682
12682
|
name: 'param_type',
|
|
@@ -12692,15 +12692,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12692
12692
|
id: 330,
|
|
12693
12693
|
name: 'OBSTACLE_DISTANCE',
|
|
12694
12694
|
fields: [
|
|
12695
|
-
{
|
|
12696
|
-
name: 'time_usec',
|
|
12697
|
-
type: 'uint64_t',
|
|
12698
|
-
},
|
|
12699
12695
|
{
|
|
12700
12696
|
name: 'distances',
|
|
12701
12697
|
type: 'uint16_t',
|
|
12702
12698
|
arrayLength: 72,
|
|
12703
12699
|
},
|
|
12700
|
+
{
|
|
12701
|
+
name: 'time_usec',
|
|
12702
|
+
type: 'uint64_t',
|
|
12703
|
+
},
|
|
12704
12704
|
{
|
|
12705
12705
|
name: 'min_distance',
|
|
12706
12706
|
type: 'uint16_t',
|
|
@@ -12738,6 +12738,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12738
12738
|
id: 331,
|
|
12739
12739
|
name: 'ODOMETRY',
|
|
12740
12740
|
fields: [
|
|
12741
|
+
{
|
|
12742
|
+
name: 'pose_covariance',
|
|
12743
|
+
type: 'float',
|
|
12744
|
+
arrayLength: 21,
|
|
12745
|
+
},
|
|
12746
|
+
{
|
|
12747
|
+
name: 'velocity_covariance',
|
|
12748
|
+
type: 'float',
|
|
12749
|
+
arrayLength: 21,
|
|
12750
|
+
},
|
|
12751
|
+
{
|
|
12752
|
+
name: 'q',
|
|
12753
|
+
type: 'float',
|
|
12754
|
+
arrayLength: 4,
|
|
12755
|
+
},
|
|
12741
12756
|
{
|
|
12742
12757
|
name: 'time_usec',
|
|
12743
12758
|
type: 'uint64_t',
|
|
@@ -12754,11 +12769,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12754
12769
|
name: 'z',
|
|
12755
12770
|
type: 'float',
|
|
12756
12771
|
},
|
|
12757
|
-
{
|
|
12758
|
-
name: 'q',
|
|
12759
|
-
type: 'float',
|
|
12760
|
-
arrayLength: 4,
|
|
12761
|
-
},
|
|
12762
12772
|
{
|
|
12763
12773
|
name: 'vx',
|
|
12764
12774
|
type: 'float',
|
|
@@ -12783,16 +12793,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12783
12793
|
name: 'yawspeed',
|
|
12784
12794
|
type: 'float',
|
|
12785
12795
|
},
|
|
12786
|
-
{
|
|
12787
|
-
name: 'pose_covariance',
|
|
12788
|
-
type: 'float',
|
|
12789
|
-
arrayLength: 21,
|
|
12790
|
-
},
|
|
12791
|
-
{
|
|
12792
|
-
name: 'velocity_covariance',
|
|
12793
|
-
type: 'float',
|
|
12794
|
-
arrayLength: 21,
|
|
12795
|
-
},
|
|
12796
12796
|
{
|
|
12797
12797
|
name: 'frame_id',
|
|
12798
12798
|
type: 'uint8_t',
|
|
@@ -12822,10 +12822,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12822
12822
|
id: 332,
|
|
12823
12823
|
name: 'TRAJECTORY_REPRESENTATION_WAYPOINTS',
|
|
12824
12824
|
fields: [
|
|
12825
|
-
{
|
|
12826
|
-
name: 'time_usec',
|
|
12827
|
-
type: 'uint64_t',
|
|
12828
|
-
},
|
|
12829
12825
|
{
|
|
12830
12826
|
name: 'pos_x',
|
|
12831
12827
|
type: 'float',
|
|
@@ -12886,6 +12882,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12886
12882
|
type: 'uint16_t',
|
|
12887
12883
|
arrayLength: 5,
|
|
12888
12884
|
},
|
|
12885
|
+
{
|
|
12886
|
+
name: 'time_usec',
|
|
12887
|
+
type: 'uint64_t',
|
|
12888
|
+
},
|
|
12889
12889
|
{
|
|
12890
12890
|
name: 'valid_points',
|
|
12891
12891
|
type: 'uint8_t',
|
|
@@ -12896,10 +12896,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12896
12896
|
id: 333,
|
|
12897
12897
|
name: 'TRAJECTORY_REPRESENTATION_BEZIER',
|
|
12898
12898
|
fields: [
|
|
12899
|
-
{
|
|
12900
|
-
name: 'time_usec',
|
|
12901
|
-
type: 'uint64_t',
|
|
12902
|
-
},
|
|
12903
12899
|
{
|
|
12904
12900
|
name: 'pos_x',
|
|
12905
12901
|
type: 'float',
|
|
@@ -12925,6 +12921,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12925
12921
|
type: 'float',
|
|
12926
12922
|
arrayLength: 5,
|
|
12927
12923
|
},
|
|
12924
|
+
{
|
|
12925
|
+
name: 'time_usec',
|
|
12926
|
+
type: 'uint64_t',
|
|
12927
|
+
},
|
|
12928
12928
|
{
|
|
12929
12929
|
name: 'valid_points',
|
|
12930
12930
|
type: 'uint8_t',
|
|
@@ -13008,12 +13008,9 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13008
13008
|
name: 'CELLULAR_CONFIG',
|
|
13009
13009
|
fields: [
|
|
13010
13010
|
{
|
|
13011
|
-
name: '
|
|
13012
|
-
type: '
|
|
13013
|
-
|
|
13014
|
-
{
|
|
13015
|
-
name: 'enable_pin',
|
|
13016
|
-
type: 'uint8_t',
|
|
13011
|
+
name: 'apn',
|
|
13012
|
+
type: 'char',
|
|
13013
|
+
arrayLength: 32,
|
|
13017
13014
|
},
|
|
13018
13015
|
{
|
|
13019
13016
|
name: 'pin',
|
|
@@ -13025,16 +13022,19 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13025
13022
|
type: 'char',
|
|
13026
13023
|
arrayLength: 16,
|
|
13027
13024
|
},
|
|
13028
|
-
{
|
|
13029
|
-
name: 'apn',
|
|
13030
|
-
type: 'char',
|
|
13031
|
-
arrayLength: 32,
|
|
13032
|
-
},
|
|
13033
13025
|
{
|
|
13034
13026
|
name: 'puk',
|
|
13035
13027
|
type: 'char',
|
|
13036
13028
|
arrayLength: 16,
|
|
13037
13029
|
},
|
|
13030
|
+
{
|
|
13031
|
+
name: 'enable_lte',
|
|
13032
|
+
type: 'uint8_t',
|
|
13033
|
+
},
|
|
13034
|
+
{
|
|
13035
|
+
name: 'enable_pin',
|
|
13036
|
+
type: 'uint8_t',
|
|
13037
|
+
},
|
|
13038
13038
|
{
|
|
13039
13039
|
name: 'roaming',
|
|
13040
13040
|
type: 'uint8_t',
|
|
@@ -13063,6 +13063,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13063
13063
|
id: 340,
|
|
13064
13064
|
name: 'UTM_GLOBAL_POSITION',
|
|
13065
13065
|
fields: [
|
|
13066
|
+
{
|
|
13067
|
+
name: 'uas_id',
|
|
13068
|
+
type: 'uint8_t',
|
|
13069
|
+
arrayLength: 18,
|
|
13070
|
+
},
|
|
13066
13071
|
{
|
|
13067
13072
|
name: 'time',
|
|
13068
13073
|
type: 'uint64_t',
|
|
@@ -13123,11 +13128,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13123
13128
|
name: 'update_rate',
|
|
13124
13129
|
type: 'uint16_t',
|
|
13125
13130
|
},
|
|
13126
|
-
{
|
|
13127
|
-
name: 'uas_id',
|
|
13128
|
-
type: 'uint8_t',
|
|
13129
|
-
arrayLength: 18,
|
|
13130
|
-
},
|
|
13131
13131
|
{
|
|
13132
13132
|
name: 'flight_state',
|
|
13133
13133
|
type: 'uint8_t',
|
|
@@ -13142,6 +13142,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13142
13142
|
id: 350,
|
|
13143
13143
|
name: 'DEBUG_FLOAT_ARRAY',
|
|
13144
13144
|
fields: [
|
|
13145
|
+
{
|
|
13146
|
+
name: 'name',
|
|
13147
|
+
type: 'char',
|
|
13148
|
+
arrayLength: 10,
|
|
13149
|
+
},
|
|
13145
13150
|
{
|
|
13146
13151
|
name: 'time_usec',
|
|
13147
13152
|
type: 'uint64_t',
|
|
@@ -13150,11 +13155,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13150
13155
|
name: 'array_id',
|
|
13151
13156
|
type: 'uint16_t',
|
|
13152
13157
|
},
|
|
13153
|
-
{
|
|
13154
|
-
name: 'name',
|
|
13155
|
-
type: 'char',
|
|
13156
|
-
arrayLength: 10,
|
|
13157
|
-
},
|
|
13158
13158
|
{
|
|
13159
13159
|
name: 'data',
|
|
13160
13160
|
type: 'float',
|
|
@@ -13197,6 +13197,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13197
13197
|
id: 370,
|
|
13198
13198
|
name: 'SMART_BATTERY_INFO',
|
|
13199
13199
|
fields: [
|
|
13200
|
+
{
|
|
13201
|
+
name: 'device_name',
|
|
13202
|
+
type: 'char',
|
|
13203
|
+
arrayLength: 50,
|
|
13204
|
+
},
|
|
13205
|
+
{
|
|
13206
|
+
name: 'serial_number',
|
|
13207
|
+
type: 'char',
|
|
13208
|
+
arrayLength: 16,
|
|
13209
|
+
},
|
|
13200
13210
|
{
|
|
13201
13211
|
name: 'capacity_full_specification',
|
|
13202
13212
|
type: 'int32_t',
|
|
@@ -13237,16 +13247,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13237
13247
|
name: 'type',
|
|
13238
13248
|
type: 'uint8_t',
|
|
13239
13249
|
},
|
|
13240
|
-
{
|
|
13241
|
-
name: 'serial_number',
|
|
13242
|
-
type: 'char',
|
|
13243
|
-
arrayLength: 16,
|
|
13244
|
-
},
|
|
13245
|
-
{
|
|
13246
|
-
name: 'device_name',
|
|
13247
|
-
type: 'char',
|
|
13248
|
-
arrayLength: 50,
|
|
13249
|
-
},
|
|
13250
13250
|
{
|
|
13251
13251
|
name: 'charging_maximum_voltage',
|
|
13252
13252
|
type: 'uint16_t',
|
|
@@ -13317,6 +13317,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13317
13317
|
id: 372,
|
|
13318
13318
|
name: 'BATTERY_INFO',
|
|
13319
13319
|
fields: [
|
|
13320
|
+
{
|
|
13321
|
+
name: 'name',
|
|
13322
|
+
type: 'char',
|
|
13323
|
+
arrayLength: 50,
|
|
13324
|
+
},
|
|
13325
|
+
{
|
|
13326
|
+
name: 'serial_number',
|
|
13327
|
+
type: 'char',
|
|
13328
|
+
arrayLength: 32,
|
|
13329
|
+
},
|
|
13330
|
+
{
|
|
13331
|
+
name: 'manufacture_date',
|
|
13332
|
+
type: 'char',
|
|
13333
|
+
arrayLength: 9,
|
|
13334
|
+
},
|
|
13320
13335
|
{
|
|
13321
13336
|
name: 'discharge_minimum_voltage',
|
|
13322
13337
|
type: 'float',
|
|
@@ -13385,21 +13400,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13385
13400
|
name: 'cells_in_series',
|
|
13386
13401
|
type: 'uint8_t',
|
|
13387
13402
|
},
|
|
13388
|
-
{
|
|
13389
|
-
name: 'manufacture_date',
|
|
13390
|
-
type: 'char',
|
|
13391
|
-
arrayLength: 9,
|
|
13392
|
-
},
|
|
13393
|
-
{
|
|
13394
|
-
name: 'serial_number',
|
|
13395
|
-
type: 'char',
|
|
13396
|
-
arrayLength: 32,
|
|
13397
|
-
},
|
|
13398
|
-
{
|
|
13399
|
-
name: 'name',
|
|
13400
|
-
type: 'char',
|
|
13401
|
-
arrayLength: 50,
|
|
13402
|
-
},
|
|
13403
13403
|
]
|
|
13404
13404
|
},
|
|
13405
13405
|
{
|
|
@@ -13456,6 +13456,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13456
13456
|
id: 375,
|
|
13457
13457
|
name: 'ACTUATOR_OUTPUT_STATUS',
|
|
13458
13458
|
fields: [
|
|
13459
|
+
{
|
|
13460
|
+
name: 'actuator',
|
|
13461
|
+
type: 'float',
|
|
13462
|
+
arrayLength: 32,
|
|
13463
|
+
},
|
|
13459
13464
|
{
|
|
13460
13465
|
name: 'time_usec',
|
|
13461
13466
|
type: 'uint64_t',
|
|
@@ -13464,11 +13469,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13464
13469
|
name: 'active',
|
|
13465
13470
|
type: 'uint32_t',
|
|
13466
13471
|
},
|
|
13467
|
-
{
|
|
13468
|
-
name: 'actuator',
|
|
13469
|
-
type: 'float',
|
|
13470
|
-
arrayLength: 32,
|
|
13471
|
-
},
|
|
13472
13472
|
]
|
|
13473
13473
|
},
|
|
13474
13474
|
{
|
|
@@ -13501,6 +13501,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13501
13501
|
id: 385,
|
|
13502
13502
|
name: 'TUNNEL',
|
|
13503
13503
|
fields: [
|
|
13504
|
+
{
|
|
13505
|
+
name: 'payload',
|
|
13506
|
+
type: 'uint8_t',
|
|
13507
|
+
arrayLength: 128,
|
|
13508
|
+
},
|
|
13504
13509
|
{
|
|
13505
13510
|
name: 'payload_type',
|
|
13506
13511
|
type: 'uint16_t',
|
|
@@ -13517,17 +13522,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13517
13522
|
name: 'payload_length',
|
|
13518
13523
|
type: 'uint8_t',
|
|
13519
13524
|
},
|
|
13520
|
-
{
|
|
13521
|
-
name: 'payload',
|
|
13522
|
-
type: 'uint8_t',
|
|
13523
|
-
arrayLength: 128,
|
|
13524
|
-
},
|
|
13525
13525
|
]
|
|
13526
13526
|
},
|
|
13527
13527
|
{
|
|
13528
13528
|
id: 386,
|
|
13529
13529
|
name: 'CAN_FRAME',
|
|
13530
13530
|
fields: [
|
|
13531
|
+
{
|
|
13532
|
+
name: 'data',
|
|
13533
|
+
type: 'uint8_t',
|
|
13534
|
+
arrayLength: 8,
|
|
13535
|
+
},
|
|
13531
13536
|
{
|
|
13532
13537
|
name: 'id',
|
|
13533
13538
|
type: 'uint32_t',
|
|
@@ -13548,11 +13553,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13548
13553
|
name: 'len',
|
|
13549
13554
|
type: 'uint8_t',
|
|
13550
13555
|
},
|
|
13551
|
-
{
|
|
13552
|
-
name: 'data',
|
|
13553
|
-
type: 'uint8_t',
|
|
13554
|
-
arrayLength: 8,
|
|
13555
|
-
},
|
|
13556
13556
|
]
|
|
13557
13557
|
},
|
|
13558
13558
|
{
|
|
@@ -13560,20 +13560,29 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13560
13560
|
name: 'ONBOARD_COMPUTER_STATUS',
|
|
13561
13561
|
fields: [
|
|
13562
13562
|
{
|
|
13563
|
-
name: '
|
|
13564
|
-
type: '
|
|
13563
|
+
name: 'link_type',
|
|
13564
|
+
type: 'uint32_t',
|
|
13565
|
+
arrayLength: 6,
|
|
13565
13566
|
},
|
|
13566
13567
|
{
|
|
13567
|
-
name: '
|
|
13568
|
+
name: 'link_tx_rate',
|
|
13568
13569
|
type: 'uint32_t',
|
|
13570
|
+
arrayLength: 6,
|
|
13569
13571
|
},
|
|
13570
13572
|
{
|
|
13571
|
-
name: '
|
|
13573
|
+
name: 'link_rx_rate',
|
|
13572
13574
|
type: 'uint32_t',
|
|
13575
|
+
arrayLength: 6,
|
|
13573
13576
|
},
|
|
13574
13577
|
{
|
|
13575
|
-
name: '
|
|
13578
|
+
name: 'link_tx_max',
|
|
13579
|
+
type: 'uint32_t',
|
|
13580
|
+
arrayLength: 6,
|
|
13581
|
+
},
|
|
13582
|
+
{
|
|
13583
|
+
name: 'link_rx_max',
|
|
13576
13584
|
type: 'uint32_t',
|
|
13585
|
+
arrayLength: 6,
|
|
13577
13586
|
},
|
|
13578
13587
|
{
|
|
13579
13588
|
name: 'storage_type',
|
|
@@ -13591,29 +13600,28 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13591
13600
|
arrayLength: 4,
|
|
13592
13601
|
},
|
|
13593
13602
|
{
|
|
13594
|
-
name: '
|
|
13595
|
-
type: '
|
|
13596
|
-
arrayLength:
|
|
13603
|
+
name: 'cpu_combined',
|
|
13604
|
+
type: 'uint8_t',
|
|
13605
|
+
arrayLength: 10,
|
|
13597
13606
|
},
|
|
13598
13607
|
{
|
|
13599
|
-
name: '
|
|
13600
|
-
type: '
|
|
13601
|
-
arrayLength:
|
|
13608
|
+
name: 'gpu_combined',
|
|
13609
|
+
type: 'uint8_t',
|
|
13610
|
+
arrayLength: 10,
|
|
13602
13611
|
},
|
|
13603
13612
|
{
|
|
13604
|
-
name: '
|
|
13605
|
-
type: '
|
|
13606
|
-
arrayLength: 6,
|
|
13613
|
+
name: 'time_usec',
|
|
13614
|
+
type: 'uint64_t',
|
|
13607
13615
|
},
|
|
13608
13616
|
{
|
|
13609
|
-
name: '
|
|
13610
|
-
type: '
|
|
13611
|
-
arrayLength:
|
|
13617
|
+
name: 'cpu_cores',
|
|
13618
|
+
type: 'uint8_t',
|
|
13619
|
+
arrayLength: 8,
|
|
13612
13620
|
},
|
|
13613
13621
|
{
|
|
13614
|
-
name: '
|
|
13615
|
-
type: '
|
|
13616
|
-
arrayLength:
|
|
13622
|
+
name: 'temperature_core',
|
|
13623
|
+
type: 'int8_t',
|
|
13624
|
+
arrayLength: 8,
|
|
13617
13625
|
},
|
|
13618
13626
|
{
|
|
13619
13627
|
name: 'fan_speed',
|
|
@@ -13621,56 +13629,36 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13621
13629
|
arrayLength: 4,
|
|
13622
13630
|
},
|
|
13623
13631
|
{
|
|
13624
|
-
name: '
|
|
13625
|
-
type: '
|
|
13632
|
+
name: 'uptime',
|
|
13633
|
+
type: 'uint32_t',
|
|
13626
13634
|
},
|
|
13627
13635
|
{
|
|
13628
|
-
name: '
|
|
13636
|
+
name: 'gpu_cores',
|
|
13629
13637
|
type: 'uint8_t',
|
|
13630
|
-
arrayLength:
|
|
13638
|
+
arrayLength: 4,
|
|
13631
13639
|
},
|
|
13632
13640
|
{
|
|
13633
|
-
name: '
|
|
13634
|
-
type: '
|
|
13635
|
-
arrayLength: 10,
|
|
13641
|
+
name: 'ram_usage',
|
|
13642
|
+
type: 'uint32_t',
|
|
13636
13643
|
},
|
|
13637
13644
|
{
|
|
13638
|
-
name: '
|
|
13639
|
-
type: '
|
|
13640
|
-
arrayLength: 4,
|
|
13645
|
+
name: 'ram_total',
|
|
13646
|
+
type: 'uint32_t',
|
|
13641
13647
|
},
|
|
13642
13648
|
{
|
|
13643
|
-
name: '
|
|
13649
|
+
name: 'type',
|
|
13644
13650
|
type: 'uint8_t',
|
|
13645
|
-
arrayLength: 10,
|
|
13646
13651
|
},
|
|
13647
13652
|
{
|
|
13648
13653
|
name: 'temperature_board',
|
|
13649
13654
|
type: 'int8_t',
|
|
13650
13655
|
},
|
|
13651
|
-
{
|
|
13652
|
-
name: 'temperature_core',
|
|
13653
|
-
type: 'int8_t',
|
|
13654
|
-
arrayLength: 8,
|
|
13655
|
-
},
|
|
13656
13656
|
]
|
|
13657
13657
|
},
|
|
13658
13658
|
{
|
|
13659
13659
|
id: 395,
|
|
13660
13660
|
name: 'COMPONENT_INFORMATION',
|
|
13661
13661
|
fields: [
|
|
13662
|
-
{
|
|
13663
|
-
name: 'time_boot_ms',
|
|
13664
|
-
type: 'uint32_t',
|
|
13665
|
-
},
|
|
13666
|
-
{
|
|
13667
|
-
name: 'general_metadata_file_crc',
|
|
13668
|
-
type: 'uint32_t',
|
|
13669
|
-
},
|
|
13670
|
-
{
|
|
13671
|
-
name: 'peripherals_metadata_file_crc',
|
|
13672
|
-
type: 'uint32_t',
|
|
13673
|
-
},
|
|
13674
13662
|
{
|
|
13675
13663
|
name: 'general_metadata_uri',
|
|
13676
13664
|
type: 'char',
|
|
@@ -13681,24 +13669,24 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13681
13669
|
type: 'char',
|
|
13682
13670
|
arrayLength: 100,
|
|
13683
13671
|
},
|
|
13684
|
-
]
|
|
13685
|
-
},
|
|
13686
|
-
{
|
|
13687
|
-
id: 396,
|
|
13688
|
-
name: 'COMPONENT_INFORMATION_BASIC',
|
|
13689
|
-
fields: [
|
|
13690
13672
|
{
|
|
13691
|
-
name: '
|
|
13692
|
-
type: '
|
|
13673
|
+
name: 'time_boot_ms',
|
|
13674
|
+
type: 'uint32_t',
|
|
13693
13675
|
},
|
|
13694
13676
|
{
|
|
13695
|
-
name: '
|
|
13677
|
+
name: 'general_metadata_file_crc',
|
|
13696
13678
|
type: 'uint32_t',
|
|
13697
13679
|
},
|
|
13698
13680
|
{
|
|
13699
|
-
name: '
|
|
13681
|
+
name: 'peripherals_metadata_file_crc',
|
|
13700
13682
|
type: 'uint32_t',
|
|
13701
13683
|
},
|
|
13684
|
+
]
|
|
13685
|
+
},
|
|
13686
|
+
{
|
|
13687
|
+
id: 396,
|
|
13688
|
+
name: 'COMPONENT_INFORMATION_BASIC',
|
|
13689
|
+
fields: [
|
|
13702
13690
|
{
|
|
13703
13691
|
name: 'vendor_name',
|
|
13704
13692
|
type: 'char',
|
|
@@ -13709,6 +13697,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13709
13697
|
type: 'char',
|
|
13710
13698
|
arrayLength: 32,
|
|
13711
13699
|
},
|
|
13700
|
+
{
|
|
13701
|
+
name: 'serial_number',
|
|
13702
|
+
type: 'char',
|
|
13703
|
+
arrayLength: 32,
|
|
13704
|
+
},
|
|
13712
13705
|
{
|
|
13713
13706
|
name: 'software_version',
|
|
13714
13707
|
type: 'char',
|
|
@@ -13720,9 +13713,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13720
13713
|
arrayLength: 24,
|
|
13721
13714
|
},
|
|
13722
13715
|
{
|
|
13723
|
-
name: '
|
|
13724
|
-
type: '
|
|
13725
|
-
|
|
13716
|
+
name: 'capabilities',
|
|
13717
|
+
type: 'uint64_t',
|
|
13718
|
+
},
|
|
13719
|
+
{
|
|
13720
|
+
name: 'time_boot_ms',
|
|
13721
|
+
type: 'uint32_t',
|
|
13722
|
+
},
|
|
13723
|
+
{
|
|
13724
|
+
name: 'time_manufacture_s',
|
|
13725
|
+
type: 'uint32_t',
|
|
13726
13726
|
},
|
|
13727
13727
|
]
|
|
13728
13728
|
},
|
|
@@ -13730,6 +13730,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13730
13730
|
id: 397,
|
|
13731
13731
|
name: 'COMPONENT_METADATA',
|
|
13732
13732
|
fields: [
|
|
13733
|
+
{
|
|
13734
|
+
name: 'uri',
|
|
13735
|
+
type: 'char',
|
|
13736
|
+
arrayLength: 100,
|
|
13737
|
+
},
|
|
13733
13738
|
{
|
|
13734
13739
|
name: 'time_boot_ms',
|
|
13735
13740
|
type: 'uint32_t',
|
|
@@ -13738,17 +13743,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13738
13743
|
name: 'file_crc',
|
|
13739
13744
|
type: 'uint32_t',
|
|
13740
13745
|
},
|
|
13741
|
-
{
|
|
13742
|
-
name: 'uri',
|
|
13743
|
-
type: 'char',
|
|
13744
|
-
arrayLength: 100,
|
|
13745
|
-
},
|
|
13746
13746
|
]
|
|
13747
13747
|
},
|
|
13748
13748
|
{
|
|
13749
13749
|
id: 400,
|
|
13750
13750
|
name: 'PLAY_TUNE_V2',
|
|
13751
13751
|
fields: [
|
|
13752
|
+
{
|
|
13753
|
+
name: 'tune',
|
|
13754
|
+
type: 'char',
|
|
13755
|
+
arrayLength: 248,
|
|
13756
|
+
},
|
|
13752
13757
|
{
|
|
13753
13758
|
name: 'format',
|
|
13754
13759
|
type: 'uint32_t',
|
|
@@ -13761,11 +13766,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13761
13766
|
name: 'target_component',
|
|
13762
13767
|
type: 'uint8_t',
|
|
13763
13768
|
},
|
|
13764
|
-
{
|
|
13765
|
-
name: 'tune',
|
|
13766
|
-
type: 'char',
|
|
13767
|
-
arrayLength: 248,
|
|
13768
|
-
},
|
|
13769
13769
|
]
|
|
13770
13770
|
},
|
|
13771
13771
|
{
|
|
@@ -13790,6 +13790,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13790
13790
|
id: 410,
|
|
13791
13791
|
name: 'EVENT',
|
|
13792
13792
|
fields: [
|
|
13793
|
+
{
|
|
13794
|
+
name: 'arguments',
|
|
13795
|
+
type: 'uint8_t',
|
|
13796
|
+
arrayLength: 40,
|
|
13797
|
+
},
|
|
13793
13798
|
{
|
|
13794
13799
|
name: 'id',
|
|
13795
13800
|
type: 'uint32_t',
|
|
@@ -13814,11 +13819,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13814
13819
|
name: 'log_levels',
|
|
13815
13820
|
type: 'uint8_t',
|
|
13816
13821
|
},
|
|
13817
|
-
{
|
|
13818
|
-
name: 'arguments',
|
|
13819
|
-
type: 'uint8_t',
|
|
13820
|
-
arrayLength: 40,
|
|
13821
|
-
},
|
|
13822
13822
|
]
|
|
13823
13823
|
},
|
|
13824
13824
|
{
|
|
@@ -13887,6 +13887,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13887
13887
|
id: 435,
|
|
13888
13888
|
name: 'AVAILABLE_MODES',
|
|
13889
13889
|
fields: [
|
|
13890
|
+
{
|
|
13891
|
+
name: 'mode_name',
|
|
13892
|
+
type: 'char',
|
|
13893
|
+
arrayLength: 35,
|
|
13894
|
+
},
|
|
13890
13895
|
{
|
|
13891
13896
|
name: 'custom_mode',
|
|
13892
13897
|
type: 'uint32_t',
|
|
@@ -13907,11 +13912,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13907
13912
|
name: 'standard_mode',
|
|
13908
13913
|
type: 'uint8_t',
|
|
13909
13914
|
},
|
|
13910
|
-
{
|
|
13911
|
-
name: 'mode_name',
|
|
13912
|
-
type: 'char',
|
|
13913
|
-
arrayLength: 35,
|
|
13914
|
-
},
|
|
13915
13915
|
]
|
|
13916
13916
|
},
|
|
13917
13917
|
{
|
|
@@ -13996,6 +13996,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13996
13996
|
id: 387,
|
|
13997
13997
|
name: 'CANFD_FRAME',
|
|
13998
13998
|
fields: [
|
|
13999
|
+
{
|
|
14000
|
+
name: 'data',
|
|
14001
|
+
type: 'uint8_t',
|
|
14002
|
+
arrayLength: 64,
|
|
14003
|
+
},
|
|
13999
14004
|
{
|
|
14000
14005
|
name: 'id',
|
|
14001
14006
|
type: 'uint32_t',
|
|
@@ -14016,11 +14021,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14016
14021
|
name: 'len',
|
|
14017
14022
|
type: 'uint8_t',
|
|
14018
14023
|
},
|
|
14019
|
-
{
|
|
14020
|
-
name: 'data',
|
|
14021
|
-
type: 'uint8_t',
|
|
14022
|
-
arrayLength: 64,
|
|
14023
|
-
},
|
|
14024
14024
|
]
|
|
14025
14025
|
},
|
|
14026
14026
|
{
|
|
@@ -14058,15 +14058,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14058
14058
|
id: 9000,
|
|
14059
14059
|
name: 'WHEEL_DISTANCE',
|
|
14060
14060
|
fields: [
|
|
14061
|
-
{
|
|
14062
|
-
name: 'time_usec',
|
|
14063
|
-
type: 'uint64_t',
|
|
14064
|
-
},
|
|
14065
14061
|
{
|
|
14066
14062
|
name: 'distance',
|
|
14067
14063
|
type: 'double',
|
|
14068
14064
|
arrayLength: 16,
|
|
14069
14065
|
},
|
|
14066
|
+
{
|
|
14067
|
+
name: 'time_usec',
|
|
14068
|
+
type: 'uint64_t',
|
|
14069
|
+
},
|
|
14070
14070
|
{
|
|
14071
14071
|
name: 'count',
|
|
14072
14072
|
type: 'uint8_t',
|
|
@@ -14116,30 +14116,30 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14116
14116
|
name: 'OPEN_DRONE_ID_BASIC_ID',
|
|
14117
14117
|
fields: [
|
|
14118
14118
|
{
|
|
14119
|
-
name: '
|
|
14119
|
+
name: 'id_or_mac',
|
|
14120
14120
|
type: 'uint8_t',
|
|
14121
|
+
arrayLength: 20,
|
|
14121
14122
|
},
|
|
14122
14123
|
{
|
|
14123
|
-
name: '
|
|
14124
|
+
name: 'uas_id',
|
|
14124
14125
|
type: 'uint8_t',
|
|
14126
|
+
arrayLength: 20,
|
|
14125
14127
|
},
|
|
14126
14128
|
{
|
|
14127
|
-
name: '
|
|
14129
|
+
name: 'target_system',
|
|
14128
14130
|
type: 'uint8_t',
|
|
14129
|
-
arrayLength: 20,
|
|
14130
14131
|
},
|
|
14131
14132
|
{
|
|
14132
|
-
name: '
|
|
14133
|
+
name: 'target_component',
|
|
14133
14134
|
type: 'uint8_t',
|
|
14134
14135
|
},
|
|
14135
14136
|
{
|
|
14136
|
-
name: '
|
|
14137
|
+
name: 'id_type',
|
|
14137
14138
|
type: 'uint8_t',
|
|
14138
14139
|
},
|
|
14139
14140
|
{
|
|
14140
|
-
name: '
|
|
14141
|
+
name: 'ua_type',
|
|
14141
14142
|
type: 'uint8_t',
|
|
14142
|
-
arrayLength: 20,
|
|
14143
14143
|
},
|
|
14144
14144
|
]
|
|
14145
14145
|
},
|
|
@@ -14147,6 +14147,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14147
14147
|
id: 12901,
|
|
14148
14148
|
name: 'OPEN_DRONE_ID_LOCATION',
|
|
14149
14149
|
fields: [
|
|
14150
|
+
{
|
|
14151
|
+
name: 'id_or_mac',
|
|
14152
|
+
type: 'uint8_t',
|
|
14153
|
+
arrayLength: 20,
|
|
14154
|
+
},
|
|
14150
14155
|
{
|
|
14151
14156
|
name: 'latitude',
|
|
14152
14157
|
type: 'int32_t',
|
|
@@ -14191,11 +14196,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14191
14196
|
name: 'target_component',
|
|
14192
14197
|
type: 'uint8_t',
|
|
14193
14198
|
},
|
|
14194
|
-
{
|
|
14195
|
-
name: 'id_or_mac',
|
|
14196
|
-
type: 'uint8_t',
|
|
14197
|
-
arrayLength: 20,
|
|
14198
|
-
},
|
|
14199
14199
|
{
|
|
14200
14200
|
name: 'status',
|
|
14201
14201
|
type: 'uint8_t',
|
|
@@ -14230,6 +14230,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14230
14230
|
id: 12902,
|
|
14231
14231
|
name: 'OPEN_DRONE_ID_AUTHENTICATION',
|
|
14232
14232
|
fields: [
|
|
14233
|
+
{
|
|
14234
|
+
name: 'authentication_data',
|
|
14235
|
+
type: 'uint8_t',
|
|
14236
|
+
arrayLength: 23,
|
|
14237
|
+
},
|
|
14238
|
+
{
|
|
14239
|
+
name: 'id_or_mac',
|
|
14240
|
+
type: 'uint8_t',
|
|
14241
|
+
arrayLength: 20,
|
|
14242
|
+
},
|
|
14233
14243
|
{
|
|
14234
14244
|
name: 'timestamp',
|
|
14235
14245
|
type: 'uint32_t',
|
|
@@ -14242,11 +14252,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14242
14252
|
name: 'target_component',
|
|
14243
14253
|
type: 'uint8_t',
|
|
14244
14254
|
},
|
|
14245
|
-
{
|
|
14246
|
-
name: 'id_or_mac',
|
|
14247
|
-
type: 'uint8_t',
|
|
14248
|
-
arrayLength: 20,
|
|
14249
|
-
},
|
|
14250
14255
|
{
|
|
14251
14256
|
name: 'authentication_type',
|
|
14252
14257
|
type: 'uint8_t',
|
|
@@ -14263,11 +14268,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14263
14268
|
name: 'length',
|
|
14264
14269
|
type: 'uint8_t',
|
|
14265
14270
|
},
|
|
14266
|
-
{
|
|
14267
|
-
name: 'authentication_data',
|
|
14268
|
-
type: 'uint8_t',
|
|
14269
|
-
arrayLength: 23,
|
|
14270
|
-
},
|
|
14271
14271
|
]
|
|
14272
14272
|
},
|
|
14273
14273
|
{
|
|
@@ -14275,26 +14275,26 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14275
14275
|
name: 'OPEN_DRONE_ID_SELF_ID',
|
|
14276
14276
|
fields: [
|
|
14277
14277
|
{
|
|
14278
|
-
name: '
|
|
14279
|
-
type: '
|
|
14278
|
+
name: 'description',
|
|
14279
|
+
type: 'char',
|
|
14280
|
+
arrayLength: 23,
|
|
14280
14281
|
},
|
|
14281
14282
|
{
|
|
14282
|
-
name: '
|
|
14283
|
+
name: 'id_or_mac',
|
|
14283
14284
|
type: 'uint8_t',
|
|
14285
|
+
arrayLength: 20,
|
|
14284
14286
|
},
|
|
14285
14287
|
{
|
|
14286
|
-
name: '
|
|
14288
|
+
name: 'target_system',
|
|
14287
14289
|
type: 'uint8_t',
|
|
14288
|
-
arrayLength: 20,
|
|
14289
14290
|
},
|
|
14290
14291
|
{
|
|
14291
|
-
name: '
|
|
14292
|
+
name: 'target_component',
|
|
14292
14293
|
type: 'uint8_t',
|
|
14293
14294
|
},
|
|
14294
14295
|
{
|
|
14295
|
-
name: '
|
|
14296
|
-
type: '
|
|
14297
|
-
arrayLength: 23,
|
|
14296
|
+
name: 'description_type',
|
|
14297
|
+
type: 'uint8_t',
|
|
14298
14298
|
},
|
|
14299
14299
|
]
|
|
14300
14300
|
},
|
|
@@ -14302,6 +14302,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14302
14302
|
id: 12904,
|
|
14303
14303
|
name: 'OPEN_DRONE_ID_SYSTEM',
|
|
14304
14304
|
fields: [
|
|
14305
|
+
{
|
|
14306
|
+
name: 'id_or_mac',
|
|
14307
|
+
type: 'uint8_t',
|
|
14308
|
+
arrayLength: 20,
|
|
14309
|
+
},
|
|
14305
14310
|
{
|
|
14306
14311
|
name: 'operator_latitude',
|
|
14307
14312
|
type: 'int32_t',
|
|
@@ -14342,11 +14347,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14342
14347
|
name: 'target_component',
|
|
14343
14348
|
type: 'uint8_t',
|
|
14344
14349
|
},
|
|
14345
|
-
{
|
|
14346
|
-
name: 'id_or_mac',
|
|
14347
|
-
type: 'uint8_t',
|
|
14348
|
-
arrayLength: 20,
|
|
14349
|
-
},
|
|
14350
14350
|
{
|
|
14351
14351
|
name: 'operator_location_type',
|
|
14352
14352
|
type: 'uint8_t',
|
|
@@ -14370,26 +14370,26 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14370
14370
|
name: 'OPEN_DRONE_ID_OPERATOR_ID',
|
|
14371
14371
|
fields: [
|
|
14372
14372
|
{
|
|
14373
|
-
name: '
|
|
14373
|
+
name: 'id_or_mac',
|
|
14374
14374
|
type: 'uint8_t',
|
|
14375
|
+
arrayLength: 20,
|
|
14375
14376
|
},
|
|
14376
14377
|
{
|
|
14377
|
-
name: '
|
|
14378
|
-
type: '
|
|
14378
|
+
name: 'operator_id',
|
|
14379
|
+
type: 'char',
|
|
14380
|
+
arrayLength: 20,
|
|
14379
14381
|
},
|
|
14380
14382
|
{
|
|
14381
|
-
name: '
|
|
14383
|
+
name: 'target_system',
|
|
14382
14384
|
type: 'uint8_t',
|
|
14383
|
-
arrayLength: 20,
|
|
14384
14385
|
},
|
|
14385
14386
|
{
|
|
14386
|
-
name: '
|
|
14387
|
+
name: 'target_component',
|
|
14387
14388
|
type: 'uint8_t',
|
|
14388
14389
|
},
|
|
14389
14390
|
{
|
|
14390
|
-
name: '
|
|
14391
|
-
type: '
|
|
14392
|
-
arrayLength: 20,
|
|
14391
|
+
name: 'operator_id_type',
|
|
14392
|
+
type: 'uint8_t',
|
|
14393
14393
|
},
|
|
14394
14394
|
]
|
|
14395
14395
|
},
|
|
@@ -14398,30 +14398,30 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14398
14398
|
name: 'OPEN_DRONE_ID_MESSAGE_PACK',
|
|
14399
14399
|
fields: [
|
|
14400
14400
|
{
|
|
14401
|
-
name: '
|
|
14401
|
+
name: 'messages',
|
|
14402
14402
|
type: 'uint8_t',
|
|
14403
|
+
arrayLength: 225,
|
|
14403
14404
|
},
|
|
14404
14405
|
{
|
|
14405
|
-
name: '
|
|
14406
|
+
name: 'id_or_mac',
|
|
14406
14407
|
type: 'uint8_t',
|
|
14408
|
+
arrayLength: 20,
|
|
14407
14409
|
},
|
|
14408
14410
|
{
|
|
14409
|
-
name: '
|
|
14411
|
+
name: 'target_system',
|
|
14410
14412
|
type: 'uint8_t',
|
|
14411
|
-
arrayLength: 20,
|
|
14412
14413
|
},
|
|
14413
14414
|
{
|
|
14414
|
-
name: '
|
|
14415
|
+
name: 'target_component',
|
|
14415
14416
|
type: 'uint8_t',
|
|
14416
14417
|
},
|
|
14417
14418
|
{
|
|
14418
|
-
name: '
|
|
14419
|
+
name: 'single_message_size',
|
|
14419
14420
|
type: 'uint8_t',
|
|
14420
14421
|
},
|
|
14421
14422
|
{
|
|
14422
|
-
name: '
|
|
14423
|
+
name: 'msg_pack_size',
|
|
14423
14424
|
type: 'uint8_t',
|
|
14424
|
-
arrayLength: 225,
|
|
14425
14425
|
},
|
|
14426
14426
|
]
|
|
14427
14427
|
},
|
|
@@ -14429,15 +14429,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14429
14429
|
id: 12918,
|
|
14430
14430
|
name: 'OPEN_DRONE_ID_ARM_STATUS',
|
|
14431
14431
|
fields: [
|
|
14432
|
-
{
|
|
14433
|
-
name: 'status',
|
|
14434
|
-
type: 'uint8_t',
|
|
14435
|
-
},
|
|
14436
14432
|
{
|
|
14437
14433
|
name: 'error',
|
|
14438
14434
|
type: 'char',
|
|
14439
14435
|
arrayLength: 50,
|
|
14440
14436
|
},
|
|
14437
|
+
{
|
|
14438
|
+
name: 'status',
|
|
14439
|
+
type: 'uint8_t',
|
|
14440
|
+
},
|
|
14441
14441
|
]
|
|
14442
14442
|
},
|
|
14443
14443
|
{
|
|
@@ -14492,6 +14492,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14492
14492
|
id: 180,
|
|
14493
14493
|
name: 'SCRIPT_ITEM',
|
|
14494
14494
|
fields: [
|
|
14495
|
+
{
|
|
14496
|
+
name: 'name',
|
|
14497
|
+
type: 'char',
|
|
14498
|
+
arrayLength: 50,
|
|
14499
|
+
},
|
|
14495
14500
|
{
|
|
14496
14501
|
name: 'seq',
|
|
14497
14502
|
type: 'uint16_t',
|
|
@@ -14504,11 +14509,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14504
14509
|
name: 'target_component',
|
|
14505
14510
|
type: 'uint8_t',
|
|
14506
14511
|
},
|
|
14507
|
-
{
|
|
14508
|
-
name: 'name',
|
|
14509
|
-
type: 'char',
|
|
14510
|
-
arrayLength: 50,
|
|
14511
|
-
},
|
|
14512
14512
|
]
|
|
14513
14513
|
},
|
|
14514
14514
|
{
|