@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
|
@@ -5282,6 +5282,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5282
5282
|
id: 300,
|
|
5283
5283
|
name: 'PROTOCOL_VERSION',
|
|
5284
5284
|
fields: [
|
|
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
|
+
},
|
|
5285
5295
|
{
|
|
5286
5296
|
name: 'version',
|
|
5287
5297
|
type: 'uint16_t',
|
|
@@ -5294,16 +5304,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5294
5304
|
name: 'max_version',
|
|
5295
5305
|
type: 'uint16_t',
|
|
5296
5306
|
},
|
|
5297
|
-
{
|
|
5298
|
-
name: 'spec_version_hash',
|
|
5299
|
-
type: 'uint8_t',
|
|
5300
|
-
arrayLength: 8,
|
|
5301
|
-
},
|
|
5302
|
-
{
|
|
5303
|
-
name: 'library_version_hash',
|
|
5304
|
-
type: 'uint8_t',
|
|
5305
|
-
arrayLength: 8,
|
|
5306
|
-
},
|
|
5307
5307
|
]
|
|
5308
5308
|
},
|
|
5309
5309
|
{
|
|
@@ -5419,6 +5419,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5419
5419
|
id: 5,
|
|
5420
5420
|
name: 'CHANGE_OPERATOR_CONTROL',
|
|
5421
5421
|
fields: [
|
|
5422
|
+
{
|
|
5423
|
+
name: 'passkey',
|
|
5424
|
+
type: 'char',
|
|
5425
|
+
arrayLength: 25,
|
|
5426
|
+
},
|
|
5422
5427
|
{
|
|
5423
5428
|
name: 'target_system',
|
|
5424
5429
|
type: 'uint8_t',
|
|
@@ -5431,11 +5436,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5431
5436
|
name: 'version',
|
|
5432
5437
|
type: 'uint8_t',
|
|
5433
5438
|
},
|
|
5434
|
-
{
|
|
5435
|
-
name: 'passkey',
|
|
5436
|
-
type: 'char',
|
|
5437
|
-
arrayLength: 25,
|
|
5438
|
-
},
|
|
5439
5439
|
]
|
|
5440
5440
|
},
|
|
5441
5441
|
{
|
|
@@ -5539,6 +5539,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5539
5539
|
id: 20,
|
|
5540
5540
|
name: 'PARAM_REQUEST_READ',
|
|
5541
5541
|
fields: [
|
|
5542
|
+
{
|
|
5543
|
+
name: 'param_id',
|
|
5544
|
+
type: 'char',
|
|
5545
|
+
arrayLength: 16,
|
|
5546
|
+
},
|
|
5542
5547
|
{
|
|
5543
5548
|
name: 'param_index',
|
|
5544
5549
|
type: 'int16_t',
|
|
@@ -5551,11 +5556,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5551
5556
|
name: 'target_component',
|
|
5552
5557
|
type: 'uint8_t',
|
|
5553
5558
|
},
|
|
5554
|
-
{
|
|
5555
|
-
name: 'param_id',
|
|
5556
|
-
type: 'char',
|
|
5557
|
-
arrayLength: 16,
|
|
5558
|
-
},
|
|
5559
5559
|
]
|
|
5560
5560
|
},
|
|
5561
5561
|
{
|
|
@@ -5576,6 +5576,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5576
5576
|
id: 22,
|
|
5577
5577
|
name: 'PARAM_VALUE',
|
|
5578
5578
|
fields: [
|
|
5579
|
+
{
|
|
5580
|
+
name: 'param_id',
|
|
5581
|
+
type: 'char',
|
|
5582
|
+
arrayLength: 16,
|
|
5583
|
+
},
|
|
5579
5584
|
{
|
|
5580
5585
|
name: 'param_value',
|
|
5581
5586
|
type: 'float',
|
|
@@ -5588,11 +5593,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5588
5593
|
name: 'param_index',
|
|
5589
5594
|
type: 'uint16_t',
|
|
5590
5595
|
},
|
|
5591
|
-
{
|
|
5592
|
-
name: 'param_id',
|
|
5593
|
-
type: 'char',
|
|
5594
|
-
arrayLength: 16,
|
|
5595
|
-
},
|
|
5596
5596
|
{
|
|
5597
5597
|
name: 'param_type',
|
|
5598
5598
|
type: 'uint8_t',
|
|
@@ -5603,6 +5603,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5603
5603
|
id: 23,
|
|
5604
5604
|
name: 'PARAM_SET',
|
|
5605
5605
|
fields: [
|
|
5606
|
+
{
|
|
5607
|
+
name: 'param_id',
|
|
5608
|
+
type: 'char',
|
|
5609
|
+
arrayLength: 16,
|
|
5610
|
+
},
|
|
5606
5611
|
{
|
|
5607
5612
|
name: 'param_value',
|
|
5608
5613
|
type: 'float',
|
|
@@ -5615,11 +5620,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5615
5620
|
name: 'target_component',
|
|
5616
5621
|
type: 'uint8_t',
|
|
5617
5622
|
},
|
|
5618
|
-
{
|
|
5619
|
-
name: 'param_id',
|
|
5620
|
-
type: 'char',
|
|
5621
|
-
arrayLength: 16,
|
|
5622
|
-
},
|
|
5623
5623
|
{
|
|
5624
5624
|
name: 'param_type',
|
|
5625
5625
|
type: 'uint8_t',
|
|
@@ -5706,10 +5706,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5706
5706
|
id: 25,
|
|
5707
5707
|
name: 'GPS_STATUS',
|
|
5708
5708
|
fields: [
|
|
5709
|
-
{
|
|
5710
|
-
name: 'satellites_visible',
|
|
5711
|
-
type: 'uint8_t',
|
|
5712
|
-
},
|
|
5713
5709
|
{
|
|
5714
5710
|
name: 'satellite_prn',
|
|
5715
5711
|
type: 'uint8_t',
|
|
@@ -5735,6 +5731,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5735
5731
|
type: 'uint8_t',
|
|
5736
5732
|
arrayLength: 20,
|
|
5737
5733
|
},
|
|
5734
|
+
{
|
|
5735
|
+
name: 'satellites_visible',
|
|
5736
|
+
type: 'uint8_t',
|
|
5737
|
+
},
|
|
5738
5738
|
]
|
|
5739
5739
|
},
|
|
5740
5740
|
{
|
|
@@ -6597,6 +6597,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6597
6597
|
id: 50,
|
|
6598
6598
|
name: 'PARAM_MAP_RC',
|
|
6599
6599
|
fields: [
|
|
6600
|
+
{
|
|
6601
|
+
name: 'param_id',
|
|
6602
|
+
type: 'char',
|
|
6603
|
+
arrayLength: 16,
|
|
6604
|
+
},
|
|
6600
6605
|
{
|
|
6601
6606
|
name: 'param_value0',
|
|
6602
6607
|
type: 'float',
|
|
@@ -6625,11 +6630,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6625
6630
|
name: 'target_component',
|
|
6626
6631
|
type: 'uint8_t',
|
|
6627
6632
|
},
|
|
6628
|
-
{
|
|
6629
|
-
name: 'param_id',
|
|
6630
|
-
type: 'char',
|
|
6631
|
-
arrayLength: 16,
|
|
6632
|
-
},
|
|
6633
6633
|
{
|
|
6634
6634
|
name: 'parameter_rc_channel_index',
|
|
6635
6635
|
type: 'uint8_t',
|
|
@@ -6740,14 +6740,19 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6740
6740
|
name: 'ATTITUDE_QUATERNION_COV',
|
|
6741
6741
|
fields: [
|
|
6742
6742
|
{
|
|
6743
|
-
name: '
|
|
6744
|
-
type: '
|
|
6743
|
+
name: 'covariance',
|
|
6744
|
+
type: 'float',
|
|
6745
|
+
arrayLength: 9,
|
|
6745
6746
|
},
|
|
6746
6747
|
{
|
|
6747
6748
|
name: 'q',
|
|
6748
6749
|
type: 'float',
|
|
6749
6750
|
arrayLength: 4,
|
|
6750
6751
|
},
|
|
6752
|
+
{
|
|
6753
|
+
name: 'time_usec',
|
|
6754
|
+
type: 'uint64_t',
|
|
6755
|
+
},
|
|
6751
6756
|
{
|
|
6752
6757
|
name: 'rollspeed',
|
|
6753
6758
|
type: 'float',
|
|
@@ -6760,11 +6765,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6760
6765
|
name: 'yawspeed',
|
|
6761
6766
|
type: 'float',
|
|
6762
6767
|
},
|
|
6763
|
-
{
|
|
6764
|
-
name: 'covariance',
|
|
6765
|
-
type: 'float',
|
|
6766
|
-
arrayLength: 9,
|
|
6767
|
-
},
|
|
6768
6768
|
]
|
|
6769
6769
|
},
|
|
6770
6770
|
{
|
|
@@ -6809,6 +6809,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6809
6809
|
id: 63,
|
|
6810
6810
|
name: 'GLOBAL_POSITION_INT_COV',
|
|
6811
6811
|
fields: [
|
|
6812
|
+
{
|
|
6813
|
+
name: 'covariance',
|
|
6814
|
+
type: 'float',
|
|
6815
|
+
arrayLength: 36,
|
|
6816
|
+
},
|
|
6812
6817
|
{
|
|
6813
6818
|
name: 'time_usec',
|
|
6814
6819
|
type: 'uint64_t',
|
|
@@ -6841,11 +6846,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6841
6846
|
name: 'vz',
|
|
6842
6847
|
type: 'float',
|
|
6843
6848
|
},
|
|
6844
|
-
{
|
|
6845
|
-
name: 'covariance',
|
|
6846
|
-
type: 'float',
|
|
6847
|
-
arrayLength: 36,
|
|
6848
|
-
},
|
|
6849
6849
|
{
|
|
6850
6850
|
name: 'estimator_type',
|
|
6851
6851
|
type: 'uint8_t',
|
|
@@ -6856,6 +6856,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6856
6856
|
id: 64,
|
|
6857
6857
|
name: 'LOCAL_POSITION_NED_COV',
|
|
6858
6858
|
fields: [
|
|
6859
|
+
{
|
|
6860
|
+
name: 'covariance',
|
|
6861
|
+
type: 'float',
|
|
6862
|
+
arrayLength: 45,
|
|
6863
|
+
},
|
|
6859
6864
|
{
|
|
6860
6865
|
name: 'time_usec',
|
|
6861
6866
|
type: 'uint64_t',
|
|
@@ -6896,11 +6901,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6896
6901
|
name: 'az',
|
|
6897
6902
|
type: 'float',
|
|
6898
6903
|
},
|
|
6899
|
-
{
|
|
6900
|
-
name: 'covariance',
|
|
6901
|
-
type: 'float',
|
|
6902
|
-
arrayLength: 45,
|
|
6903
|
-
},
|
|
6904
6904
|
{
|
|
6905
6905
|
name: 'estimator_type',
|
|
6906
6906
|
type: 'uint8_t',
|
|
@@ -7512,15 +7512,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
7512
7512
|
id: 82,
|
|
7513
7513
|
name: 'SET_ATTITUDE_TARGET',
|
|
7514
7514
|
fields: [
|
|
7515
|
-
{
|
|
7516
|
-
name: 'time_boot_ms',
|
|
7517
|
-
type: 'uint32_t',
|
|
7518
|
-
},
|
|
7519
7515
|
{
|
|
7520
7516
|
name: 'q',
|
|
7521
7517
|
type: 'float',
|
|
7522
7518
|
arrayLength: 4,
|
|
7523
7519
|
},
|
|
7520
|
+
{
|
|
7521
|
+
name: 'time_boot_ms',
|
|
7522
|
+
type: 'uint32_t',
|
|
7523
|
+
},
|
|
7524
7524
|
{
|
|
7525
7525
|
name: 'body_roll_rate',
|
|
7526
7526
|
type: 'float',
|
|
@@ -7561,15 +7561,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
7561
7561
|
id: 83,
|
|
7562
7562
|
name: 'ATTITUDE_TARGET',
|
|
7563
7563
|
fields: [
|
|
7564
|
-
{
|
|
7565
|
-
name: 'time_boot_ms',
|
|
7566
|
-
type: 'uint32_t',
|
|
7567
|
-
},
|
|
7568
7564
|
{
|
|
7569
7565
|
name: 'q',
|
|
7570
7566
|
type: 'float',
|
|
7571
7567
|
arrayLength: 4,
|
|
7572
7568
|
},
|
|
7569
|
+
{
|
|
7570
|
+
name: 'time_boot_ms',
|
|
7571
|
+
type: 'uint32_t',
|
|
7572
|
+
},
|
|
7573
7573
|
{
|
|
7574
7574
|
name: 'body_roll_rate',
|
|
7575
7575
|
type: 'float',
|
|
@@ -8076,6 +8076,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8076
8076
|
id: 93,
|
|
8077
8077
|
name: 'HIL_ACTUATOR_CONTROLS',
|
|
8078
8078
|
fields: [
|
|
8079
|
+
{
|
|
8080
|
+
name: 'controls',
|
|
8081
|
+
type: 'float',
|
|
8082
|
+
arrayLength: 16,
|
|
8083
|
+
},
|
|
8079
8084
|
{
|
|
8080
8085
|
name: 'time_usec',
|
|
8081
8086
|
type: 'uint64_t',
|
|
@@ -8084,11 +8089,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8084
8089
|
name: 'flags',
|
|
8085
8090
|
type: 'uint64_t',
|
|
8086
8091
|
},
|
|
8087
|
-
{
|
|
8088
|
-
name: 'controls',
|
|
8089
|
-
type: 'float',
|
|
8090
|
-
arrayLength: 16,
|
|
8091
|
-
},
|
|
8092
8092
|
{
|
|
8093
8093
|
name: 'mode',
|
|
8094
8094
|
type: 'uint8_t',
|
|
@@ -8641,21 +8641,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8641
8641
|
name: 'FILE_TRANSFER_PROTOCOL',
|
|
8642
8642
|
fields: [
|
|
8643
8643
|
{
|
|
8644
|
-
name: '
|
|
8644
|
+
name: 'payload',
|
|
8645
8645
|
type: 'uint8_t',
|
|
8646
|
+
arrayLength: 251,
|
|
8646
8647
|
},
|
|
8647
8648
|
{
|
|
8648
|
-
name: '
|
|
8649
|
+
name: 'target_network',
|
|
8649
8650
|
type: 'uint8_t',
|
|
8650
8651
|
},
|
|
8651
8652
|
{
|
|
8652
|
-
name: '
|
|
8653
|
+
name: 'target_system',
|
|
8653
8654
|
type: 'uint8_t',
|
|
8654
8655
|
},
|
|
8655
8656
|
{
|
|
8656
|
-
name: '
|
|
8657
|
+
name: 'target_component',
|
|
8657
8658
|
type: 'uint8_t',
|
|
8658
|
-
arrayLength: 251,
|
|
8659
8659
|
},
|
|
8660
8660
|
]
|
|
8661
8661
|
},
|
|
@@ -8823,15 +8823,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8823
8823
|
id: 115,
|
|
8824
8824
|
name: 'HIL_STATE_QUATERNION',
|
|
8825
8825
|
fields: [
|
|
8826
|
-
{
|
|
8827
|
-
name: 'time_usec',
|
|
8828
|
-
type: 'uint64_t',
|
|
8829
|
-
},
|
|
8830
8826
|
{
|
|
8831
8827
|
name: 'attitude_quaternion',
|
|
8832
8828
|
type: 'float',
|
|
8833
8829
|
arrayLength: 4,
|
|
8834
8830
|
},
|
|
8831
|
+
{
|
|
8832
|
+
name: 'time_usec',
|
|
8833
|
+
type: 'uint64_t',
|
|
8834
|
+
},
|
|
8835
8835
|
{
|
|
8836
8836
|
name: 'rollspeed',
|
|
8837
8837
|
type: 'float',
|
|
@@ -9019,6 +9019,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9019
9019
|
id: 120,
|
|
9020
9020
|
name: 'LOG_DATA',
|
|
9021
9021
|
fields: [
|
|
9022
|
+
{
|
|
9023
|
+
name: 'data',
|
|
9024
|
+
type: 'uint8_t',
|
|
9025
|
+
arrayLength: 90,
|
|
9026
|
+
},
|
|
9022
9027
|
{
|
|
9023
9028
|
name: 'ofs',
|
|
9024
9029
|
type: 'uint32_t',
|
|
@@ -9031,11 +9036,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9031
9036
|
name: 'count',
|
|
9032
9037
|
type: 'uint8_t',
|
|
9033
9038
|
},
|
|
9034
|
-
{
|
|
9035
|
-
name: 'data',
|
|
9036
|
-
type: 'uint8_t',
|
|
9037
|
-
arrayLength: 90,
|
|
9038
|
-
},
|
|
9039
9039
|
]
|
|
9040
9040
|
},
|
|
9041
9041
|
{
|
|
@@ -9071,21 +9071,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9071
9071
|
name: 'GPS_INJECT_DATA',
|
|
9072
9072
|
fields: [
|
|
9073
9073
|
{
|
|
9074
|
-
name: '
|
|
9074
|
+
name: 'data',
|
|
9075
9075
|
type: 'uint8_t',
|
|
9076
|
+
arrayLength: 110,
|
|
9076
9077
|
},
|
|
9077
9078
|
{
|
|
9078
|
-
name: '
|
|
9079
|
+
name: 'target_system',
|
|
9079
9080
|
type: 'uint8_t',
|
|
9080
9081
|
},
|
|
9081
9082
|
{
|
|
9082
|
-
name: '
|
|
9083
|
+
name: 'target_component',
|
|
9083
9084
|
type: 'uint8_t',
|
|
9084
9085
|
},
|
|
9085
9086
|
{
|
|
9086
|
-
name: '
|
|
9087
|
+
name: 'len',
|
|
9087
9088
|
type: 'uint8_t',
|
|
9088
|
-
arrayLength: 110,
|
|
9089
9089
|
},
|
|
9090
9090
|
]
|
|
9091
9091
|
},
|
|
@@ -9195,6 +9195,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9195
9195
|
id: 126,
|
|
9196
9196
|
name: 'SERIAL_CONTROL',
|
|
9197
9197
|
fields: [
|
|
9198
|
+
{
|
|
9199
|
+
name: 'data',
|
|
9200
|
+
type: 'uint8_t',
|
|
9201
|
+
arrayLength: 70,
|
|
9202
|
+
},
|
|
9198
9203
|
{
|
|
9199
9204
|
name: 'baudrate',
|
|
9200
9205
|
type: 'uint32_t',
|
|
@@ -9215,11 +9220,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9215
9220
|
name: 'count',
|
|
9216
9221
|
type: 'uint8_t',
|
|
9217
9222
|
},
|
|
9218
|
-
{
|
|
9219
|
-
name: 'data',
|
|
9220
|
-
type: 'uint8_t',
|
|
9221
|
-
arrayLength: 70,
|
|
9222
|
-
},
|
|
9223
9223
|
{
|
|
9224
9224
|
name: 'target_system',
|
|
9225
9225
|
type: 'uint8_t',
|
|
@@ -9437,15 +9437,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9437
9437
|
id: 131,
|
|
9438
9438
|
name: 'ENCAPSULATED_DATA',
|
|
9439
9439
|
fields: [
|
|
9440
|
-
{
|
|
9441
|
-
name: 'seqnr',
|
|
9442
|
-
type: 'uint16_t',
|
|
9443
|
-
},
|
|
9444
9440
|
{
|
|
9445
9441
|
name: 'data',
|
|
9446
9442
|
type: 'uint8_t',
|
|
9447
9443
|
arrayLength: 253,
|
|
9448
9444
|
},
|
|
9445
|
+
{
|
|
9446
|
+
name: 'seqnr',
|
|
9447
|
+
type: 'uint16_t',
|
|
9448
|
+
},
|
|
9449
9449
|
]
|
|
9450
9450
|
},
|
|
9451
9451
|
{
|
|
@@ -9533,6 +9533,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9533
9533
|
id: 134,
|
|
9534
9534
|
name: 'TERRAIN_DATA',
|
|
9535
9535
|
fields: [
|
|
9536
|
+
{
|
|
9537
|
+
name: 'data',
|
|
9538
|
+
type: 'int16_t',
|
|
9539
|
+
arrayLength: 16,
|
|
9540
|
+
},
|
|
9536
9541
|
{
|
|
9537
9542
|
name: 'lat',
|
|
9538
9543
|
type: 'int32_t',
|
|
@@ -9545,11 +9550,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9545
9550
|
name: 'grid_spacing',
|
|
9546
9551
|
type: 'uint16_t',
|
|
9547
9552
|
},
|
|
9548
|
-
{
|
|
9549
|
-
name: 'data',
|
|
9550
|
-
type: 'int16_t',
|
|
9551
|
-
arrayLength: 16,
|
|
9552
|
-
},
|
|
9553
9553
|
{
|
|
9554
9554
|
name: 'gridbit',
|
|
9555
9555
|
type: 'uint8_t',
|
|
@@ -9635,15 +9635,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9635
9635
|
id: 138,
|
|
9636
9636
|
name: 'ATT_POS_MOCAP',
|
|
9637
9637
|
fields: [
|
|
9638
|
-
{
|
|
9639
|
-
name: 'time_usec',
|
|
9640
|
-
type: 'uint64_t',
|
|
9641
|
-
},
|
|
9642
9638
|
{
|
|
9643
9639
|
name: 'q',
|
|
9644
9640
|
type: 'float',
|
|
9645
9641
|
arrayLength: 4,
|
|
9646
9642
|
},
|
|
9643
|
+
{
|
|
9644
|
+
name: 'time_usec',
|
|
9645
|
+
type: 'uint64_t',
|
|
9646
|
+
},
|
|
9647
9647
|
{
|
|
9648
9648
|
name: 'x',
|
|
9649
9649
|
type: 'float',
|
|
@@ -9668,15 +9668,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9668
9668
|
id: 139,
|
|
9669
9669
|
name: 'SET_ACTUATOR_CONTROL_TARGET',
|
|
9670
9670
|
fields: [
|
|
9671
|
-
{
|
|
9672
|
-
name: 'time_usec',
|
|
9673
|
-
type: 'uint64_t',
|
|
9674
|
-
},
|
|
9675
9671
|
{
|
|
9676
9672
|
name: 'controls',
|
|
9677
9673
|
type: 'float',
|
|
9678
9674
|
arrayLength: 8,
|
|
9679
9675
|
},
|
|
9676
|
+
{
|
|
9677
|
+
name: 'time_usec',
|
|
9678
|
+
type: 'uint64_t',
|
|
9679
|
+
},
|
|
9680
9680
|
{
|
|
9681
9681
|
name: 'group_mlx',
|
|
9682
9682
|
type: 'uint8_t',
|
|
@@ -9695,15 +9695,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9695
9695
|
id: 140,
|
|
9696
9696
|
name: 'ACTUATOR_CONTROL_TARGET',
|
|
9697
9697
|
fields: [
|
|
9698
|
-
{
|
|
9699
|
-
name: 'time_usec',
|
|
9700
|
-
type: 'uint64_t',
|
|
9701
|
-
},
|
|
9702
9698
|
{
|
|
9703
9699
|
name: 'controls',
|
|
9704
9700
|
type: 'float',
|
|
9705
9701
|
arrayLength: 8,
|
|
9706
9702
|
},
|
|
9703
|
+
{
|
|
9704
|
+
name: 'time_usec',
|
|
9705
|
+
type: 'uint64_t',
|
|
9706
|
+
},
|
|
9707
9707
|
{
|
|
9708
9708
|
name: 'group_mlx',
|
|
9709
9709
|
type: 'uint8_t',
|
|
@@ -9749,26 +9749,26 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9749
9749
|
name: 'RESOURCE_REQUEST',
|
|
9750
9750
|
fields: [
|
|
9751
9751
|
{
|
|
9752
|
-
name: '
|
|
9752
|
+
name: 'uri',
|
|
9753
9753
|
type: 'uint8_t',
|
|
9754
|
+
arrayLength: 120,
|
|
9754
9755
|
},
|
|
9755
9756
|
{
|
|
9756
|
-
name: '
|
|
9757
|
+
name: 'storage',
|
|
9757
9758
|
type: 'uint8_t',
|
|
9759
|
+
arrayLength: 120,
|
|
9758
9760
|
},
|
|
9759
9761
|
{
|
|
9760
|
-
name: '
|
|
9762
|
+
name: 'request_id',
|
|
9761
9763
|
type: 'uint8_t',
|
|
9762
|
-
arrayLength: 120,
|
|
9763
9764
|
},
|
|
9764
9765
|
{
|
|
9765
|
-
name: '
|
|
9766
|
+
name: 'uri_type',
|
|
9766
9767
|
type: 'uint8_t',
|
|
9767
9768
|
},
|
|
9768
9769
|
{
|
|
9769
|
-
name: '
|
|
9770
|
+
name: 'transfer_type',
|
|
9770
9771
|
type: 'uint8_t',
|
|
9771
|
-
arrayLength: 120,
|
|
9772
9772
|
},
|
|
9773
9773
|
]
|
|
9774
9774
|
},
|
|
@@ -9804,49 +9804,49 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9804
9804
|
name: 'FOLLOW_TARGET',
|
|
9805
9805
|
fields: [
|
|
9806
9806
|
{
|
|
9807
|
-
name: '
|
|
9808
|
-
type: '
|
|
9809
|
-
|
|
9810
|
-
{
|
|
9811
|
-
name: 'custom_state',
|
|
9812
|
-
type: 'uint64_t',
|
|
9807
|
+
name: 'attitude_q',
|
|
9808
|
+
type: 'float',
|
|
9809
|
+
arrayLength: 4,
|
|
9813
9810
|
},
|
|
9814
9811
|
{
|
|
9815
|
-
name: '
|
|
9816
|
-
type: '
|
|
9812
|
+
name: 'vel',
|
|
9813
|
+
type: 'float',
|
|
9814
|
+
arrayLength: 3,
|
|
9817
9815
|
},
|
|
9818
9816
|
{
|
|
9819
|
-
name: '
|
|
9820
|
-
type: 'int32_t',
|
|
9821
|
-
},
|
|
9822
|
-
{
|
|
9823
|
-
name: 'alt',
|
|
9817
|
+
name: 'acc',
|
|
9824
9818
|
type: 'float',
|
|
9819
|
+
arrayLength: 3,
|
|
9825
9820
|
},
|
|
9826
9821
|
{
|
|
9827
|
-
name: '
|
|
9822
|
+
name: 'rates',
|
|
9828
9823
|
type: 'float',
|
|
9829
9824
|
arrayLength: 3,
|
|
9830
9825
|
},
|
|
9831
9826
|
{
|
|
9832
|
-
name: '
|
|
9827
|
+
name: 'position_cov',
|
|
9833
9828
|
type: 'float',
|
|
9834
9829
|
arrayLength: 3,
|
|
9835
9830
|
},
|
|
9836
9831
|
{
|
|
9837
|
-
name: '
|
|
9838
|
-
type: '
|
|
9839
|
-
arrayLength: 4,
|
|
9832
|
+
name: 'timestamp',
|
|
9833
|
+
type: 'uint64_t',
|
|
9840
9834
|
},
|
|
9841
9835
|
{
|
|
9842
|
-
name: '
|
|
9843
|
-
type: '
|
|
9844
|
-
arrayLength: 3,
|
|
9836
|
+
name: 'custom_state',
|
|
9837
|
+
type: 'uint64_t',
|
|
9845
9838
|
},
|
|
9846
9839
|
{
|
|
9847
|
-
name: '
|
|
9840
|
+
name: 'lat',
|
|
9841
|
+
type: 'int32_t',
|
|
9842
|
+
},
|
|
9843
|
+
{
|
|
9844
|
+
name: 'lon',
|
|
9845
|
+
type: 'int32_t',
|
|
9846
|
+
},
|
|
9847
|
+
{
|
|
9848
|
+
name: 'alt',
|
|
9848
9849
|
type: 'float',
|
|
9849
|
-
arrayLength: 3,
|
|
9850
9850
|
},
|
|
9851
9851
|
{
|
|
9852
9852
|
name: 'est_capabilities',
|
|
@@ -9858,6 +9858,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9858
9858
|
id: 146,
|
|
9859
9859
|
name: 'CONTROL_SYSTEM_STATE',
|
|
9860
9860
|
fields: [
|
|
9861
|
+
{
|
|
9862
|
+
name: 'q',
|
|
9863
|
+
type: 'float',
|
|
9864
|
+
arrayLength: 4,
|
|
9865
|
+
},
|
|
9866
|
+
{
|
|
9867
|
+
name: 'vel_variance',
|
|
9868
|
+
type: 'float',
|
|
9869
|
+
arrayLength: 3,
|
|
9870
|
+
},
|
|
9871
|
+
{
|
|
9872
|
+
name: 'pos_variance',
|
|
9873
|
+
type: 'float',
|
|
9874
|
+
arrayLength: 3,
|
|
9875
|
+
},
|
|
9861
9876
|
{
|
|
9862
9877
|
name: 'time_usec',
|
|
9863
9878
|
type: 'uint64_t',
|
|
@@ -9902,21 +9917,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9902
9917
|
name: 'airspeed',
|
|
9903
9918
|
type: 'float',
|
|
9904
9919
|
},
|
|
9905
|
-
{
|
|
9906
|
-
name: 'vel_variance',
|
|
9907
|
-
type: 'float',
|
|
9908
|
-
arrayLength: 3,
|
|
9909
|
-
},
|
|
9910
|
-
{
|
|
9911
|
-
name: 'pos_variance',
|
|
9912
|
-
type: 'float',
|
|
9913
|
-
arrayLength: 3,
|
|
9914
|
-
},
|
|
9915
|
-
{
|
|
9916
|
-
name: 'q',
|
|
9917
|
-
type: 'float',
|
|
9918
|
-
arrayLength: 4,
|
|
9919
|
-
},
|
|
9920
9920
|
{
|
|
9921
9921
|
name: 'roll_rate',
|
|
9922
9922
|
type: 'float',
|
|
@@ -9935,6 +9935,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9935
9935
|
id: 147,
|
|
9936
9936
|
name: 'BATTERY_STATUS',
|
|
9937
9937
|
fields: [
|
|
9938
|
+
{
|
|
9939
|
+
name: 'voltages',
|
|
9940
|
+
type: 'uint16_t',
|
|
9941
|
+
arrayLength: 10,
|
|
9942
|
+
},
|
|
9938
9943
|
{
|
|
9939
9944
|
name: 'current_consumed',
|
|
9940
9945
|
type: 'int32_t',
|
|
@@ -9947,11 +9952,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9947
9952
|
name: 'temperature',
|
|
9948
9953
|
type: 'int16_t',
|
|
9949
9954
|
},
|
|
9950
|
-
{
|
|
9951
|
-
name: 'voltages',
|
|
9952
|
-
type: 'uint16_t',
|
|
9953
|
-
arrayLength: 10,
|
|
9954
|
-
},
|
|
9955
9955
|
{
|
|
9956
9956
|
name: 'current_battery',
|
|
9957
9957
|
type: 'int16_t',
|
|
@@ -10008,6 +10008,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10008
10008
|
name: 'capabilities',
|
|
10009
10009
|
type: 'uint64_t',
|
|
10010
10010
|
},
|
|
10011
|
+
{
|
|
10012
|
+
name: 'flight_custom_version',
|
|
10013
|
+
type: 'uint8_t',
|
|
10014
|
+
arrayLength: 8,
|
|
10015
|
+
},
|
|
10016
|
+
{
|
|
10017
|
+
name: 'middleware_custom_version',
|
|
10018
|
+
type: 'uint8_t',
|
|
10019
|
+
arrayLength: 8,
|
|
10020
|
+
},
|
|
10021
|
+
{
|
|
10022
|
+
name: 'os_custom_version',
|
|
10023
|
+
type: 'uint8_t',
|
|
10024
|
+
arrayLength: 8,
|
|
10025
|
+
},
|
|
10011
10026
|
{
|
|
10012
10027
|
name: 'uid',
|
|
10013
10028
|
type: 'uint64_t',
|
|
@@ -10036,21 +10051,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10036
10051
|
name: 'product_id',
|
|
10037
10052
|
type: 'uint16_t',
|
|
10038
10053
|
},
|
|
10039
|
-
{
|
|
10040
|
-
name: 'flight_custom_version',
|
|
10041
|
-
type: 'uint8_t',
|
|
10042
|
-
arrayLength: 8,
|
|
10043
|
-
},
|
|
10044
|
-
{
|
|
10045
|
-
name: 'middleware_custom_version',
|
|
10046
|
-
type: 'uint8_t',
|
|
10047
|
-
arrayLength: 8,
|
|
10048
|
-
},
|
|
10049
|
-
{
|
|
10050
|
-
name: 'os_custom_version',
|
|
10051
|
-
type: 'uint8_t',
|
|
10052
|
-
arrayLength: 8,
|
|
10053
|
-
},
|
|
10054
10054
|
{
|
|
10055
10055
|
name: 'uid2',
|
|
10056
10056
|
type: 'uint8_t',
|
|
@@ -10497,17 +10497,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10497
10497
|
name: 'GPS_RTCM_DATA',
|
|
10498
10498
|
fields: [
|
|
10499
10499
|
{
|
|
10500
|
-
name: '
|
|
10500
|
+
name: 'data',
|
|
10501
10501
|
type: 'uint8_t',
|
|
10502
|
+
arrayLength: 180,
|
|
10502
10503
|
},
|
|
10503
10504
|
{
|
|
10504
|
-
name: '
|
|
10505
|
+
name: 'flags',
|
|
10505
10506
|
type: 'uint8_t',
|
|
10506
10507
|
},
|
|
10507
10508
|
{
|
|
10508
|
-
name: '
|
|
10509
|
+
name: 'len',
|
|
10509
10510
|
type: 'uint8_t',
|
|
10510
|
-
arrayLength: 180,
|
|
10511
10511
|
},
|
|
10512
10512
|
]
|
|
10513
10513
|
},
|
|
@@ -10765,6 +10765,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10765
10765
|
id: 242,
|
|
10766
10766
|
name: 'HOME_POSITION',
|
|
10767
10767
|
fields: [
|
|
10768
|
+
{
|
|
10769
|
+
name: 'q',
|
|
10770
|
+
type: 'float',
|
|
10771
|
+
arrayLength: 4,
|
|
10772
|
+
},
|
|
10768
10773
|
{
|
|
10769
10774
|
name: 'latitude',
|
|
10770
10775
|
type: 'int32_t',
|
|
@@ -10789,11 +10794,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10789
10794
|
name: 'z',
|
|
10790
10795
|
type: 'float',
|
|
10791
10796
|
},
|
|
10792
|
-
{
|
|
10793
|
-
name: 'q',
|
|
10794
|
-
type: 'float',
|
|
10795
|
-
arrayLength: 4,
|
|
10796
|
-
},
|
|
10797
10797
|
{
|
|
10798
10798
|
name: 'approach_x',
|
|
10799
10799
|
type: 'float',
|
|
@@ -10817,6 +10817,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10817
10817
|
id: 243,
|
|
10818
10818
|
name: 'SET_HOME_POSITION',
|
|
10819
10819
|
fields: [
|
|
10820
|
+
{
|
|
10821
|
+
name: 'q',
|
|
10822
|
+
type: 'float',
|
|
10823
|
+
arrayLength: 4,
|
|
10824
|
+
},
|
|
10820
10825
|
{
|
|
10821
10826
|
name: 'latitude',
|
|
10822
10827
|
type: 'int32_t',
|
|
@@ -10841,11 +10846,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10841
10846
|
name: 'z',
|
|
10842
10847
|
type: 'float',
|
|
10843
10848
|
},
|
|
10844
|
-
{
|
|
10845
|
-
name: 'q',
|
|
10846
|
-
type: 'float',
|
|
10847
|
-
arrayLength: 4,
|
|
10848
|
-
},
|
|
10849
10849
|
{
|
|
10850
10850
|
name: 'approach_x',
|
|
10851
10851
|
type: 'float',
|
|
@@ -10901,6 +10901,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10901
10901
|
id: 246,
|
|
10902
10902
|
name: 'ADSB_VEHICLE',
|
|
10903
10903
|
fields: [
|
|
10904
|
+
{
|
|
10905
|
+
name: 'callsign',
|
|
10906
|
+
type: 'char',
|
|
10907
|
+
arrayLength: 9,
|
|
10908
|
+
},
|
|
10904
10909
|
{
|
|
10905
10910
|
name: 'icao_address',
|
|
10906
10911
|
type: 'uint32_t',
|
|
@@ -10941,11 +10946,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10941
10946
|
name: 'altitude_type',
|
|
10942
10947
|
type: 'uint8_t',
|
|
10943
10948
|
},
|
|
10944
|
-
{
|
|
10945
|
-
name: 'callsign',
|
|
10946
|
-
type: 'char',
|
|
10947
|
-
arrayLength: 9,
|
|
10948
|
-
},
|
|
10949
10949
|
{
|
|
10950
10950
|
name: 'emitter_type',
|
|
10951
10951
|
type: 'uint8_t',
|
|
@@ -10994,6 +10994,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10994
10994
|
id: 248,
|
|
10995
10995
|
name: 'V2_EXTENSION',
|
|
10996
10996
|
fields: [
|
|
10997
|
+
{
|
|
10998
|
+
name: 'payload',
|
|
10999
|
+
type: 'uint8_t',
|
|
11000
|
+
arrayLength: 249,
|
|
11001
|
+
},
|
|
10997
11002
|
{
|
|
10998
11003
|
name: 'message_type',
|
|
10999
11004
|
type: 'uint16_t',
|
|
@@ -11010,17 +11015,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11010
11015
|
name: 'target_component',
|
|
11011
11016
|
type: 'uint8_t',
|
|
11012
11017
|
},
|
|
11013
|
-
{
|
|
11014
|
-
name: 'payload',
|
|
11015
|
-
type: 'uint8_t',
|
|
11016
|
-
arrayLength: 249,
|
|
11017
|
-
},
|
|
11018
11018
|
]
|
|
11019
11019
|
},
|
|
11020
11020
|
{
|
|
11021
11021
|
id: 249,
|
|
11022
11022
|
name: 'MEMORY_VECT',
|
|
11023
11023
|
fields: [
|
|
11024
|
+
{
|
|
11025
|
+
name: 'value',
|
|
11026
|
+
type: 'int8_t',
|
|
11027
|
+
arrayLength: 32,
|
|
11028
|
+
},
|
|
11024
11029
|
{
|
|
11025
11030
|
name: 'address',
|
|
11026
11031
|
type: 'uint16_t',
|
|
@@ -11033,17 +11038,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11033
11038
|
name: 'type',
|
|
11034
11039
|
type: 'uint8_t',
|
|
11035
11040
|
},
|
|
11036
|
-
{
|
|
11037
|
-
name: 'value',
|
|
11038
|
-
type: 'int8_t',
|
|
11039
|
-
arrayLength: 32,
|
|
11040
|
-
},
|
|
11041
11041
|
]
|
|
11042
11042
|
},
|
|
11043
11043
|
{
|
|
11044
11044
|
id: 250,
|
|
11045
11045
|
name: 'DEBUG_VECT',
|
|
11046
11046
|
fields: [
|
|
11047
|
+
{
|
|
11048
|
+
name: 'name',
|
|
11049
|
+
type: 'char',
|
|
11050
|
+
arrayLength: 10,
|
|
11051
|
+
},
|
|
11047
11052
|
{
|
|
11048
11053
|
name: 'time_usec',
|
|
11049
11054
|
type: 'uint64_t',
|
|
@@ -11060,17 +11065,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11060
11065
|
name: 'z',
|
|
11061
11066
|
type: 'float',
|
|
11062
11067
|
},
|
|
11063
|
-
{
|
|
11064
|
-
name: 'name',
|
|
11065
|
-
type: 'char',
|
|
11066
|
-
arrayLength: 10,
|
|
11067
|
-
},
|
|
11068
11068
|
]
|
|
11069
11069
|
},
|
|
11070
11070
|
{
|
|
11071
11071
|
id: 251,
|
|
11072
11072
|
name: 'NAMED_VALUE_FLOAT',
|
|
11073
11073
|
fields: [
|
|
11074
|
+
{
|
|
11075
|
+
name: 'name',
|
|
11076
|
+
type: 'char',
|
|
11077
|
+
arrayLength: 10,
|
|
11078
|
+
},
|
|
11074
11079
|
{
|
|
11075
11080
|
name: 'time_boot_ms',
|
|
11076
11081
|
type: 'uint32_t',
|
|
@@ -11079,17 +11084,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11079
11084
|
name: 'value',
|
|
11080
11085
|
type: 'float',
|
|
11081
11086
|
},
|
|
11082
|
-
{
|
|
11083
|
-
name: 'name',
|
|
11084
|
-
type: 'char',
|
|
11085
|
-
arrayLength: 10,
|
|
11086
|
-
},
|
|
11087
11087
|
]
|
|
11088
11088
|
},
|
|
11089
11089
|
{
|
|
11090
11090
|
id: 252,
|
|
11091
11091
|
name: 'NAMED_VALUE_INT',
|
|
11092
11092
|
fields: [
|
|
11093
|
+
{
|
|
11094
|
+
name: 'name',
|
|
11095
|
+
type: 'char',
|
|
11096
|
+
arrayLength: 10,
|
|
11097
|
+
},
|
|
11093
11098
|
{
|
|
11094
11099
|
name: 'time_boot_ms',
|
|
11095
11100
|
type: 'uint32_t',
|
|
@@ -11098,26 +11103,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11098
11103
|
name: 'value',
|
|
11099
11104
|
type: 'int32_t',
|
|
11100
11105
|
},
|
|
11101
|
-
{
|
|
11102
|
-
name: 'name',
|
|
11103
|
-
type: 'char',
|
|
11104
|
-
arrayLength: 10,
|
|
11105
|
-
},
|
|
11106
11106
|
]
|
|
11107
11107
|
},
|
|
11108
11108
|
{
|
|
11109
11109
|
id: 253,
|
|
11110
11110
|
name: 'STATUSTEXT',
|
|
11111
11111
|
fields: [
|
|
11112
|
-
{
|
|
11113
|
-
name: 'severity',
|
|
11114
|
-
type: 'uint8_t',
|
|
11115
|
-
},
|
|
11116
11112
|
{
|
|
11117
11113
|
name: 'text',
|
|
11118
11114
|
type: 'char',
|
|
11119
11115
|
arrayLength: 50,
|
|
11120
11116
|
},
|
|
11117
|
+
{
|
|
11118
|
+
name: 'severity',
|
|
11119
|
+
type: 'uint8_t',
|
|
11120
|
+
},
|
|
11121
11121
|
{
|
|
11122
11122
|
name: 'id',
|
|
11123
11123
|
type: 'uint16_t',
|
|
@@ -11152,6 +11152,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11152
11152
|
id: 256,
|
|
11153
11153
|
name: 'SETUP_SIGNING',
|
|
11154
11154
|
fields: [
|
|
11155
|
+
{
|
|
11156
|
+
name: 'secret_key',
|
|
11157
|
+
type: 'uint8_t',
|
|
11158
|
+
arrayLength: 32,
|
|
11159
|
+
},
|
|
11155
11160
|
{
|
|
11156
11161
|
name: 'initial_timestamp',
|
|
11157
11162
|
type: 'uint64_t',
|
|
@@ -11164,11 +11169,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11164
11169
|
name: 'target_component',
|
|
11165
11170
|
type: 'uint8_t',
|
|
11166
11171
|
},
|
|
11167
|
-
{
|
|
11168
|
-
name: 'secret_key',
|
|
11169
|
-
type: 'uint8_t',
|
|
11170
|
-
arrayLength: 32,
|
|
11171
|
-
},
|
|
11172
11172
|
]
|
|
11173
11173
|
},
|
|
11174
11174
|
{
|
|
@@ -11193,6 +11193,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11193
11193
|
id: 258,
|
|
11194
11194
|
name: 'PLAY_TUNE',
|
|
11195
11195
|
fields: [
|
|
11196
|
+
{
|
|
11197
|
+
name: 'tune',
|
|
11198
|
+
type: 'char',
|
|
11199
|
+
arrayLength: 30,
|
|
11200
|
+
},
|
|
11196
11201
|
{
|
|
11197
11202
|
name: 'target_system',
|
|
11198
11203
|
type: 'uint8_t',
|
|
@@ -11201,11 +11206,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11201
11206
|
name: 'target_component',
|
|
11202
11207
|
type: 'uint8_t',
|
|
11203
11208
|
},
|
|
11204
|
-
{
|
|
11205
|
-
name: 'tune',
|
|
11206
|
-
type: 'char',
|
|
11207
|
-
arrayLength: 30,
|
|
11208
|
-
},
|
|
11209
11209
|
{
|
|
11210
11210
|
name: 'tune2',
|
|
11211
11211
|
type: 'char',
|
|
@@ -11218,6 +11218,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11218
11218
|
id: 259,
|
|
11219
11219
|
name: 'CAMERA_INFORMATION',
|
|
11220
11220
|
fields: [
|
|
11221
|
+
{
|
|
11222
|
+
name: 'cam_definition_uri',
|
|
11223
|
+
type: 'char',
|
|
11224
|
+
arrayLength: 140,
|
|
11225
|
+
},
|
|
11226
|
+
{
|
|
11227
|
+
name: 'vendor_name',
|
|
11228
|
+
type: 'uint8_t',
|
|
11229
|
+
arrayLength: 32,
|
|
11230
|
+
},
|
|
11231
|
+
{
|
|
11232
|
+
name: 'model_name',
|
|
11233
|
+
type: 'uint8_t',
|
|
11234
|
+
arrayLength: 32,
|
|
11235
|
+
},
|
|
11221
11236
|
{
|
|
11222
11237
|
name: 'time_boot_ms',
|
|
11223
11238
|
type: 'uint32_t',
|
|
@@ -11254,25 +11269,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11254
11269
|
name: 'cam_definition_version',
|
|
11255
11270
|
type: 'uint16_t',
|
|
11256
11271
|
},
|
|
11257
|
-
{
|
|
11258
|
-
name: 'vendor_name',
|
|
11259
|
-
type: 'uint8_t',
|
|
11260
|
-
arrayLength: 32,
|
|
11261
|
-
},
|
|
11262
|
-
{
|
|
11263
|
-
name: 'model_name',
|
|
11264
|
-
type: 'uint8_t',
|
|
11265
|
-
arrayLength: 32,
|
|
11266
|
-
},
|
|
11267
11272
|
{
|
|
11268
11273
|
name: 'lens_id',
|
|
11269
11274
|
type: 'uint8_t',
|
|
11270
11275
|
},
|
|
11271
|
-
{
|
|
11272
|
-
name: 'cam_definition_uri',
|
|
11273
|
-
type: 'char',
|
|
11274
|
-
arrayLength: 140,
|
|
11275
|
-
},
|
|
11276
11276
|
{
|
|
11277
11277
|
name: 'gimbal_device_id',
|
|
11278
11278
|
type: 'uint8_t',
|
|
@@ -11417,13 +11417,23 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11417
11417
|
name: 'CAMERA_IMAGE_CAPTURED',
|
|
11418
11418
|
fields: [
|
|
11419
11419
|
{
|
|
11420
|
-
name: '
|
|
11421
|
-
type: '
|
|
11420
|
+
name: 'file_url',
|
|
11421
|
+
type: 'char',
|
|
11422
|
+
arrayLength: 205,
|
|
11422
11423
|
},
|
|
11423
11424
|
{
|
|
11424
|
-
name: '
|
|
11425
|
-
type: '
|
|
11426
|
-
|
|
11425
|
+
name: 'q',
|
|
11426
|
+
type: 'float',
|
|
11427
|
+
arrayLength: 4,
|
|
11428
|
+
},
|
|
11429
|
+
{
|
|
11430
|
+
name: 'time_utc',
|
|
11431
|
+
type: 'uint64_t',
|
|
11432
|
+
},
|
|
11433
|
+
{
|
|
11434
|
+
name: 'time_boot_ms',
|
|
11435
|
+
type: 'uint32_t',
|
|
11436
|
+
},
|
|
11427
11437
|
{
|
|
11428
11438
|
name: 'lat',
|
|
11429
11439
|
type: 'int32_t',
|
|
@@ -11440,11 +11450,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11440
11450
|
name: 'relative_alt',
|
|
11441
11451
|
type: 'int32_t',
|
|
11442
11452
|
},
|
|
11443
|
-
{
|
|
11444
|
-
name: 'q',
|
|
11445
|
-
type: 'float',
|
|
11446
|
-
arrayLength: 4,
|
|
11447
|
-
},
|
|
11448
11453
|
{
|
|
11449
11454
|
name: 'image_index',
|
|
11450
11455
|
type: 'int32_t',
|
|
@@ -11457,11 +11462,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11457
11462
|
name: 'capture_result',
|
|
11458
11463
|
type: 'int8_t',
|
|
11459
11464
|
},
|
|
11460
|
-
{
|
|
11461
|
-
name: 'file_url',
|
|
11462
|
-
type: 'char',
|
|
11463
|
-
arrayLength: 205,
|
|
11464
|
-
},
|
|
11465
11465
|
]
|
|
11466
11466
|
},
|
|
11467
11467
|
{
|
|
@@ -11522,6 +11522,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11522
11522
|
id: 266,
|
|
11523
11523
|
name: 'LOGGING_DATA',
|
|
11524
11524
|
fields: [
|
|
11525
|
+
{
|
|
11526
|
+
name: 'data',
|
|
11527
|
+
type: 'uint8_t',
|
|
11528
|
+
arrayLength: 249,
|
|
11529
|
+
},
|
|
11525
11530
|
{
|
|
11526
11531
|
name: 'sequence',
|
|
11527
11532
|
type: 'uint16_t',
|
|
@@ -11542,17 +11547,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11542
11547
|
name: 'first_message_offset',
|
|
11543
11548
|
type: 'uint8_t',
|
|
11544
11549
|
},
|
|
11545
|
-
{
|
|
11546
|
-
name: 'data',
|
|
11547
|
-
type: 'uint8_t',
|
|
11548
|
-
arrayLength: 249,
|
|
11549
|
-
},
|
|
11550
11550
|
]
|
|
11551
11551
|
},
|
|
11552
11552
|
{
|
|
11553
11553
|
id: 267,
|
|
11554
11554
|
name: 'LOGGING_DATA_ACKED',
|
|
11555
11555
|
fields: [
|
|
11556
|
+
{
|
|
11557
|
+
name: 'data',
|
|
11558
|
+
type: 'uint8_t',
|
|
11559
|
+
arrayLength: 249,
|
|
11560
|
+
},
|
|
11556
11561
|
{
|
|
11557
11562
|
name: 'sequence',
|
|
11558
11563
|
type: 'uint16_t',
|
|
@@ -11573,11 +11578,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11573
11578
|
name: 'first_message_offset',
|
|
11574
11579
|
type: 'uint8_t',
|
|
11575
11580
|
},
|
|
11576
|
-
{
|
|
11577
|
-
name: 'data',
|
|
11578
|
-
type: 'uint8_t',
|
|
11579
|
-
arrayLength: 249,
|
|
11580
|
-
},
|
|
11581
11581
|
]
|
|
11582
11582
|
},
|
|
11583
11583
|
{
|
|
@@ -11602,6 +11602,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11602
11602
|
id: 269,
|
|
11603
11603
|
name: 'VIDEO_STREAM_INFORMATION',
|
|
11604
11604
|
fields: [
|
|
11605
|
+
{
|
|
11606
|
+
name: 'uri',
|
|
11607
|
+
type: 'char',
|
|
11608
|
+
arrayLength: 160,
|
|
11609
|
+
},
|
|
11610
|
+
{
|
|
11611
|
+
name: 'name',
|
|
11612
|
+
type: 'char',
|
|
11613
|
+
arrayLength: 32,
|
|
11614
|
+
},
|
|
11605
11615
|
{
|
|
11606
11616
|
name: 'framerate',
|
|
11607
11617
|
type: 'float',
|
|
@@ -11642,16 +11652,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11642
11652
|
name: 'type',
|
|
11643
11653
|
type: 'uint8_t',
|
|
11644
11654
|
},
|
|
11645
|
-
{
|
|
11646
|
-
name: 'name',
|
|
11647
|
-
type: 'char',
|
|
11648
|
-
arrayLength: 32,
|
|
11649
|
-
},
|
|
11650
|
-
{
|
|
11651
|
-
name: 'uri',
|
|
11652
|
-
type: 'char',
|
|
11653
|
-
arrayLength: 160,
|
|
11654
|
-
},
|
|
11655
11655
|
{
|
|
11656
11656
|
name: 'encoding',
|
|
11657
11657
|
type: 'uint8_t',
|
|
@@ -11711,6 +11711,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11711
11711
|
id: 271,
|
|
11712
11712
|
name: 'CAMERA_FOV_STATUS',
|
|
11713
11713
|
fields: [
|
|
11714
|
+
{
|
|
11715
|
+
name: 'q',
|
|
11716
|
+
type: 'float',
|
|
11717
|
+
arrayLength: 4,
|
|
11718
|
+
},
|
|
11714
11719
|
{
|
|
11715
11720
|
name: 'time_boot_ms',
|
|
11716
11721
|
type: 'uint32_t',
|
|
@@ -11739,11 +11744,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11739
11744
|
name: 'alt_image',
|
|
11740
11745
|
type: 'int32_t',
|
|
11741
11746
|
},
|
|
11742
|
-
{
|
|
11743
|
-
name: 'q',
|
|
11744
|
-
type: 'float',
|
|
11745
|
-
arrayLength: 4,
|
|
11746
|
-
},
|
|
11747
11747
|
{
|
|
11748
11748
|
name: 'hfov',
|
|
11749
11749
|
type: 'float',
|
|
@@ -11995,15 +11995,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11995
11995
|
id: 282,
|
|
11996
11996
|
name: 'GIMBAL_MANAGER_SET_ATTITUDE',
|
|
11997
11997
|
fields: [
|
|
11998
|
-
{
|
|
11999
|
-
name: 'flags',
|
|
12000
|
-
type: 'uint32_t',
|
|
12001
|
-
},
|
|
12002
11998
|
{
|
|
12003
11999
|
name: 'q',
|
|
12004
12000
|
type: 'float',
|
|
12005
12001
|
arrayLength: 4,
|
|
12006
12002
|
},
|
|
12003
|
+
{
|
|
12004
|
+
name: 'flags',
|
|
12005
|
+
type: 'uint32_t',
|
|
12006
|
+
},
|
|
12007
12007
|
{
|
|
12008
12008
|
name: 'angular_velocity_x',
|
|
12009
12009
|
type: 'float',
|
|
@@ -12034,6 +12034,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12034
12034
|
id: 283,
|
|
12035
12035
|
name: 'GIMBAL_DEVICE_INFORMATION',
|
|
12036
12036
|
fields: [
|
|
12037
|
+
{
|
|
12038
|
+
name: 'vendor_name',
|
|
12039
|
+
type: 'char',
|
|
12040
|
+
arrayLength: 32,
|
|
12041
|
+
},
|
|
12042
|
+
{
|
|
12043
|
+
name: 'model_name',
|
|
12044
|
+
type: 'char',
|
|
12045
|
+
arrayLength: 32,
|
|
12046
|
+
},
|
|
12047
|
+
{
|
|
12048
|
+
name: 'custom_name',
|
|
12049
|
+
type: 'char',
|
|
12050
|
+
arrayLength: 32,
|
|
12051
|
+
},
|
|
12037
12052
|
{
|
|
12038
12053
|
name: 'uid',
|
|
12039
12054
|
type: 'uint64_t',
|
|
@@ -12082,21 +12097,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12082
12097
|
name: 'custom_cap_flags',
|
|
12083
12098
|
type: 'uint16_t',
|
|
12084
12099
|
},
|
|
12085
|
-
{
|
|
12086
|
-
name: 'vendor_name',
|
|
12087
|
-
type: 'char',
|
|
12088
|
-
arrayLength: 32,
|
|
12089
|
-
},
|
|
12090
|
-
{
|
|
12091
|
-
name: 'model_name',
|
|
12092
|
-
type: 'char',
|
|
12093
|
-
arrayLength: 32,
|
|
12094
|
-
},
|
|
12095
|
-
{
|
|
12096
|
-
name: 'custom_name',
|
|
12097
|
-
type: 'char',
|
|
12098
|
-
arrayLength: 32,
|
|
12099
|
-
},
|
|
12100
12100
|
{
|
|
12101
12101
|
name: 'gimbal_device_id',
|
|
12102
12102
|
type: 'uint8_t',
|
|
@@ -12143,15 +12143,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12143
12143
|
id: 285,
|
|
12144
12144
|
name: 'GIMBAL_DEVICE_ATTITUDE_STATUS',
|
|
12145
12145
|
fields: [
|
|
12146
|
-
{
|
|
12147
|
-
name: 'time_boot_ms',
|
|
12148
|
-
type: 'uint32_t',
|
|
12149
|
-
},
|
|
12150
12146
|
{
|
|
12151
12147
|
name: 'q',
|
|
12152
12148
|
type: 'float',
|
|
12153
12149
|
arrayLength: 4,
|
|
12154
12150
|
},
|
|
12151
|
+
{
|
|
12152
|
+
name: 'time_boot_ms',
|
|
12153
|
+
type: 'uint32_t',
|
|
12154
|
+
},
|
|
12155
12155
|
{
|
|
12156
12156
|
name: 'angular_velocity_x',
|
|
12157
12157
|
type: 'float',
|
|
@@ -12201,15 +12201,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12201
12201
|
id: 286,
|
|
12202
12202
|
name: 'AUTOPILOT_STATE_FOR_GIMBAL_DEVICE',
|
|
12203
12203
|
fields: [
|
|
12204
|
-
{
|
|
12205
|
-
name: 'time_boot_us',
|
|
12206
|
-
type: 'uint64_t',
|
|
12207
|
-
},
|
|
12208
12204
|
{
|
|
12209
12205
|
name: 'q',
|
|
12210
12206
|
type: 'float',
|
|
12211
12207
|
arrayLength: 4,
|
|
12212
12208
|
},
|
|
12209
|
+
{
|
|
12210
|
+
name: 'time_boot_us',
|
|
12211
|
+
type: 'uint64_t',
|
|
12212
|
+
},
|
|
12213
12213
|
{
|
|
12214
12214
|
name: 'q_estimated_delay_us',
|
|
12215
12215
|
type: 'uint32_t',
|
|
@@ -12337,18 +12337,14 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12337
12337
|
id: 290,
|
|
12338
12338
|
name: 'ESC_INFO',
|
|
12339
12339
|
fields: [
|
|
12340
|
-
{
|
|
12341
|
-
name: 'time_usec',
|
|
12342
|
-
type: 'uint64_t',
|
|
12343
|
-
},
|
|
12344
12340
|
{
|
|
12345
12341
|
name: 'error_count',
|
|
12346
12342
|
type: 'uint32_t',
|
|
12347
12343
|
arrayLength: 4,
|
|
12348
12344
|
},
|
|
12349
12345
|
{
|
|
12350
|
-
name: '
|
|
12351
|
-
type: '
|
|
12346
|
+
name: 'time_usec',
|
|
12347
|
+
type: 'uint64_t',
|
|
12352
12348
|
},
|
|
12353
12349
|
{
|
|
12354
12350
|
name: 'failure_flags',
|
|
@@ -12360,6 +12356,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12360
12356
|
type: 'int16_t',
|
|
12361
12357
|
arrayLength: 4,
|
|
12362
12358
|
},
|
|
12359
|
+
{
|
|
12360
|
+
name: 'counter',
|
|
12361
|
+
type: 'uint16_t',
|
|
12362
|
+
},
|
|
12363
12363
|
{
|
|
12364
12364
|
name: 'index',
|
|
12365
12365
|
type: 'uint8_t',
|
|
@@ -12382,10 +12382,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12382
12382
|
id: 291,
|
|
12383
12383
|
name: 'ESC_STATUS',
|
|
12384
12384
|
fields: [
|
|
12385
|
-
{
|
|
12386
|
-
name: 'time_usec',
|
|
12387
|
-
type: 'uint64_t',
|
|
12388
|
-
},
|
|
12389
12385
|
{
|
|
12390
12386
|
name: 'rpm',
|
|
12391
12387
|
type: 'int32_t',
|
|
@@ -12401,6 +12397,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12401
12397
|
type: 'float',
|
|
12402
12398
|
arrayLength: 4,
|
|
12403
12399
|
},
|
|
12400
|
+
{
|
|
12401
|
+
name: 'time_usec',
|
|
12402
|
+
type: 'uint64_t',
|
|
12403
|
+
},
|
|
12404
12404
|
{
|
|
12405
12405
|
name: 'index',
|
|
12406
12406
|
type: 'uint8_t',
|
|
@@ -12412,14 +12412,14 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12412
12412
|
name: 'WIFI_CONFIG_AP',
|
|
12413
12413
|
fields: [
|
|
12414
12414
|
{
|
|
12415
|
-
name: '
|
|
12415
|
+
name: 'password',
|
|
12416
12416
|
type: 'char',
|
|
12417
|
-
arrayLength:
|
|
12417
|
+
arrayLength: 64,
|
|
12418
12418
|
},
|
|
12419
12419
|
{
|
|
12420
|
-
name: '
|
|
12420
|
+
name: 'ssid',
|
|
12421
12421
|
type: 'char',
|
|
12422
|
-
arrayLength:
|
|
12422
|
+
arrayLength: 32,
|
|
12423
12423
|
},
|
|
12424
12424
|
{
|
|
12425
12425
|
name: 'mode',
|
|
@@ -12437,6 +12437,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12437
12437
|
id: 301,
|
|
12438
12438
|
name: 'AIS_VESSEL',
|
|
12439
12439
|
fields: [
|
|
12440
|
+
{
|
|
12441
|
+
name: 'name',
|
|
12442
|
+
type: 'char',
|
|
12443
|
+
arrayLength: 20,
|
|
12444
|
+
},
|
|
12445
|
+
{
|
|
12446
|
+
name: 'callsign',
|
|
12447
|
+
type: 'char',
|
|
12448
|
+
arrayLength: 7,
|
|
12449
|
+
},
|
|
12440
12450
|
{
|
|
12441
12451
|
name: 'mmsi',
|
|
12442
12452
|
type: 'uint32_t',
|
|
@@ -12497,16 +12507,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12497
12507
|
name: 'dimension_starboard',
|
|
12498
12508
|
type: 'uint8_t',
|
|
12499
12509
|
},
|
|
12500
|
-
{
|
|
12501
|
-
name: 'callsign',
|
|
12502
|
-
type: 'char',
|
|
12503
|
-
arrayLength: 7,
|
|
12504
|
-
},
|
|
12505
|
-
{
|
|
12506
|
-
name: 'name',
|
|
12507
|
-
type: 'char',
|
|
12508
|
-
arrayLength: 20,
|
|
12509
|
-
},
|
|
12510
12510
|
]
|
|
12511
12511
|
},
|
|
12512
12512
|
{
|
|
@@ -12543,6 +12543,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12543
12543
|
id: 311,
|
|
12544
12544
|
name: 'UAVCAN_NODE_INFO',
|
|
12545
12545
|
fields: [
|
|
12546
|
+
{
|
|
12547
|
+
name: 'name',
|
|
12548
|
+
type: 'char',
|
|
12549
|
+
arrayLength: 80,
|
|
12550
|
+
},
|
|
12551
|
+
{
|
|
12552
|
+
name: 'hw_unique_id',
|
|
12553
|
+
type: 'uint8_t',
|
|
12554
|
+
arrayLength: 16,
|
|
12555
|
+
},
|
|
12546
12556
|
{
|
|
12547
12557
|
name: 'time_usec',
|
|
12548
12558
|
type: 'uint64_t',
|
|
@@ -12555,11 +12565,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12555
12565
|
name: 'sw_vcs_commit',
|
|
12556
12566
|
type: 'uint32_t',
|
|
12557
12567
|
},
|
|
12558
|
-
{
|
|
12559
|
-
name: 'name',
|
|
12560
|
-
type: 'char',
|
|
12561
|
-
arrayLength: 80,
|
|
12562
|
-
},
|
|
12563
12568
|
{
|
|
12564
12569
|
name: 'hw_version_major',
|
|
12565
12570
|
type: 'uint8_t',
|
|
@@ -12568,11 +12573,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12568
12573
|
name: 'hw_version_minor',
|
|
12569
12574
|
type: 'uint8_t',
|
|
12570
12575
|
},
|
|
12571
|
-
{
|
|
12572
|
-
name: 'hw_unique_id',
|
|
12573
|
-
type: 'uint8_t',
|
|
12574
|
-
arrayLength: 16,
|
|
12575
|
-
},
|
|
12576
12576
|
{
|
|
12577
12577
|
name: 'sw_version_major',
|
|
12578
12578
|
type: 'uint8_t',
|
|
@@ -12587,6 +12587,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12587
12587
|
id: 320,
|
|
12588
12588
|
name: 'PARAM_EXT_REQUEST_READ',
|
|
12589
12589
|
fields: [
|
|
12590
|
+
{
|
|
12591
|
+
name: 'param_id',
|
|
12592
|
+
type: 'char',
|
|
12593
|
+
arrayLength: 16,
|
|
12594
|
+
},
|
|
12590
12595
|
{
|
|
12591
12596
|
name: 'param_index',
|
|
12592
12597
|
type: 'int16_t',
|
|
@@ -12599,11 +12604,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12599
12604
|
name: 'target_component',
|
|
12600
12605
|
type: 'uint8_t',
|
|
12601
12606
|
},
|
|
12602
|
-
{
|
|
12603
|
-
name: 'param_id',
|
|
12604
|
-
type: 'char',
|
|
12605
|
-
arrayLength: 16,
|
|
12606
|
-
},
|
|
12607
12607
|
]
|
|
12608
12608
|
},
|
|
12609
12609
|
{
|
|
@@ -12625,12 +12625,9 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12625
12625
|
name: 'PARAM_EXT_VALUE',
|
|
12626
12626
|
fields: [
|
|
12627
12627
|
{
|
|
12628
|
-
name: '
|
|
12629
|
-
type: '
|
|
12630
|
-
|
|
12631
|
-
{
|
|
12632
|
-
name: 'param_index',
|
|
12633
|
-
type: 'uint16_t',
|
|
12628
|
+
name: 'param_value',
|
|
12629
|
+
type: 'char',
|
|
12630
|
+
arrayLength: 128,
|
|
12634
12631
|
},
|
|
12635
12632
|
{
|
|
12636
12633
|
name: 'param_id',
|
|
@@ -12638,9 +12635,12 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12638
12635
|
arrayLength: 16,
|
|
12639
12636
|
},
|
|
12640
12637
|
{
|
|
12641
|
-
name: '
|
|
12642
|
-
type: '
|
|
12643
|
-
|
|
12638
|
+
name: 'param_count',
|
|
12639
|
+
type: 'uint16_t',
|
|
12640
|
+
},
|
|
12641
|
+
{
|
|
12642
|
+
name: 'param_index',
|
|
12643
|
+
type: 'uint16_t',
|
|
12644
12644
|
},
|
|
12645
12645
|
{
|
|
12646
12646
|
name: 'param_type',
|
|
@@ -12653,12 +12653,9 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12653
12653
|
name: 'PARAM_EXT_SET',
|
|
12654
12654
|
fields: [
|
|
12655
12655
|
{
|
|
12656
|
-
name: '
|
|
12657
|
-
type: '
|
|
12658
|
-
|
|
12659
|
-
{
|
|
12660
|
-
name: 'target_component',
|
|
12661
|
-
type: 'uint8_t',
|
|
12656
|
+
name: 'param_value',
|
|
12657
|
+
type: 'char',
|
|
12658
|
+
arrayLength: 128,
|
|
12662
12659
|
},
|
|
12663
12660
|
{
|
|
12664
12661
|
name: 'param_id',
|
|
@@ -12666,9 +12663,12 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12666
12663
|
arrayLength: 16,
|
|
12667
12664
|
},
|
|
12668
12665
|
{
|
|
12669
|
-
name: '
|
|
12670
|
-
type: '
|
|
12671
|
-
|
|
12666
|
+
name: 'target_system',
|
|
12667
|
+
type: 'uint8_t',
|
|
12668
|
+
},
|
|
12669
|
+
{
|
|
12670
|
+
name: 'target_component',
|
|
12671
|
+
type: 'uint8_t',
|
|
12672
12672
|
},
|
|
12673
12673
|
{
|
|
12674
12674
|
name: 'param_type',
|
|
@@ -12681,14 +12681,14 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12681
12681
|
name: 'PARAM_EXT_ACK',
|
|
12682
12682
|
fields: [
|
|
12683
12683
|
{
|
|
12684
|
-
name: '
|
|
12684
|
+
name: 'param_value',
|
|
12685
12685
|
type: 'char',
|
|
12686
|
-
arrayLength:
|
|
12686
|
+
arrayLength: 128,
|
|
12687
12687
|
},
|
|
12688
12688
|
{
|
|
12689
|
-
name: '
|
|
12689
|
+
name: 'param_id',
|
|
12690
12690
|
type: 'char',
|
|
12691
|
-
arrayLength:
|
|
12691
|
+
arrayLength: 16,
|
|
12692
12692
|
},
|
|
12693
12693
|
{
|
|
12694
12694
|
name: 'param_type',
|
|
@@ -12704,15 +12704,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12704
12704
|
id: 330,
|
|
12705
12705
|
name: 'OBSTACLE_DISTANCE',
|
|
12706
12706
|
fields: [
|
|
12707
|
-
{
|
|
12708
|
-
name: 'time_usec',
|
|
12709
|
-
type: 'uint64_t',
|
|
12710
|
-
},
|
|
12711
12707
|
{
|
|
12712
12708
|
name: 'distances',
|
|
12713
12709
|
type: 'uint16_t',
|
|
12714
12710
|
arrayLength: 72,
|
|
12715
12711
|
},
|
|
12712
|
+
{
|
|
12713
|
+
name: 'time_usec',
|
|
12714
|
+
type: 'uint64_t',
|
|
12715
|
+
},
|
|
12716
12716
|
{
|
|
12717
12717
|
name: 'min_distance',
|
|
12718
12718
|
type: 'uint16_t',
|
|
@@ -12750,6 +12750,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12750
12750
|
id: 331,
|
|
12751
12751
|
name: 'ODOMETRY',
|
|
12752
12752
|
fields: [
|
|
12753
|
+
{
|
|
12754
|
+
name: 'pose_covariance',
|
|
12755
|
+
type: 'float',
|
|
12756
|
+
arrayLength: 21,
|
|
12757
|
+
},
|
|
12758
|
+
{
|
|
12759
|
+
name: 'velocity_covariance',
|
|
12760
|
+
type: 'float',
|
|
12761
|
+
arrayLength: 21,
|
|
12762
|
+
},
|
|
12763
|
+
{
|
|
12764
|
+
name: 'q',
|
|
12765
|
+
type: 'float',
|
|
12766
|
+
arrayLength: 4,
|
|
12767
|
+
},
|
|
12753
12768
|
{
|
|
12754
12769
|
name: 'time_usec',
|
|
12755
12770
|
type: 'uint64_t',
|
|
@@ -12766,11 +12781,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12766
12781
|
name: 'z',
|
|
12767
12782
|
type: 'float',
|
|
12768
12783
|
},
|
|
12769
|
-
{
|
|
12770
|
-
name: 'q',
|
|
12771
|
-
type: 'float',
|
|
12772
|
-
arrayLength: 4,
|
|
12773
|
-
},
|
|
12774
12784
|
{
|
|
12775
12785
|
name: 'vx',
|
|
12776
12786
|
type: 'float',
|
|
@@ -12795,16 +12805,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12795
12805
|
name: 'yawspeed',
|
|
12796
12806
|
type: 'float',
|
|
12797
12807
|
},
|
|
12798
|
-
{
|
|
12799
|
-
name: 'pose_covariance',
|
|
12800
|
-
type: 'float',
|
|
12801
|
-
arrayLength: 21,
|
|
12802
|
-
},
|
|
12803
|
-
{
|
|
12804
|
-
name: 'velocity_covariance',
|
|
12805
|
-
type: 'float',
|
|
12806
|
-
arrayLength: 21,
|
|
12807
|
-
},
|
|
12808
12808
|
{
|
|
12809
12809
|
name: 'frame_id',
|
|
12810
12810
|
type: 'uint8_t',
|
|
@@ -12834,10 +12834,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12834
12834
|
id: 332,
|
|
12835
12835
|
name: 'TRAJECTORY_REPRESENTATION_WAYPOINTS',
|
|
12836
12836
|
fields: [
|
|
12837
|
-
{
|
|
12838
|
-
name: 'time_usec',
|
|
12839
|
-
type: 'uint64_t',
|
|
12840
|
-
},
|
|
12841
12837
|
{
|
|
12842
12838
|
name: 'pos_x',
|
|
12843
12839
|
type: 'float',
|
|
@@ -12898,6 +12894,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12898
12894
|
type: 'uint16_t',
|
|
12899
12895
|
arrayLength: 5,
|
|
12900
12896
|
},
|
|
12897
|
+
{
|
|
12898
|
+
name: 'time_usec',
|
|
12899
|
+
type: 'uint64_t',
|
|
12900
|
+
},
|
|
12901
12901
|
{
|
|
12902
12902
|
name: 'valid_points',
|
|
12903
12903
|
type: 'uint8_t',
|
|
@@ -12908,10 +12908,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12908
12908
|
id: 333,
|
|
12909
12909
|
name: 'TRAJECTORY_REPRESENTATION_BEZIER',
|
|
12910
12910
|
fields: [
|
|
12911
|
-
{
|
|
12912
|
-
name: 'time_usec',
|
|
12913
|
-
type: 'uint64_t',
|
|
12914
|
-
},
|
|
12915
12911
|
{
|
|
12916
12912
|
name: 'pos_x',
|
|
12917
12913
|
type: 'float',
|
|
@@ -12937,6 +12933,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12937
12933
|
type: 'float',
|
|
12938
12934
|
arrayLength: 5,
|
|
12939
12935
|
},
|
|
12936
|
+
{
|
|
12937
|
+
name: 'time_usec',
|
|
12938
|
+
type: 'uint64_t',
|
|
12939
|
+
},
|
|
12940
12940
|
{
|
|
12941
12941
|
name: 'valid_points',
|
|
12942
12942
|
type: 'uint8_t',
|
|
@@ -13020,12 +13020,9 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13020
13020
|
name: 'CELLULAR_CONFIG',
|
|
13021
13021
|
fields: [
|
|
13022
13022
|
{
|
|
13023
|
-
name: '
|
|
13024
|
-
type: '
|
|
13025
|
-
|
|
13026
|
-
{
|
|
13027
|
-
name: 'enable_pin',
|
|
13028
|
-
type: 'uint8_t',
|
|
13023
|
+
name: 'apn',
|
|
13024
|
+
type: 'char',
|
|
13025
|
+
arrayLength: 32,
|
|
13029
13026
|
},
|
|
13030
13027
|
{
|
|
13031
13028
|
name: 'pin',
|
|
@@ -13037,16 +13034,19 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13037
13034
|
type: 'char',
|
|
13038
13035
|
arrayLength: 16,
|
|
13039
13036
|
},
|
|
13040
|
-
{
|
|
13041
|
-
name: 'apn',
|
|
13042
|
-
type: 'char',
|
|
13043
|
-
arrayLength: 32,
|
|
13044
|
-
},
|
|
13045
13037
|
{
|
|
13046
13038
|
name: 'puk',
|
|
13047
13039
|
type: 'char',
|
|
13048
13040
|
arrayLength: 16,
|
|
13049
13041
|
},
|
|
13042
|
+
{
|
|
13043
|
+
name: 'enable_lte',
|
|
13044
|
+
type: 'uint8_t',
|
|
13045
|
+
},
|
|
13046
|
+
{
|
|
13047
|
+
name: 'enable_pin',
|
|
13048
|
+
type: 'uint8_t',
|
|
13049
|
+
},
|
|
13050
13050
|
{
|
|
13051
13051
|
name: 'roaming',
|
|
13052
13052
|
type: 'uint8_t',
|
|
@@ -13075,6 +13075,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13075
13075
|
id: 340,
|
|
13076
13076
|
name: 'UTM_GLOBAL_POSITION',
|
|
13077
13077
|
fields: [
|
|
13078
|
+
{
|
|
13079
|
+
name: 'uas_id',
|
|
13080
|
+
type: 'uint8_t',
|
|
13081
|
+
arrayLength: 18,
|
|
13082
|
+
},
|
|
13078
13083
|
{
|
|
13079
13084
|
name: 'time',
|
|
13080
13085
|
type: 'uint64_t',
|
|
@@ -13135,11 +13140,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13135
13140
|
name: 'update_rate',
|
|
13136
13141
|
type: 'uint16_t',
|
|
13137
13142
|
},
|
|
13138
|
-
{
|
|
13139
|
-
name: 'uas_id',
|
|
13140
|
-
type: 'uint8_t',
|
|
13141
|
-
arrayLength: 18,
|
|
13142
|
-
},
|
|
13143
13143
|
{
|
|
13144
13144
|
name: 'flight_state',
|
|
13145
13145
|
type: 'uint8_t',
|
|
@@ -13154,6 +13154,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13154
13154
|
id: 350,
|
|
13155
13155
|
name: 'DEBUG_FLOAT_ARRAY',
|
|
13156
13156
|
fields: [
|
|
13157
|
+
{
|
|
13158
|
+
name: 'name',
|
|
13159
|
+
type: 'char',
|
|
13160
|
+
arrayLength: 10,
|
|
13161
|
+
},
|
|
13157
13162
|
{
|
|
13158
13163
|
name: 'time_usec',
|
|
13159
13164
|
type: 'uint64_t',
|
|
@@ -13162,11 +13167,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13162
13167
|
name: 'array_id',
|
|
13163
13168
|
type: 'uint16_t',
|
|
13164
13169
|
},
|
|
13165
|
-
{
|
|
13166
|
-
name: 'name',
|
|
13167
|
-
type: 'char',
|
|
13168
|
-
arrayLength: 10,
|
|
13169
|
-
},
|
|
13170
13170
|
{
|
|
13171
13171
|
name: 'data',
|
|
13172
13172
|
type: 'float',
|
|
@@ -13209,6 +13209,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13209
13209
|
id: 370,
|
|
13210
13210
|
name: 'SMART_BATTERY_INFO',
|
|
13211
13211
|
fields: [
|
|
13212
|
+
{
|
|
13213
|
+
name: 'device_name',
|
|
13214
|
+
type: 'char',
|
|
13215
|
+
arrayLength: 50,
|
|
13216
|
+
},
|
|
13217
|
+
{
|
|
13218
|
+
name: 'serial_number',
|
|
13219
|
+
type: 'char',
|
|
13220
|
+
arrayLength: 16,
|
|
13221
|
+
},
|
|
13212
13222
|
{
|
|
13213
13223
|
name: 'capacity_full_specification',
|
|
13214
13224
|
type: 'int32_t',
|
|
@@ -13249,16 +13259,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13249
13259
|
name: 'type',
|
|
13250
13260
|
type: 'uint8_t',
|
|
13251
13261
|
},
|
|
13252
|
-
{
|
|
13253
|
-
name: 'serial_number',
|
|
13254
|
-
type: 'char',
|
|
13255
|
-
arrayLength: 16,
|
|
13256
|
-
},
|
|
13257
|
-
{
|
|
13258
|
-
name: 'device_name',
|
|
13259
|
-
type: 'char',
|
|
13260
|
-
arrayLength: 50,
|
|
13261
|
-
},
|
|
13262
13262
|
{
|
|
13263
13263
|
name: 'charging_maximum_voltage',
|
|
13264
13264
|
type: 'uint16_t',
|
|
@@ -13329,6 +13329,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13329
13329
|
id: 372,
|
|
13330
13330
|
name: 'BATTERY_INFO',
|
|
13331
13331
|
fields: [
|
|
13332
|
+
{
|
|
13333
|
+
name: 'name',
|
|
13334
|
+
type: 'char',
|
|
13335
|
+
arrayLength: 50,
|
|
13336
|
+
},
|
|
13337
|
+
{
|
|
13338
|
+
name: 'serial_number',
|
|
13339
|
+
type: 'char',
|
|
13340
|
+
arrayLength: 32,
|
|
13341
|
+
},
|
|
13342
|
+
{
|
|
13343
|
+
name: 'manufacture_date',
|
|
13344
|
+
type: 'char',
|
|
13345
|
+
arrayLength: 9,
|
|
13346
|
+
},
|
|
13332
13347
|
{
|
|
13333
13348
|
name: 'discharge_minimum_voltage',
|
|
13334
13349
|
type: 'float',
|
|
@@ -13397,21 +13412,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13397
13412
|
name: 'cells_in_series',
|
|
13398
13413
|
type: 'uint8_t',
|
|
13399
13414
|
},
|
|
13400
|
-
{
|
|
13401
|
-
name: 'manufacture_date',
|
|
13402
|
-
type: 'char',
|
|
13403
|
-
arrayLength: 9,
|
|
13404
|
-
},
|
|
13405
|
-
{
|
|
13406
|
-
name: 'serial_number',
|
|
13407
|
-
type: 'char',
|
|
13408
|
-
arrayLength: 32,
|
|
13409
|
-
},
|
|
13410
|
-
{
|
|
13411
|
-
name: 'name',
|
|
13412
|
-
type: 'char',
|
|
13413
|
-
arrayLength: 50,
|
|
13414
|
-
},
|
|
13415
13415
|
]
|
|
13416
13416
|
},
|
|
13417
13417
|
{
|
|
@@ -13468,6 +13468,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13468
13468
|
id: 375,
|
|
13469
13469
|
name: 'ACTUATOR_OUTPUT_STATUS',
|
|
13470
13470
|
fields: [
|
|
13471
|
+
{
|
|
13472
|
+
name: 'actuator',
|
|
13473
|
+
type: 'float',
|
|
13474
|
+
arrayLength: 32,
|
|
13475
|
+
},
|
|
13471
13476
|
{
|
|
13472
13477
|
name: 'time_usec',
|
|
13473
13478
|
type: 'uint64_t',
|
|
@@ -13476,11 +13481,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13476
13481
|
name: 'active',
|
|
13477
13482
|
type: 'uint32_t',
|
|
13478
13483
|
},
|
|
13479
|
-
{
|
|
13480
|
-
name: 'actuator',
|
|
13481
|
-
type: 'float',
|
|
13482
|
-
arrayLength: 32,
|
|
13483
|
-
},
|
|
13484
13484
|
]
|
|
13485
13485
|
},
|
|
13486
13486
|
{
|
|
@@ -13513,6 +13513,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13513
13513
|
id: 385,
|
|
13514
13514
|
name: 'TUNNEL',
|
|
13515
13515
|
fields: [
|
|
13516
|
+
{
|
|
13517
|
+
name: 'payload',
|
|
13518
|
+
type: 'uint8_t',
|
|
13519
|
+
arrayLength: 128,
|
|
13520
|
+
},
|
|
13516
13521
|
{
|
|
13517
13522
|
name: 'payload_type',
|
|
13518
13523
|
type: 'uint16_t',
|
|
@@ -13529,17 +13534,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13529
13534
|
name: 'payload_length',
|
|
13530
13535
|
type: 'uint8_t',
|
|
13531
13536
|
},
|
|
13532
|
-
{
|
|
13533
|
-
name: 'payload',
|
|
13534
|
-
type: 'uint8_t',
|
|
13535
|
-
arrayLength: 128,
|
|
13536
|
-
},
|
|
13537
13537
|
]
|
|
13538
13538
|
},
|
|
13539
13539
|
{
|
|
13540
13540
|
id: 386,
|
|
13541
13541
|
name: 'CAN_FRAME',
|
|
13542
13542
|
fields: [
|
|
13543
|
+
{
|
|
13544
|
+
name: 'data',
|
|
13545
|
+
type: 'uint8_t',
|
|
13546
|
+
arrayLength: 8,
|
|
13547
|
+
},
|
|
13543
13548
|
{
|
|
13544
13549
|
name: 'id',
|
|
13545
13550
|
type: 'uint32_t',
|
|
@@ -13560,11 +13565,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13560
13565
|
name: 'len',
|
|
13561
13566
|
type: 'uint8_t',
|
|
13562
13567
|
},
|
|
13563
|
-
{
|
|
13564
|
-
name: 'data',
|
|
13565
|
-
type: 'uint8_t',
|
|
13566
|
-
arrayLength: 8,
|
|
13567
|
-
},
|
|
13568
13568
|
]
|
|
13569
13569
|
},
|
|
13570
13570
|
{
|
|
@@ -13572,20 +13572,29 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13572
13572
|
name: 'ONBOARD_COMPUTER_STATUS',
|
|
13573
13573
|
fields: [
|
|
13574
13574
|
{
|
|
13575
|
-
name: '
|
|
13576
|
-
type: '
|
|
13575
|
+
name: 'link_type',
|
|
13576
|
+
type: 'uint32_t',
|
|
13577
|
+
arrayLength: 6,
|
|
13577
13578
|
},
|
|
13578
13579
|
{
|
|
13579
|
-
name: '
|
|
13580
|
+
name: 'link_tx_rate',
|
|
13580
13581
|
type: 'uint32_t',
|
|
13582
|
+
arrayLength: 6,
|
|
13581
13583
|
},
|
|
13582
13584
|
{
|
|
13583
|
-
name: '
|
|
13585
|
+
name: 'link_rx_rate',
|
|
13584
13586
|
type: 'uint32_t',
|
|
13587
|
+
arrayLength: 6,
|
|
13585
13588
|
},
|
|
13586
13589
|
{
|
|
13587
|
-
name: '
|
|
13590
|
+
name: 'link_tx_max',
|
|
13588
13591
|
type: 'uint32_t',
|
|
13592
|
+
arrayLength: 6,
|
|
13593
|
+
},
|
|
13594
|
+
{
|
|
13595
|
+
name: 'link_rx_max',
|
|
13596
|
+
type: 'uint32_t',
|
|
13597
|
+
arrayLength: 6,
|
|
13589
13598
|
},
|
|
13590
13599
|
{
|
|
13591
13600
|
name: 'storage_type',
|
|
@@ -13603,29 +13612,28 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13603
13612
|
arrayLength: 4,
|
|
13604
13613
|
},
|
|
13605
13614
|
{
|
|
13606
|
-
name: '
|
|
13607
|
-
type: '
|
|
13608
|
-
arrayLength:
|
|
13615
|
+
name: 'cpu_combined',
|
|
13616
|
+
type: 'uint8_t',
|
|
13617
|
+
arrayLength: 10,
|
|
13609
13618
|
},
|
|
13610
13619
|
{
|
|
13611
|
-
name: '
|
|
13612
|
-
type: '
|
|
13613
|
-
arrayLength:
|
|
13620
|
+
name: 'gpu_combined',
|
|
13621
|
+
type: 'uint8_t',
|
|
13622
|
+
arrayLength: 10,
|
|
13614
13623
|
},
|
|
13615
13624
|
{
|
|
13616
|
-
name: '
|
|
13617
|
-
type: '
|
|
13618
|
-
arrayLength: 6,
|
|
13625
|
+
name: 'time_usec',
|
|
13626
|
+
type: 'uint64_t',
|
|
13619
13627
|
},
|
|
13620
13628
|
{
|
|
13621
|
-
name: '
|
|
13622
|
-
type: '
|
|
13623
|
-
arrayLength:
|
|
13629
|
+
name: 'cpu_cores',
|
|
13630
|
+
type: 'uint8_t',
|
|
13631
|
+
arrayLength: 8,
|
|
13624
13632
|
},
|
|
13625
13633
|
{
|
|
13626
|
-
name: '
|
|
13627
|
-
type: '
|
|
13628
|
-
arrayLength:
|
|
13634
|
+
name: 'temperature_core',
|
|
13635
|
+
type: 'int8_t',
|
|
13636
|
+
arrayLength: 8,
|
|
13629
13637
|
},
|
|
13630
13638
|
{
|
|
13631
13639
|
name: 'fan_speed',
|
|
@@ -13633,56 +13641,36 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13633
13641
|
arrayLength: 4,
|
|
13634
13642
|
},
|
|
13635
13643
|
{
|
|
13636
|
-
name: '
|
|
13637
|
-
type: '
|
|
13644
|
+
name: 'uptime',
|
|
13645
|
+
type: 'uint32_t',
|
|
13638
13646
|
},
|
|
13639
13647
|
{
|
|
13640
|
-
name: '
|
|
13648
|
+
name: 'gpu_cores',
|
|
13641
13649
|
type: 'uint8_t',
|
|
13642
|
-
arrayLength:
|
|
13650
|
+
arrayLength: 4,
|
|
13643
13651
|
},
|
|
13644
13652
|
{
|
|
13645
|
-
name: '
|
|
13646
|
-
type: '
|
|
13647
|
-
arrayLength: 10,
|
|
13653
|
+
name: 'ram_usage',
|
|
13654
|
+
type: 'uint32_t',
|
|
13648
13655
|
},
|
|
13649
13656
|
{
|
|
13650
|
-
name: '
|
|
13651
|
-
type: '
|
|
13652
|
-
arrayLength: 4,
|
|
13657
|
+
name: 'ram_total',
|
|
13658
|
+
type: 'uint32_t',
|
|
13653
13659
|
},
|
|
13654
13660
|
{
|
|
13655
|
-
name: '
|
|
13661
|
+
name: 'type',
|
|
13656
13662
|
type: 'uint8_t',
|
|
13657
|
-
arrayLength: 10,
|
|
13658
13663
|
},
|
|
13659
13664
|
{
|
|
13660
13665
|
name: 'temperature_board',
|
|
13661
13666
|
type: 'int8_t',
|
|
13662
13667
|
},
|
|
13663
|
-
{
|
|
13664
|
-
name: 'temperature_core',
|
|
13665
|
-
type: 'int8_t',
|
|
13666
|
-
arrayLength: 8,
|
|
13667
|
-
},
|
|
13668
13668
|
]
|
|
13669
13669
|
},
|
|
13670
13670
|
{
|
|
13671
13671
|
id: 395,
|
|
13672
13672
|
name: 'COMPONENT_INFORMATION',
|
|
13673
13673
|
fields: [
|
|
13674
|
-
{
|
|
13675
|
-
name: 'time_boot_ms',
|
|
13676
|
-
type: 'uint32_t',
|
|
13677
|
-
},
|
|
13678
|
-
{
|
|
13679
|
-
name: 'general_metadata_file_crc',
|
|
13680
|
-
type: 'uint32_t',
|
|
13681
|
-
},
|
|
13682
|
-
{
|
|
13683
|
-
name: 'peripherals_metadata_file_crc',
|
|
13684
|
-
type: 'uint32_t',
|
|
13685
|
-
},
|
|
13686
13674
|
{
|
|
13687
13675
|
name: 'general_metadata_uri',
|
|
13688
13676
|
type: 'char',
|
|
@@ -13693,24 +13681,24 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13693
13681
|
type: 'char',
|
|
13694
13682
|
arrayLength: 100,
|
|
13695
13683
|
},
|
|
13696
|
-
]
|
|
13697
|
-
},
|
|
13698
|
-
{
|
|
13699
|
-
id: 396,
|
|
13700
|
-
name: 'COMPONENT_INFORMATION_BASIC',
|
|
13701
|
-
fields: [
|
|
13702
13684
|
{
|
|
13703
|
-
name: '
|
|
13704
|
-
type: '
|
|
13685
|
+
name: 'time_boot_ms',
|
|
13686
|
+
type: 'uint32_t',
|
|
13705
13687
|
},
|
|
13706
13688
|
{
|
|
13707
|
-
name: '
|
|
13689
|
+
name: 'general_metadata_file_crc',
|
|
13708
13690
|
type: 'uint32_t',
|
|
13709
13691
|
},
|
|
13710
13692
|
{
|
|
13711
|
-
name: '
|
|
13693
|
+
name: 'peripherals_metadata_file_crc',
|
|
13712
13694
|
type: 'uint32_t',
|
|
13713
13695
|
},
|
|
13696
|
+
]
|
|
13697
|
+
},
|
|
13698
|
+
{
|
|
13699
|
+
id: 396,
|
|
13700
|
+
name: 'COMPONENT_INFORMATION_BASIC',
|
|
13701
|
+
fields: [
|
|
13714
13702
|
{
|
|
13715
13703
|
name: 'vendor_name',
|
|
13716
13704
|
type: 'char',
|
|
@@ -13721,6 +13709,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13721
13709
|
type: 'char',
|
|
13722
13710
|
arrayLength: 32,
|
|
13723
13711
|
},
|
|
13712
|
+
{
|
|
13713
|
+
name: 'serial_number',
|
|
13714
|
+
type: 'char',
|
|
13715
|
+
arrayLength: 32,
|
|
13716
|
+
},
|
|
13724
13717
|
{
|
|
13725
13718
|
name: 'software_version',
|
|
13726
13719
|
type: 'char',
|
|
@@ -13732,9 +13725,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13732
13725
|
arrayLength: 24,
|
|
13733
13726
|
},
|
|
13734
13727
|
{
|
|
13735
|
-
name: '
|
|
13736
|
-
type: '
|
|
13737
|
-
|
|
13728
|
+
name: 'capabilities',
|
|
13729
|
+
type: 'uint64_t',
|
|
13730
|
+
},
|
|
13731
|
+
{
|
|
13732
|
+
name: 'time_boot_ms',
|
|
13733
|
+
type: 'uint32_t',
|
|
13734
|
+
},
|
|
13735
|
+
{
|
|
13736
|
+
name: 'time_manufacture_s',
|
|
13737
|
+
type: 'uint32_t',
|
|
13738
13738
|
},
|
|
13739
13739
|
]
|
|
13740
13740
|
},
|
|
@@ -13742,6 +13742,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13742
13742
|
id: 397,
|
|
13743
13743
|
name: 'COMPONENT_METADATA',
|
|
13744
13744
|
fields: [
|
|
13745
|
+
{
|
|
13746
|
+
name: 'uri',
|
|
13747
|
+
type: 'char',
|
|
13748
|
+
arrayLength: 100,
|
|
13749
|
+
},
|
|
13745
13750
|
{
|
|
13746
13751
|
name: 'time_boot_ms',
|
|
13747
13752
|
type: 'uint32_t',
|
|
@@ -13750,17 +13755,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13750
13755
|
name: 'file_crc',
|
|
13751
13756
|
type: 'uint32_t',
|
|
13752
13757
|
},
|
|
13753
|
-
{
|
|
13754
|
-
name: 'uri',
|
|
13755
|
-
type: 'char',
|
|
13756
|
-
arrayLength: 100,
|
|
13757
|
-
},
|
|
13758
13758
|
]
|
|
13759
13759
|
},
|
|
13760
13760
|
{
|
|
13761
13761
|
id: 400,
|
|
13762
13762
|
name: 'PLAY_TUNE_V2',
|
|
13763
13763
|
fields: [
|
|
13764
|
+
{
|
|
13765
|
+
name: 'tune',
|
|
13766
|
+
type: 'char',
|
|
13767
|
+
arrayLength: 248,
|
|
13768
|
+
},
|
|
13764
13769
|
{
|
|
13765
13770
|
name: 'format',
|
|
13766
13771
|
type: 'uint32_t',
|
|
@@ -13773,11 +13778,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13773
13778
|
name: 'target_component',
|
|
13774
13779
|
type: 'uint8_t',
|
|
13775
13780
|
},
|
|
13776
|
-
{
|
|
13777
|
-
name: 'tune',
|
|
13778
|
-
type: 'char',
|
|
13779
|
-
arrayLength: 248,
|
|
13780
|
-
},
|
|
13781
13781
|
]
|
|
13782
13782
|
},
|
|
13783
13783
|
{
|
|
@@ -13802,6 +13802,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13802
13802
|
id: 410,
|
|
13803
13803
|
name: 'EVENT',
|
|
13804
13804
|
fields: [
|
|
13805
|
+
{
|
|
13806
|
+
name: 'arguments',
|
|
13807
|
+
type: 'uint8_t',
|
|
13808
|
+
arrayLength: 40,
|
|
13809
|
+
},
|
|
13805
13810
|
{
|
|
13806
13811
|
name: 'id',
|
|
13807
13812
|
type: 'uint32_t',
|
|
@@ -13826,11 +13831,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13826
13831
|
name: 'log_levels',
|
|
13827
13832
|
type: 'uint8_t',
|
|
13828
13833
|
},
|
|
13829
|
-
{
|
|
13830
|
-
name: 'arguments',
|
|
13831
|
-
type: 'uint8_t',
|
|
13832
|
-
arrayLength: 40,
|
|
13833
|
-
},
|
|
13834
13834
|
]
|
|
13835
13835
|
},
|
|
13836
13836
|
{
|
|
@@ -13899,6 +13899,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13899
13899
|
id: 435,
|
|
13900
13900
|
name: 'AVAILABLE_MODES',
|
|
13901
13901
|
fields: [
|
|
13902
|
+
{
|
|
13903
|
+
name: 'mode_name',
|
|
13904
|
+
type: 'char',
|
|
13905
|
+
arrayLength: 35,
|
|
13906
|
+
},
|
|
13902
13907
|
{
|
|
13903
13908
|
name: 'custom_mode',
|
|
13904
13909
|
type: 'uint32_t',
|
|
@@ -13919,11 +13924,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13919
13924
|
name: 'standard_mode',
|
|
13920
13925
|
type: 'uint8_t',
|
|
13921
13926
|
},
|
|
13922
|
-
{
|
|
13923
|
-
name: 'mode_name',
|
|
13924
|
-
type: 'char',
|
|
13925
|
-
arrayLength: 35,
|
|
13926
|
-
},
|
|
13927
13927
|
]
|
|
13928
13928
|
},
|
|
13929
13929
|
{
|
|
@@ -14008,6 +14008,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14008
14008
|
id: 387,
|
|
14009
14009
|
name: 'CANFD_FRAME',
|
|
14010
14010
|
fields: [
|
|
14011
|
+
{
|
|
14012
|
+
name: 'data',
|
|
14013
|
+
type: 'uint8_t',
|
|
14014
|
+
arrayLength: 64,
|
|
14015
|
+
},
|
|
14011
14016
|
{
|
|
14012
14017
|
name: 'id',
|
|
14013
14018
|
type: 'uint32_t',
|
|
@@ -14028,11 +14033,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14028
14033
|
name: 'len',
|
|
14029
14034
|
type: 'uint8_t',
|
|
14030
14035
|
},
|
|
14031
|
-
{
|
|
14032
|
-
name: 'data',
|
|
14033
|
-
type: 'uint8_t',
|
|
14034
|
-
arrayLength: 64,
|
|
14035
|
-
},
|
|
14036
14036
|
]
|
|
14037
14037
|
},
|
|
14038
14038
|
{
|
|
@@ -14070,15 +14070,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14070
14070
|
id: 9000,
|
|
14071
14071
|
name: 'WHEEL_DISTANCE',
|
|
14072
14072
|
fields: [
|
|
14073
|
-
{
|
|
14074
|
-
name: 'time_usec',
|
|
14075
|
-
type: 'uint64_t',
|
|
14076
|
-
},
|
|
14077
14073
|
{
|
|
14078
14074
|
name: 'distance',
|
|
14079
14075
|
type: 'double',
|
|
14080
14076
|
arrayLength: 16,
|
|
14081
14077
|
},
|
|
14078
|
+
{
|
|
14079
|
+
name: 'time_usec',
|
|
14080
|
+
type: 'uint64_t',
|
|
14081
|
+
},
|
|
14082
14082
|
{
|
|
14083
14083
|
name: 'count',
|
|
14084
14084
|
type: 'uint8_t',
|
|
@@ -14128,30 +14128,30 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14128
14128
|
name: 'OPEN_DRONE_ID_BASIC_ID',
|
|
14129
14129
|
fields: [
|
|
14130
14130
|
{
|
|
14131
|
-
name: '
|
|
14131
|
+
name: 'id_or_mac',
|
|
14132
14132
|
type: 'uint8_t',
|
|
14133
|
+
arrayLength: 20,
|
|
14133
14134
|
},
|
|
14134
14135
|
{
|
|
14135
|
-
name: '
|
|
14136
|
+
name: 'uas_id',
|
|
14136
14137
|
type: 'uint8_t',
|
|
14138
|
+
arrayLength: 20,
|
|
14137
14139
|
},
|
|
14138
14140
|
{
|
|
14139
|
-
name: '
|
|
14141
|
+
name: 'target_system',
|
|
14140
14142
|
type: 'uint8_t',
|
|
14141
|
-
arrayLength: 20,
|
|
14142
14143
|
},
|
|
14143
14144
|
{
|
|
14144
|
-
name: '
|
|
14145
|
+
name: 'target_component',
|
|
14145
14146
|
type: 'uint8_t',
|
|
14146
14147
|
},
|
|
14147
14148
|
{
|
|
14148
|
-
name: '
|
|
14149
|
+
name: 'id_type',
|
|
14149
14150
|
type: 'uint8_t',
|
|
14150
14151
|
},
|
|
14151
14152
|
{
|
|
14152
|
-
name: '
|
|
14153
|
+
name: 'ua_type',
|
|
14153
14154
|
type: 'uint8_t',
|
|
14154
|
-
arrayLength: 20,
|
|
14155
14155
|
},
|
|
14156
14156
|
]
|
|
14157
14157
|
},
|
|
@@ -14159,6 +14159,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14159
14159
|
id: 12901,
|
|
14160
14160
|
name: 'OPEN_DRONE_ID_LOCATION',
|
|
14161
14161
|
fields: [
|
|
14162
|
+
{
|
|
14163
|
+
name: 'id_or_mac',
|
|
14164
|
+
type: 'uint8_t',
|
|
14165
|
+
arrayLength: 20,
|
|
14166
|
+
},
|
|
14162
14167
|
{
|
|
14163
14168
|
name: 'latitude',
|
|
14164
14169
|
type: 'int32_t',
|
|
@@ -14203,11 +14208,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14203
14208
|
name: 'target_component',
|
|
14204
14209
|
type: 'uint8_t',
|
|
14205
14210
|
},
|
|
14206
|
-
{
|
|
14207
|
-
name: 'id_or_mac',
|
|
14208
|
-
type: 'uint8_t',
|
|
14209
|
-
arrayLength: 20,
|
|
14210
|
-
},
|
|
14211
14211
|
{
|
|
14212
14212
|
name: 'status',
|
|
14213
14213
|
type: 'uint8_t',
|
|
@@ -14242,6 +14242,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14242
14242
|
id: 12902,
|
|
14243
14243
|
name: 'OPEN_DRONE_ID_AUTHENTICATION',
|
|
14244
14244
|
fields: [
|
|
14245
|
+
{
|
|
14246
|
+
name: 'authentication_data',
|
|
14247
|
+
type: 'uint8_t',
|
|
14248
|
+
arrayLength: 23,
|
|
14249
|
+
},
|
|
14250
|
+
{
|
|
14251
|
+
name: 'id_or_mac',
|
|
14252
|
+
type: 'uint8_t',
|
|
14253
|
+
arrayLength: 20,
|
|
14254
|
+
},
|
|
14245
14255
|
{
|
|
14246
14256
|
name: 'timestamp',
|
|
14247
14257
|
type: 'uint32_t',
|
|
@@ -14254,11 +14264,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14254
14264
|
name: 'target_component',
|
|
14255
14265
|
type: 'uint8_t',
|
|
14256
14266
|
},
|
|
14257
|
-
{
|
|
14258
|
-
name: 'id_or_mac',
|
|
14259
|
-
type: 'uint8_t',
|
|
14260
|
-
arrayLength: 20,
|
|
14261
|
-
},
|
|
14262
14267
|
{
|
|
14263
14268
|
name: 'authentication_type',
|
|
14264
14269
|
type: 'uint8_t',
|
|
@@ -14275,11 +14280,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14275
14280
|
name: 'length',
|
|
14276
14281
|
type: 'uint8_t',
|
|
14277
14282
|
},
|
|
14278
|
-
{
|
|
14279
|
-
name: 'authentication_data',
|
|
14280
|
-
type: 'uint8_t',
|
|
14281
|
-
arrayLength: 23,
|
|
14282
|
-
},
|
|
14283
14283
|
]
|
|
14284
14284
|
},
|
|
14285
14285
|
{
|
|
@@ -14287,26 +14287,26 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14287
14287
|
name: 'OPEN_DRONE_ID_SELF_ID',
|
|
14288
14288
|
fields: [
|
|
14289
14289
|
{
|
|
14290
|
-
name: '
|
|
14291
|
-
type: '
|
|
14290
|
+
name: 'description',
|
|
14291
|
+
type: 'char',
|
|
14292
|
+
arrayLength: 23,
|
|
14292
14293
|
},
|
|
14293
14294
|
{
|
|
14294
|
-
name: '
|
|
14295
|
+
name: 'id_or_mac',
|
|
14295
14296
|
type: 'uint8_t',
|
|
14297
|
+
arrayLength: 20,
|
|
14296
14298
|
},
|
|
14297
14299
|
{
|
|
14298
|
-
name: '
|
|
14300
|
+
name: 'target_system',
|
|
14299
14301
|
type: 'uint8_t',
|
|
14300
|
-
arrayLength: 20,
|
|
14301
14302
|
},
|
|
14302
14303
|
{
|
|
14303
|
-
name: '
|
|
14304
|
+
name: 'target_component',
|
|
14304
14305
|
type: 'uint8_t',
|
|
14305
14306
|
},
|
|
14306
14307
|
{
|
|
14307
|
-
name: '
|
|
14308
|
-
type: '
|
|
14309
|
-
arrayLength: 23,
|
|
14308
|
+
name: 'description_type',
|
|
14309
|
+
type: 'uint8_t',
|
|
14310
14310
|
},
|
|
14311
14311
|
]
|
|
14312
14312
|
},
|
|
@@ -14314,6 +14314,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14314
14314
|
id: 12904,
|
|
14315
14315
|
name: 'OPEN_DRONE_ID_SYSTEM',
|
|
14316
14316
|
fields: [
|
|
14317
|
+
{
|
|
14318
|
+
name: 'id_or_mac',
|
|
14319
|
+
type: 'uint8_t',
|
|
14320
|
+
arrayLength: 20,
|
|
14321
|
+
},
|
|
14317
14322
|
{
|
|
14318
14323
|
name: 'operator_latitude',
|
|
14319
14324
|
type: 'int32_t',
|
|
@@ -14354,11 +14359,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14354
14359
|
name: 'target_component',
|
|
14355
14360
|
type: 'uint8_t',
|
|
14356
14361
|
},
|
|
14357
|
-
{
|
|
14358
|
-
name: 'id_or_mac',
|
|
14359
|
-
type: 'uint8_t',
|
|
14360
|
-
arrayLength: 20,
|
|
14361
|
-
},
|
|
14362
14362
|
{
|
|
14363
14363
|
name: 'operator_location_type',
|
|
14364
14364
|
type: 'uint8_t',
|
|
@@ -14382,26 +14382,26 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14382
14382
|
name: 'OPEN_DRONE_ID_OPERATOR_ID',
|
|
14383
14383
|
fields: [
|
|
14384
14384
|
{
|
|
14385
|
-
name: '
|
|
14385
|
+
name: 'id_or_mac',
|
|
14386
14386
|
type: 'uint8_t',
|
|
14387
|
+
arrayLength: 20,
|
|
14387
14388
|
},
|
|
14388
14389
|
{
|
|
14389
|
-
name: '
|
|
14390
|
-
type: '
|
|
14390
|
+
name: 'operator_id',
|
|
14391
|
+
type: 'char',
|
|
14392
|
+
arrayLength: 20,
|
|
14391
14393
|
},
|
|
14392
14394
|
{
|
|
14393
|
-
name: '
|
|
14395
|
+
name: 'target_system',
|
|
14394
14396
|
type: 'uint8_t',
|
|
14395
|
-
arrayLength: 20,
|
|
14396
14397
|
},
|
|
14397
14398
|
{
|
|
14398
|
-
name: '
|
|
14399
|
+
name: 'target_component',
|
|
14399
14400
|
type: 'uint8_t',
|
|
14400
14401
|
},
|
|
14401
14402
|
{
|
|
14402
|
-
name: '
|
|
14403
|
-
type: '
|
|
14404
|
-
arrayLength: 20,
|
|
14403
|
+
name: 'operator_id_type',
|
|
14404
|
+
type: 'uint8_t',
|
|
14405
14405
|
},
|
|
14406
14406
|
]
|
|
14407
14407
|
},
|
|
@@ -14410,30 +14410,30 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14410
14410
|
name: 'OPEN_DRONE_ID_MESSAGE_PACK',
|
|
14411
14411
|
fields: [
|
|
14412
14412
|
{
|
|
14413
|
-
name: '
|
|
14413
|
+
name: 'messages',
|
|
14414
14414
|
type: 'uint8_t',
|
|
14415
|
+
arrayLength: 225,
|
|
14415
14416
|
},
|
|
14416
14417
|
{
|
|
14417
|
-
name: '
|
|
14418
|
+
name: 'id_or_mac',
|
|
14418
14419
|
type: 'uint8_t',
|
|
14420
|
+
arrayLength: 20,
|
|
14419
14421
|
},
|
|
14420
14422
|
{
|
|
14421
|
-
name: '
|
|
14423
|
+
name: 'target_system',
|
|
14422
14424
|
type: 'uint8_t',
|
|
14423
|
-
arrayLength: 20,
|
|
14424
14425
|
},
|
|
14425
14426
|
{
|
|
14426
|
-
name: '
|
|
14427
|
+
name: 'target_component',
|
|
14427
14428
|
type: 'uint8_t',
|
|
14428
14429
|
},
|
|
14429
14430
|
{
|
|
14430
|
-
name: '
|
|
14431
|
+
name: 'single_message_size',
|
|
14431
14432
|
type: 'uint8_t',
|
|
14432
14433
|
},
|
|
14433
14434
|
{
|
|
14434
|
-
name: '
|
|
14435
|
+
name: 'msg_pack_size',
|
|
14435
14436
|
type: 'uint8_t',
|
|
14436
|
-
arrayLength: 225,
|
|
14437
14437
|
},
|
|
14438
14438
|
]
|
|
14439
14439
|
},
|
|
@@ -14441,15 +14441,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14441
14441
|
id: 12918,
|
|
14442
14442
|
name: 'OPEN_DRONE_ID_ARM_STATUS',
|
|
14443
14443
|
fields: [
|
|
14444
|
-
{
|
|
14445
|
-
name: 'status',
|
|
14446
|
-
type: 'uint8_t',
|
|
14447
|
-
},
|
|
14448
14444
|
{
|
|
14449
14445
|
name: 'error',
|
|
14450
14446
|
type: 'char',
|
|
14451
14447
|
arrayLength: 50,
|
|
14452
14448
|
},
|
|
14449
|
+
{
|
|
14450
|
+
name: 'status',
|
|
14451
|
+
type: 'uint8_t',
|
|
14452
|
+
},
|
|
14453
14453
|
]
|
|
14454
14454
|
},
|
|
14455
14455
|
{
|
|
@@ -14514,10 +14514,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14514
14514
|
type: 'uint16_t',
|
|
14515
14515
|
arrayLength: 4,
|
|
14516
14516
|
},
|
|
14517
|
-
{
|
|
14518
|
-
name: 'v1',
|
|
14519
|
-
type: 'uint8_t',
|
|
14520
|
-
},
|
|
14521
14517
|
{
|
|
14522
14518
|
name: 'ar_i8',
|
|
14523
14519
|
type: 'int8_t',
|
|
@@ -14528,6 +14524,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14528
14524
|
type: 'uint8_t',
|
|
14529
14525
|
arrayLength: 4,
|
|
14530
14526
|
},
|
|
14527
|
+
{
|
|
14528
|
+
name: 'v1',
|
|
14529
|
+
type: 'uint8_t',
|
|
14530
|
+
},
|
|
14531
14531
|
]
|
|
14532
14532
|
},
|
|
14533
14533
|
{
|
|
@@ -14591,15 +14591,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14591
14591
|
id: 17156,
|
|
14592
14592
|
name: 'ARRAY_TEST_6',
|
|
14593
14593
|
fields: [
|
|
14594
|
+
{
|
|
14595
|
+
name: 'ar_c',
|
|
14596
|
+
type: 'char',
|
|
14597
|
+
arrayLength: 32,
|
|
14598
|
+
},
|
|
14594
14599
|
{
|
|
14595
14600
|
name: 'ar_d',
|
|
14596
14601
|
type: 'double',
|
|
14597
14602
|
arrayLength: 2,
|
|
14598
14603
|
},
|
|
14599
|
-
{
|
|
14600
|
-
name: 'v3',
|
|
14601
|
-
type: 'uint32_t',
|
|
14602
|
-
},
|
|
14603
14604
|
{
|
|
14604
14605
|
name: 'ar_u32',
|
|
14605
14606
|
type: 'uint32_t',
|
|
@@ -14616,8 +14617,8 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14616
14617
|
arrayLength: 2,
|
|
14617
14618
|
},
|
|
14618
14619
|
{
|
|
14619
|
-
name: '
|
|
14620
|
-
type: '
|
|
14620
|
+
name: 'v3',
|
|
14621
|
+
type: 'uint32_t',
|
|
14621
14622
|
},
|
|
14622
14623
|
{
|
|
14623
14624
|
name: 'ar_u16',
|
|
@@ -14630,8 +14631,8 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14630
14631
|
arrayLength: 2,
|
|
14631
14632
|
},
|
|
14632
14633
|
{
|
|
14633
|
-
name: '
|
|
14634
|
-
type: '
|
|
14634
|
+
name: 'v2',
|
|
14635
|
+
type: 'uint16_t',
|
|
14635
14636
|
},
|
|
14636
14637
|
{
|
|
14637
14638
|
name: 'ar_u8',
|
|
@@ -14644,9 +14645,8 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14644
14645
|
arrayLength: 2,
|
|
14645
14646
|
},
|
|
14646
14647
|
{
|
|
14647
|
-
name: '
|
|
14648
|
-
type: '
|
|
14649
|
-
arrayLength: 32,
|
|
14648
|
+
name: 'v1',
|
|
14649
|
+
type: 'uint8_t',
|
|
14650
14650
|
},
|
|
14651
14651
|
]
|
|
14652
14652
|
},
|
|
@@ -14654,6 +14654,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14654
14654
|
id: 17157,
|
|
14655
14655
|
name: 'ARRAY_TEST_7',
|
|
14656
14656
|
fields: [
|
|
14657
|
+
{
|
|
14658
|
+
name: 'ar_c',
|
|
14659
|
+
type: 'char',
|
|
14660
|
+
arrayLength: 32,
|
|
14661
|
+
},
|
|
14657
14662
|
{
|
|
14658
14663
|
name: 'ar_d',
|
|
14659
14664
|
type: 'double',
|
|
@@ -14694,11 +14699,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14694
14699
|
type: 'int8_t',
|
|
14695
14700
|
arrayLength: 2,
|
|
14696
14701
|
},
|
|
14697
|
-
{
|
|
14698
|
-
name: 'ar_c',
|
|
14699
|
-
type: 'char',
|
|
14700
|
-
arrayLength: 32,
|
|
14701
|
-
},
|
|
14702
14702
|
]
|
|
14703
14703
|
},
|
|
14704
14704
|
{
|