@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
|
@@ -5250,6 +5250,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5250
5250
|
id: 300,
|
|
5251
5251
|
name: 'PROTOCOL_VERSION',
|
|
5252
5252
|
fields: [
|
|
5253
|
+
{
|
|
5254
|
+
name: 'spec_version_hash',
|
|
5255
|
+
type: 'uint8_t',
|
|
5256
|
+
arrayLength: 8,
|
|
5257
|
+
},
|
|
5258
|
+
{
|
|
5259
|
+
name: 'library_version_hash',
|
|
5260
|
+
type: 'uint8_t',
|
|
5261
|
+
arrayLength: 8,
|
|
5262
|
+
},
|
|
5253
5263
|
{
|
|
5254
5264
|
name: 'version',
|
|
5255
5265
|
type: 'uint16_t',
|
|
@@ -5262,16 +5272,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5262
5272
|
name: 'max_version',
|
|
5263
5273
|
type: 'uint16_t',
|
|
5264
5274
|
},
|
|
5265
|
-
{
|
|
5266
|
-
name: 'spec_version_hash',
|
|
5267
|
-
type: 'uint8_t',
|
|
5268
|
-
arrayLength: 8,
|
|
5269
|
-
},
|
|
5270
|
-
{
|
|
5271
|
-
name: 'library_version_hash',
|
|
5272
|
-
type: 'uint8_t',
|
|
5273
|
-
arrayLength: 8,
|
|
5274
|
-
},
|
|
5275
5275
|
]
|
|
5276
5276
|
},
|
|
5277
5277
|
{
|
|
@@ -5387,6 +5387,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5387
5387
|
id: 5,
|
|
5388
5388
|
name: 'CHANGE_OPERATOR_CONTROL',
|
|
5389
5389
|
fields: [
|
|
5390
|
+
{
|
|
5391
|
+
name: 'passkey',
|
|
5392
|
+
type: 'char',
|
|
5393
|
+
arrayLength: 25,
|
|
5394
|
+
},
|
|
5390
5395
|
{
|
|
5391
5396
|
name: 'target_system',
|
|
5392
5397
|
type: 'uint8_t',
|
|
@@ -5399,11 +5404,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5399
5404
|
name: 'version',
|
|
5400
5405
|
type: 'uint8_t',
|
|
5401
5406
|
},
|
|
5402
|
-
{
|
|
5403
|
-
name: 'passkey',
|
|
5404
|
-
type: 'char',
|
|
5405
|
-
arrayLength: 25,
|
|
5406
|
-
},
|
|
5407
5407
|
]
|
|
5408
5408
|
},
|
|
5409
5409
|
{
|
|
@@ -5507,6 +5507,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5507
5507
|
id: 20,
|
|
5508
5508
|
name: 'PARAM_REQUEST_READ',
|
|
5509
5509
|
fields: [
|
|
5510
|
+
{
|
|
5511
|
+
name: 'param_id',
|
|
5512
|
+
type: 'char',
|
|
5513
|
+
arrayLength: 16,
|
|
5514
|
+
},
|
|
5510
5515
|
{
|
|
5511
5516
|
name: 'param_index',
|
|
5512
5517
|
type: 'int16_t',
|
|
@@ -5519,11 +5524,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5519
5524
|
name: 'target_component',
|
|
5520
5525
|
type: 'uint8_t',
|
|
5521
5526
|
},
|
|
5522
|
-
{
|
|
5523
|
-
name: 'param_id',
|
|
5524
|
-
type: 'char',
|
|
5525
|
-
arrayLength: 16,
|
|
5526
|
-
},
|
|
5527
5527
|
]
|
|
5528
5528
|
},
|
|
5529
5529
|
{
|
|
@@ -5544,6 +5544,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5544
5544
|
id: 22,
|
|
5545
5545
|
name: 'PARAM_VALUE',
|
|
5546
5546
|
fields: [
|
|
5547
|
+
{
|
|
5548
|
+
name: 'param_id',
|
|
5549
|
+
type: 'char',
|
|
5550
|
+
arrayLength: 16,
|
|
5551
|
+
},
|
|
5547
5552
|
{
|
|
5548
5553
|
name: 'param_value',
|
|
5549
5554
|
type: 'float',
|
|
@@ -5556,11 +5561,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5556
5561
|
name: 'param_index',
|
|
5557
5562
|
type: 'uint16_t',
|
|
5558
5563
|
},
|
|
5559
|
-
{
|
|
5560
|
-
name: 'param_id',
|
|
5561
|
-
type: 'char',
|
|
5562
|
-
arrayLength: 16,
|
|
5563
|
-
},
|
|
5564
5564
|
{
|
|
5565
5565
|
name: 'param_type',
|
|
5566
5566
|
type: 'uint8_t',
|
|
@@ -5571,6 +5571,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5571
5571
|
id: 23,
|
|
5572
5572
|
name: 'PARAM_SET',
|
|
5573
5573
|
fields: [
|
|
5574
|
+
{
|
|
5575
|
+
name: 'param_id',
|
|
5576
|
+
type: 'char',
|
|
5577
|
+
arrayLength: 16,
|
|
5578
|
+
},
|
|
5574
5579
|
{
|
|
5575
5580
|
name: 'param_value',
|
|
5576
5581
|
type: 'float',
|
|
@@ -5583,11 +5588,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5583
5588
|
name: 'target_component',
|
|
5584
5589
|
type: 'uint8_t',
|
|
5585
5590
|
},
|
|
5586
|
-
{
|
|
5587
|
-
name: 'param_id',
|
|
5588
|
-
type: 'char',
|
|
5589
|
-
arrayLength: 16,
|
|
5590
|
-
},
|
|
5591
5591
|
{
|
|
5592
5592
|
name: 'param_type',
|
|
5593
5593
|
type: 'uint8_t',
|
|
@@ -5674,10 +5674,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5674
5674
|
id: 25,
|
|
5675
5675
|
name: 'GPS_STATUS',
|
|
5676
5676
|
fields: [
|
|
5677
|
-
{
|
|
5678
|
-
name: 'satellites_visible',
|
|
5679
|
-
type: 'uint8_t',
|
|
5680
|
-
},
|
|
5681
5677
|
{
|
|
5682
5678
|
name: 'satellite_prn',
|
|
5683
5679
|
type: 'uint8_t',
|
|
@@ -5703,6 +5699,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
5703
5699
|
type: 'uint8_t',
|
|
5704
5700
|
arrayLength: 20,
|
|
5705
5701
|
},
|
|
5702
|
+
{
|
|
5703
|
+
name: 'satellites_visible',
|
|
5704
|
+
type: 'uint8_t',
|
|
5705
|
+
},
|
|
5706
5706
|
]
|
|
5707
5707
|
},
|
|
5708
5708
|
{
|
|
@@ -6565,6 +6565,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6565
6565
|
id: 50,
|
|
6566
6566
|
name: 'PARAM_MAP_RC',
|
|
6567
6567
|
fields: [
|
|
6568
|
+
{
|
|
6569
|
+
name: 'param_id',
|
|
6570
|
+
type: 'char',
|
|
6571
|
+
arrayLength: 16,
|
|
6572
|
+
},
|
|
6568
6573
|
{
|
|
6569
6574
|
name: 'param_value0',
|
|
6570
6575
|
type: 'float',
|
|
@@ -6593,11 +6598,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6593
6598
|
name: 'target_component',
|
|
6594
6599
|
type: 'uint8_t',
|
|
6595
6600
|
},
|
|
6596
|
-
{
|
|
6597
|
-
name: 'param_id',
|
|
6598
|
-
type: 'char',
|
|
6599
|
-
arrayLength: 16,
|
|
6600
|
-
},
|
|
6601
6601
|
{
|
|
6602
6602
|
name: 'parameter_rc_channel_index',
|
|
6603
6603
|
type: 'uint8_t',
|
|
@@ -6708,14 +6708,19 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6708
6708
|
name: 'ATTITUDE_QUATERNION_COV',
|
|
6709
6709
|
fields: [
|
|
6710
6710
|
{
|
|
6711
|
-
name: '
|
|
6712
|
-
type: '
|
|
6711
|
+
name: 'covariance',
|
|
6712
|
+
type: 'float',
|
|
6713
|
+
arrayLength: 9,
|
|
6713
6714
|
},
|
|
6714
6715
|
{
|
|
6715
6716
|
name: 'q',
|
|
6716
6717
|
type: 'float',
|
|
6717
6718
|
arrayLength: 4,
|
|
6718
6719
|
},
|
|
6720
|
+
{
|
|
6721
|
+
name: 'time_usec',
|
|
6722
|
+
type: 'uint64_t',
|
|
6723
|
+
},
|
|
6719
6724
|
{
|
|
6720
6725
|
name: 'rollspeed',
|
|
6721
6726
|
type: 'float',
|
|
@@ -6728,11 +6733,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6728
6733
|
name: 'yawspeed',
|
|
6729
6734
|
type: 'float',
|
|
6730
6735
|
},
|
|
6731
|
-
{
|
|
6732
|
-
name: 'covariance',
|
|
6733
|
-
type: 'float',
|
|
6734
|
-
arrayLength: 9,
|
|
6735
|
-
},
|
|
6736
6736
|
]
|
|
6737
6737
|
},
|
|
6738
6738
|
{
|
|
@@ -6777,6 +6777,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6777
6777
|
id: 63,
|
|
6778
6778
|
name: 'GLOBAL_POSITION_INT_COV',
|
|
6779
6779
|
fields: [
|
|
6780
|
+
{
|
|
6781
|
+
name: 'covariance',
|
|
6782
|
+
type: 'float',
|
|
6783
|
+
arrayLength: 36,
|
|
6784
|
+
},
|
|
6780
6785
|
{
|
|
6781
6786
|
name: 'time_usec',
|
|
6782
6787
|
type: 'uint64_t',
|
|
@@ -6809,11 +6814,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6809
6814
|
name: 'vz',
|
|
6810
6815
|
type: 'float',
|
|
6811
6816
|
},
|
|
6812
|
-
{
|
|
6813
|
-
name: 'covariance',
|
|
6814
|
-
type: 'float',
|
|
6815
|
-
arrayLength: 36,
|
|
6816
|
-
},
|
|
6817
6817
|
{
|
|
6818
6818
|
name: 'estimator_type',
|
|
6819
6819
|
type: 'uint8_t',
|
|
@@ -6824,6 +6824,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6824
6824
|
id: 64,
|
|
6825
6825
|
name: 'LOCAL_POSITION_NED_COV',
|
|
6826
6826
|
fields: [
|
|
6827
|
+
{
|
|
6828
|
+
name: 'covariance',
|
|
6829
|
+
type: 'float',
|
|
6830
|
+
arrayLength: 45,
|
|
6831
|
+
},
|
|
6827
6832
|
{
|
|
6828
6833
|
name: 'time_usec',
|
|
6829
6834
|
type: 'uint64_t',
|
|
@@ -6864,11 +6869,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6864
6869
|
name: 'az',
|
|
6865
6870
|
type: 'float',
|
|
6866
6871
|
},
|
|
6867
|
-
{
|
|
6868
|
-
name: 'covariance',
|
|
6869
|
-
type: 'float',
|
|
6870
|
-
arrayLength: 45,
|
|
6871
|
-
},
|
|
6872
6872
|
{
|
|
6873
6873
|
name: 'estimator_type',
|
|
6874
6874
|
type: 'uint8_t',
|
|
@@ -7480,15 +7480,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
7480
7480
|
id: 82,
|
|
7481
7481
|
name: 'SET_ATTITUDE_TARGET',
|
|
7482
7482
|
fields: [
|
|
7483
|
-
{
|
|
7484
|
-
name: 'time_boot_ms',
|
|
7485
|
-
type: 'uint32_t',
|
|
7486
|
-
},
|
|
7487
7483
|
{
|
|
7488
7484
|
name: 'q',
|
|
7489
7485
|
type: 'float',
|
|
7490
7486
|
arrayLength: 4,
|
|
7491
7487
|
},
|
|
7488
|
+
{
|
|
7489
|
+
name: 'time_boot_ms',
|
|
7490
|
+
type: 'uint32_t',
|
|
7491
|
+
},
|
|
7492
7492
|
{
|
|
7493
7493
|
name: 'body_roll_rate',
|
|
7494
7494
|
type: 'float',
|
|
@@ -7529,15 +7529,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
7529
7529
|
id: 83,
|
|
7530
7530
|
name: 'ATTITUDE_TARGET',
|
|
7531
7531
|
fields: [
|
|
7532
|
-
{
|
|
7533
|
-
name: 'time_boot_ms',
|
|
7534
|
-
type: 'uint32_t',
|
|
7535
|
-
},
|
|
7536
7532
|
{
|
|
7537
7533
|
name: 'q',
|
|
7538
7534
|
type: 'float',
|
|
7539
7535
|
arrayLength: 4,
|
|
7540
7536
|
},
|
|
7537
|
+
{
|
|
7538
|
+
name: 'time_boot_ms',
|
|
7539
|
+
type: 'uint32_t',
|
|
7540
|
+
},
|
|
7541
7541
|
{
|
|
7542
7542
|
name: 'body_roll_rate',
|
|
7543
7543
|
type: 'float',
|
|
@@ -8044,6 +8044,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8044
8044
|
id: 93,
|
|
8045
8045
|
name: 'HIL_ACTUATOR_CONTROLS',
|
|
8046
8046
|
fields: [
|
|
8047
|
+
{
|
|
8048
|
+
name: 'controls',
|
|
8049
|
+
type: 'float',
|
|
8050
|
+
arrayLength: 16,
|
|
8051
|
+
},
|
|
8047
8052
|
{
|
|
8048
8053
|
name: 'time_usec',
|
|
8049
8054
|
type: 'uint64_t',
|
|
@@ -8052,11 +8057,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8052
8057
|
name: 'flags',
|
|
8053
8058
|
type: 'uint64_t',
|
|
8054
8059
|
},
|
|
8055
|
-
{
|
|
8056
|
-
name: 'controls',
|
|
8057
|
-
type: 'float',
|
|
8058
|
-
arrayLength: 16,
|
|
8059
|
-
},
|
|
8060
8060
|
{
|
|
8061
8061
|
name: 'mode',
|
|
8062
8062
|
type: 'uint8_t',
|
|
@@ -8609,21 +8609,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8609
8609
|
name: 'FILE_TRANSFER_PROTOCOL',
|
|
8610
8610
|
fields: [
|
|
8611
8611
|
{
|
|
8612
|
-
name: '
|
|
8612
|
+
name: 'payload',
|
|
8613
8613
|
type: 'uint8_t',
|
|
8614
|
+
arrayLength: 251,
|
|
8614
8615
|
},
|
|
8615
8616
|
{
|
|
8616
|
-
name: '
|
|
8617
|
+
name: 'target_network',
|
|
8617
8618
|
type: 'uint8_t',
|
|
8618
8619
|
},
|
|
8619
8620
|
{
|
|
8620
|
-
name: '
|
|
8621
|
+
name: 'target_system',
|
|
8621
8622
|
type: 'uint8_t',
|
|
8622
8623
|
},
|
|
8623
8624
|
{
|
|
8624
|
-
name: '
|
|
8625
|
+
name: 'target_component',
|
|
8625
8626
|
type: 'uint8_t',
|
|
8626
|
-
arrayLength: 251,
|
|
8627
8627
|
},
|
|
8628
8628
|
]
|
|
8629
8629
|
},
|
|
@@ -8791,15 +8791,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8791
8791
|
id: 115,
|
|
8792
8792
|
name: 'HIL_STATE_QUATERNION',
|
|
8793
8793
|
fields: [
|
|
8794
|
-
{
|
|
8795
|
-
name: 'time_usec',
|
|
8796
|
-
type: 'uint64_t',
|
|
8797
|
-
},
|
|
8798
8794
|
{
|
|
8799
8795
|
name: 'attitude_quaternion',
|
|
8800
8796
|
type: 'float',
|
|
8801
8797
|
arrayLength: 4,
|
|
8802
8798
|
},
|
|
8799
|
+
{
|
|
8800
|
+
name: 'time_usec',
|
|
8801
|
+
type: 'uint64_t',
|
|
8802
|
+
},
|
|
8803
8803
|
{
|
|
8804
8804
|
name: 'rollspeed',
|
|
8805
8805
|
type: 'float',
|
|
@@ -8987,6 +8987,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8987
8987
|
id: 120,
|
|
8988
8988
|
name: 'LOG_DATA',
|
|
8989
8989
|
fields: [
|
|
8990
|
+
{
|
|
8991
|
+
name: 'data',
|
|
8992
|
+
type: 'uint8_t',
|
|
8993
|
+
arrayLength: 90,
|
|
8994
|
+
},
|
|
8990
8995
|
{
|
|
8991
8996
|
name: 'ofs',
|
|
8992
8997
|
type: 'uint32_t',
|
|
@@ -8999,11 +9004,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8999
9004
|
name: 'count',
|
|
9000
9005
|
type: 'uint8_t',
|
|
9001
9006
|
},
|
|
9002
|
-
{
|
|
9003
|
-
name: 'data',
|
|
9004
|
-
type: 'uint8_t',
|
|
9005
|
-
arrayLength: 90,
|
|
9006
|
-
},
|
|
9007
9007
|
]
|
|
9008
9008
|
},
|
|
9009
9009
|
{
|
|
@@ -9039,21 +9039,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9039
9039
|
name: 'GPS_INJECT_DATA',
|
|
9040
9040
|
fields: [
|
|
9041
9041
|
{
|
|
9042
|
-
name: '
|
|
9042
|
+
name: 'data',
|
|
9043
9043
|
type: 'uint8_t',
|
|
9044
|
+
arrayLength: 110,
|
|
9044
9045
|
},
|
|
9045
9046
|
{
|
|
9046
|
-
name: '
|
|
9047
|
+
name: 'target_system',
|
|
9047
9048
|
type: 'uint8_t',
|
|
9048
9049
|
},
|
|
9049
9050
|
{
|
|
9050
|
-
name: '
|
|
9051
|
+
name: 'target_component',
|
|
9051
9052
|
type: 'uint8_t',
|
|
9052
9053
|
},
|
|
9053
9054
|
{
|
|
9054
|
-
name: '
|
|
9055
|
+
name: 'len',
|
|
9055
9056
|
type: 'uint8_t',
|
|
9056
|
-
arrayLength: 110,
|
|
9057
9057
|
},
|
|
9058
9058
|
]
|
|
9059
9059
|
},
|
|
@@ -9163,6 +9163,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9163
9163
|
id: 126,
|
|
9164
9164
|
name: 'SERIAL_CONTROL',
|
|
9165
9165
|
fields: [
|
|
9166
|
+
{
|
|
9167
|
+
name: 'data',
|
|
9168
|
+
type: 'uint8_t',
|
|
9169
|
+
arrayLength: 70,
|
|
9170
|
+
},
|
|
9166
9171
|
{
|
|
9167
9172
|
name: 'baudrate',
|
|
9168
9173
|
type: 'uint32_t',
|
|
@@ -9183,11 +9188,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9183
9188
|
name: 'count',
|
|
9184
9189
|
type: 'uint8_t',
|
|
9185
9190
|
},
|
|
9186
|
-
{
|
|
9187
|
-
name: 'data',
|
|
9188
|
-
type: 'uint8_t',
|
|
9189
|
-
arrayLength: 70,
|
|
9190
|
-
},
|
|
9191
9191
|
{
|
|
9192
9192
|
name: 'target_system',
|
|
9193
9193
|
type: 'uint8_t',
|
|
@@ -9405,15 +9405,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9405
9405
|
id: 131,
|
|
9406
9406
|
name: 'ENCAPSULATED_DATA',
|
|
9407
9407
|
fields: [
|
|
9408
|
-
{
|
|
9409
|
-
name: 'seqnr',
|
|
9410
|
-
type: 'uint16_t',
|
|
9411
|
-
},
|
|
9412
9408
|
{
|
|
9413
9409
|
name: 'data',
|
|
9414
9410
|
type: 'uint8_t',
|
|
9415
9411
|
arrayLength: 253,
|
|
9416
9412
|
},
|
|
9413
|
+
{
|
|
9414
|
+
name: 'seqnr',
|
|
9415
|
+
type: 'uint16_t',
|
|
9416
|
+
},
|
|
9417
9417
|
]
|
|
9418
9418
|
},
|
|
9419
9419
|
{
|
|
@@ -9501,6 +9501,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9501
9501
|
id: 134,
|
|
9502
9502
|
name: 'TERRAIN_DATA',
|
|
9503
9503
|
fields: [
|
|
9504
|
+
{
|
|
9505
|
+
name: 'data',
|
|
9506
|
+
type: 'int16_t',
|
|
9507
|
+
arrayLength: 16,
|
|
9508
|
+
},
|
|
9504
9509
|
{
|
|
9505
9510
|
name: 'lat',
|
|
9506
9511
|
type: 'int32_t',
|
|
@@ -9513,11 +9518,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9513
9518
|
name: 'grid_spacing',
|
|
9514
9519
|
type: 'uint16_t',
|
|
9515
9520
|
},
|
|
9516
|
-
{
|
|
9517
|
-
name: 'data',
|
|
9518
|
-
type: 'int16_t',
|
|
9519
|
-
arrayLength: 16,
|
|
9520
|
-
},
|
|
9521
9521
|
{
|
|
9522
9522
|
name: 'gridbit',
|
|
9523
9523
|
type: 'uint8_t',
|
|
@@ -9603,15 +9603,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9603
9603
|
id: 138,
|
|
9604
9604
|
name: 'ATT_POS_MOCAP',
|
|
9605
9605
|
fields: [
|
|
9606
|
-
{
|
|
9607
|
-
name: 'time_usec',
|
|
9608
|
-
type: 'uint64_t',
|
|
9609
|
-
},
|
|
9610
9606
|
{
|
|
9611
9607
|
name: 'q',
|
|
9612
9608
|
type: 'float',
|
|
9613
9609
|
arrayLength: 4,
|
|
9614
9610
|
},
|
|
9611
|
+
{
|
|
9612
|
+
name: 'time_usec',
|
|
9613
|
+
type: 'uint64_t',
|
|
9614
|
+
},
|
|
9615
9615
|
{
|
|
9616
9616
|
name: 'x',
|
|
9617
9617
|
type: 'float',
|
|
@@ -9636,15 +9636,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9636
9636
|
id: 139,
|
|
9637
9637
|
name: 'SET_ACTUATOR_CONTROL_TARGET',
|
|
9638
9638
|
fields: [
|
|
9639
|
-
{
|
|
9640
|
-
name: 'time_usec',
|
|
9641
|
-
type: 'uint64_t',
|
|
9642
|
-
},
|
|
9643
9639
|
{
|
|
9644
9640
|
name: 'controls',
|
|
9645
9641
|
type: 'float',
|
|
9646
9642
|
arrayLength: 8,
|
|
9647
9643
|
},
|
|
9644
|
+
{
|
|
9645
|
+
name: 'time_usec',
|
|
9646
|
+
type: 'uint64_t',
|
|
9647
|
+
},
|
|
9648
9648
|
{
|
|
9649
9649
|
name: 'group_mlx',
|
|
9650
9650
|
type: 'uint8_t',
|
|
@@ -9663,15 +9663,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9663
9663
|
id: 140,
|
|
9664
9664
|
name: 'ACTUATOR_CONTROL_TARGET',
|
|
9665
9665
|
fields: [
|
|
9666
|
-
{
|
|
9667
|
-
name: 'time_usec',
|
|
9668
|
-
type: 'uint64_t',
|
|
9669
|
-
},
|
|
9670
9666
|
{
|
|
9671
9667
|
name: 'controls',
|
|
9672
9668
|
type: 'float',
|
|
9673
9669
|
arrayLength: 8,
|
|
9674
9670
|
},
|
|
9671
|
+
{
|
|
9672
|
+
name: 'time_usec',
|
|
9673
|
+
type: 'uint64_t',
|
|
9674
|
+
},
|
|
9675
9675
|
{
|
|
9676
9676
|
name: 'group_mlx',
|
|
9677
9677
|
type: 'uint8_t',
|
|
@@ -9717,26 +9717,26 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9717
9717
|
name: 'RESOURCE_REQUEST',
|
|
9718
9718
|
fields: [
|
|
9719
9719
|
{
|
|
9720
|
-
name: '
|
|
9720
|
+
name: 'uri',
|
|
9721
9721
|
type: 'uint8_t',
|
|
9722
|
+
arrayLength: 120,
|
|
9722
9723
|
},
|
|
9723
9724
|
{
|
|
9724
|
-
name: '
|
|
9725
|
+
name: 'storage',
|
|
9725
9726
|
type: 'uint8_t',
|
|
9727
|
+
arrayLength: 120,
|
|
9726
9728
|
},
|
|
9727
9729
|
{
|
|
9728
|
-
name: '
|
|
9730
|
+
name: 'request_id',
|
|
9729
9731
|
type: 'uint8_t',
|
|
9730
|
-
arrayLength: 120,
|
|
9731
9732
|
},
|
|
9732
9733
|
{
|
|
9733
|
-
name: '
|
|
9734
|
+
name: 'uri_type',
|
|
9734
9735
|
type: 'uint8_t',
|
|
9735
9736
|
},
|
|
9736
9737
|
{
|
|
9737
|
-
name: '
|
|
9738
|
+
name: 'transfer_type',
|
|
9738
9739
|
type: 'uint8_t',
|
|
9739
|
-
arrayLength: 120,
|
|
9740
9740
|
},
|
|
9741
9741
|
]
|
|
9742
9742
|
},
|
|
@@ -9772,49 +9772,49 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9772
9772
|
name: 'FOLLOW_TARGET',
|
|
9773
9773
|
fields: [
|
|
9774
9774
|
{
|
|
9775
|
-
name: '
|
|
9776
|
-
type: '
|
|
9777
|
-
|
|
9778
|
-
{
|
|
9779
|
-
name: 'custom_state',
|
|
9780
|
-
type: 'uint64_t',
|
|
9775
|
+
name: 'attitude_q',
|
|
9776
|
+
type: 'float',
|
|
9777
|
+
arrayLength: 4,
|
|
9781
9778
|
},
|
|
9782
9779
|
{
|
|
9783
|
-
name: '
|
|
9784
|
-
type: '
|
|
9780
|
+
name: 'vel',
|
|
9781
|
+
type: 'float',
|
|
9782
|
+
arrayLength: 3,
|
|
9785
9783
|
},
|
|
9786
9784
|
{
|
|
9787
|
-
name: '
|
|
9788
|
-
type: 'int32_t',
|
|
9789
|
-
},
|
|
9790
|
-
{
|
|
9791
|
-
name: 'alt',
|
|
9785
|
+
name: 'acc',
|
|
9792
9786
|
type: 'float',
|
|
9787
|
+
arrayLength: 3,
|
|
9793
9788
|
},
|
|
9794
9789
|
{
|
|
9795
|
-
name: '
|
|
9790
|
+
name: 'rates',
|
|
9796
9791
|
type: 'float',
|
|
9797
9792
|
arrayLength: 3,
|
|
9798
9793
|
},
|
|
9799
9794
|
{
|
|
9800
|
-
name: '
|
|
9795
|
+
name: 'position_cov',
|
|
9801
9796
|
type: 'float',
|
|
9802
9797
|
arrayLength: 3,
|
|
9803
9798
|
},
|
|
9804
9799
|
{
|
|
9805
|
-
name: '
|
|
9806
|
-
type: '
|
|
9807
|
-
arrayLength: 4,
|
|
9800
|
+
name: 'timestamp',
|
|
9801
|
+
type: 'uint64_t',
|
|
9808
9802
|
},
|
|
9809
9803
|
{
|
|
9810
|
-
name: '
|
|
9811
|
-
type: '
|
|
9812
|
-
arrayLength: 3,
|
|
9804
|
+
name: 'custom_state',
|
|
9805
|
+
type: 'uint64_t',
|
|
9813
9806
|
},
|
|
9814
9807
|
{
|
|
9815
|
-
name: '
|
|
9808
|
+
name: 'lat',
|
|
9809
|
+
type: 'int32_t',
|
|
9810
|
+
},
|
|
9811
|
+
{
|
|
9812
|
+
name: 'lon',
|
|
9813
|
+
type: 'int32_t',
|
|
9814
|
+
},
|
|
9815
|
+
{
|
|
9816
|
+
name: 'alt',
|
|
9816
9817
|
type: 'float',
|
|
9817
|
-
arrayLength: 3,
|
|
9818
9818
|
},
|
|
9819
9819
|
{
|
|
9820
9820
|
name: 'est_capabilities',
|
|
@@ -9826,6 +9826,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9826
9826
|
id: 146,
|
|
9827
9827
|
name: 'CONTROL_SYSTEM_STATE',
|
|
9828
9828
|
fields: [
|
|
9829
|
+
{
|
|
9830
|
+
name: 'q',
|
|
9831
|
+
type: 'float',
|
|
9832
|
+
arrayLength: 4,
|
|
9833
|
+
},
|
|
9834
|
+
{
|
|
9835
|
+
name: 'vel_variance',
|
|
9836
|
+
type: 'float',
|
|
9837
|
+
arrayLength: 3,
|
|
9838
|
+
},
|
|
9839
|
+
{
|
|
9840
|
+
name: 'pos_variance',
|
|
9841
|
+
type: 'float',
|
|
9842
|
+
arrayLength: 3,
|
|
9843
|
+
},
|
|
9829
9844
|
{
|
|
9830
9845
|
name: 'time_usec',
|
|
9831
9846
|
type: 'uint64_t',
|
|
@@ -9870,21 +9885,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9870
9885
|
name: 'airspeed',
|
|
9871
9886
|
type: 'float',
|
|
9872
9887
|
},
|
|
9873
|
-
{
|
|
9874
|
-
name: 'vel_variance',
|
|
9875
|
-
type: 'float',
|
|
9876
|
-
arrayLength: 3,
|
|
9877
|
-
},
|
|
9878
|
-
{
|
|
9879
|
-
name: 'pos_variance',
|
|
9880
|
-
type: 'float',
|
|
9881
|
-
arrayLength: 3,
|
|
9882
|
-
},
|
|
9883
|
-
{
|
|
9884
|
-
name: 'q',
|
|
9885
|
-
type: 'float',
|
|
9886
|
-
arrayLength: 4,
|
|
9887
|
-
},
|
|
9888
9888
|
{
|
|
9889
9889
|
name: 'roll_rate',
|
|
9890
9890
|
type: 'float',
|
|
@@ -9903,6 +9903,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9903
9903
|
id: 147,
|
|
9904
9904
|
name: 'BATTERY_STATUS',
|
|
9905
9905
|
fields: [
|
|
9906
|
+
{
|
|
9907
|
+
name: 'voltages',
|
|
9908
|
+
type: 'uint16_t',
|
|
9909
|
+
arrayLength: 10,
|
|
9910
|
+
},
|
|
9906
9911
|
{
|
|
9907
9912
|
name: 'current_consumed',
|
|
9908
9913
|
type: 'int32_t',
|
|
@@ -9915,11 +9920,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9915
9920
|
name: 'temperature',
|
|
9916
9921
|
type: 'int16_t',
|
|
9917
9922
|
},
|
|
9918
|
-
{
|
|
9919
|
-
name: 'voltages',
|
|
9920
|
-
type: 'uint16_t',
|
|
9921
|
-
arrayLength: 10,
|
|
9922
|
-
},
|
|
9923
9923
|
{
|
|
9924
9924
|
name: 'current_battery',
|
|
9925
9925
|
type: 'int16_t',
|
|
@@ -9976,6 +9976,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9976
9976
|
name: 'capabilities',
|
|
9977
9977
|
type: 'uint64_t',
|
|
9978
9978
|
},
|
|
9979
|
+
{
|
|
9980
|
+
name: 'flight_custom_version',
|
|
9981
|
+
type: 'uint8_t',
|
|
9982
|
+
arrayLength: 8,
|
|
9983
|
+
},
|
|
9984
|
+
{
|
|
9985
|
+
name: 'middleware_custom_version',
|
|
9986
|
+
type: 'uint8_t',
|
|
9987
|
+
arrayLength: 8,
|
|
9988
|
+
},
|
|
9989
|
+
{
|
|
9990
|
+
name: 'os_custom_version',
|
|
9991
|
+
type: 'uint8_t',
|
|
9992
|
+
arrayLength: 8,
|
|
9993
|
+
},
|
|
9979
9994
|
{
|
|
9980
9995
|
name: 'uid',
|
|
9981
9996
|
type: 'uint64_t',
|
|
@@ -10004,21 +10019,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10004
10019
|
name: 'product_id',
|
|
10005
10020
|
type: 'uint16_t',
|
|
10006
10021
|
},
|
|
10007
|
-
{
|
|
10008
|
-
name: 'flight_custom_version',
|
|
10009
|
-
type: 'uint8_t',
|
|
10010
|
-
arrayLength: 8,
|
|
10011
|
-
},
|
|
10012
|
-
{
|
|
10013
|
-
name: 'middleware_custom_version',
|
|
10014
|
-
type: 'uint8_t',
|
|
10015
|
-
arrayLength: 8,
|
|
10016
|
-
},
|
|
10017
|
-
{
|
|
10018
|
-
name: 'os_custom_version',
|
|
10019
|
-
type: 'uint8_t',
|
|
10020
|
-
arrayLength: 8,
|
|
10021
|
-
},
|
|
10022
10022
|
{
|
|
10023
10023
|
name: 'uid2',
|
|
10024
10024
|
type: 'uint8_t',
|
|
@@ -10465,17 +10465,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10465
10465
|
name: 'GPS_RTCM_DATA',
|
|
10466
10466
|
fields: [
|
|
10467
10467
|
{
|
|
10468
|
-
name: '
|
|
10468
|
+
name: 'data',
|
|
10469
10469
|
type: 'uint8_t',
|
|
10470
|
+
arrayLength: 180,
|
|
10470
10471
|
},
|
|
10471
10472
|
{
|
|
10472
|
-
name: '
|
|
10473
|
+
name: 'flags',
|
|
10473
10474
|
type: 'uint8_t',
|
|
10474
10475
|
},
|
|
10475
10476
|
{
|
|
10476
|
-
name: '
|
|
10477
|
+
name: 'len',
|
|
10477
10478
|
type: 'uint8_t',
|
|
10478
|
-
arrayLength: 180,
|
|
10479
10479
|
},
|
|
10480
10480
|
]
|
|
10481
10481
|
},
|
|
@@ -10733,6 +10733,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10733
10733
|
id: 242,
|
|
10734
10734
|
name: 'HOME_POSITION',
|
|
10735
10735
|
fields: [
|
|
10736
|
+
{
|
|
10737
|
+
name: 'q',
|
|
10738
|
+
type: 'float',
|
|
10739
|
+
arrayLength: 4,
|
|
10740
|
+
},
|
|
10736
10741
|
{
|
|
10737
10742
|
name: 'latitude',
|
|
10738
10743
|
type: 'int32_t',
|
|
@@ -10757,11 +10762,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10757
10762
|
name: 'z',
|
|
10758
10763
|
type: 'float',
|
|
10759
10764
|
},
|
|
10760
|
-
{
|
|
10761
|
-
name: 'q',
|
|
10762
|
-
type: 'float',
|
|
10763
|
-
arrayLength: 4,
|
|
10764
|
-
},
|
|
10765
10765
|
{
|
|
10766
10766
|
name: 'approach_x',
|
|
10767
10767
|
type: 'float',
|
|
@@ -10785,6 +10785,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10785
10785
|
id: 243,
|
|
10786
10786
|
name: 'SET_HOME_POSITION',
|
|
10787
10787
|
fields: [
|
|
10788
|
+
{
|
|
10789
|
+
name: 'q',
|
|
10790
|
+
type: 'float',
|
|
10791
|
+
arrayLength: 4,
|
|
10792
|
+
},
|
|
10788
10793
|
{
|
|
10789
10794
|
name: 'latitude',
|
|
10790
10795
|
type: 'int32_t',
|
|
@@ -10809,11 +10814,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10809
10814
|
name: 'z',
|
|
10810
10815
|
type: 'float',
|
|
10811
10816
|
},
|
|
10812
|
-
{
|
|
10813
|
-
name: 'q',
|
|
10814
|
-
type: 'float',
|
|
10815
|
-
arrayLength: 4,
|
|
10816
|
-
},
|
|
10817
10817
|
{
|
|
10818
10818
|
name: 'approach_x',
|
|
10819
10819
|
type: 'float',
|
|
@@ -10869,6 +10869,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10869
10869
|
id: 246,
|
|
10870
10870
|
name: 'ADSB_VEHICLE',
|
|
10871
10871
|
fields: [
|
|
10872
|
+
{
|
|
10873
|
+
name: 'callsign',
|
|
10874
|
+
type: 'char',
|
|
10875
|
+
arrayLength: 9,
|
|
10876
|
+
},
|
|
10872
10877
|
{
|
|
10873
10878
|
name: 'icao_address',
|
|
10874
10879
|
type: 'uint32_t',
|
|
@@ -10909,11 +10914,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10909
10914
|
name: 'altitude_type',
|
|
10910
10915
|
type: 'uint8_t',
|
|
10911
10916
|
},
|
|
10912
|
-
{
|
|
10913
|
-
name: 'callsign',
|
|
10914
|
-
type: 'char',
|
|
10915
|
-
arrayLength: 9,
|
|
10916
|
-
},
|
|
10917
10917
|
{
|
|
10918
10918
|
name: 'emitter_type',
|
|
10919
10919
|
type: 'uint8_t',
|
|
@@ -10962,6 +10962,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10962
10962
|
id: 248,
|
|
10963
10963
|
name: 'V2_EXTENSION',
|
|
10964
10964
|
fields: [
|
|
10965
|
+
{
|
|
10966
|
+
name: 'payload',
|
|
10967
|
+
type: 'uint8_t',
|
|
10968
|
+
arrayLength: 249,
|
|
10969
|
+
},
|
|
10965
10970
|
{
|
|
10966
10971
|
name: 'message_type',
|
|
10967
10972
|
type: 'uint16_t',
|
|
@@ -10978,17 +10983,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10978
10983
|
name: 'target_component',
|
|
10979
10984
|
type: 'uint8_t',
|
|
10980
10985
|
},
|
|
10981
|
-
{
|
|
10982
|
-
name: 'payload',
|
|
10983
|
-
type: 'uint8_t',
|
|
10984
|
-
arrayLength: 249,
|
|
10985
|
-
},
|
|
10986
10986
|
]
|
|
10987
10987
|
},
|
|
10988
10988
|
{
|
|
10989
10989
|
id: 249,
|
|
10990
10990
|
name: 'MEMORY_VECT',
|
|
10991
10991
|
fields: [
|
|
10992
|
+
{
|
|
10993
|
+
name: 'value',
|
|
10994
|
+
type: 'int8_t',
|
|
10995
|
+
arrayLength: 32,
|
|
10996
|
+
},
|
|
10992
10997
|
{
|
|
10993
10998
|
name: 'address',
|
|
10994
10999
|
type: 'uint16_t',
|
|
@@ -11001,17 +11006,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11001
11006
|
name: 'type',
|
|
11002
11007
|
type: 'uint8_t',
|
|
11003
11008
|
},
|
|
11004
|
-
{
|
|
11005
|
-
name: 'value',
|
|
11006
|
-
type: 'int8_t',
|
|
11007
|
-
arrayLength: 32,
|
|
11008
|
-
},
|
|
11009
11009
|
]
|
|
11010
11010
|
},
|
|
11011
11011
|
{
|
|
11012
11012
|
id: 250,
|
|
11013
11013
|
name: 'DEBUG_VECT',
|
|
11014
11014
|
fields: [
|
|
11015
|
+
{
|
|
11016
|
+
name: 'name',
|
|
11017
|
+
type: 'char',
|
|
11018
|
+
arrayLength: 10,
|
|
11019
|
+
},
|
|
11015
11020
|
{
|
|
11016
11021
|
name: 'time_usec',
|
|
11017
11022
|
type: 'uint64_t',
|
|
@@ -11028,17 +11033,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11028
11033
|
name: 'z',
|
|
11029
11034
|
type: 'float',
|
|
11030
11035
|
},
|
|
11031
|
-
{
|
|
11032
|
-
name: 'name',
|
|
11033
|
-
type: 'char',
|
|
11034
|
-
arrayLength: 10,
|
|
11035
|
-
},
|
|
11036
11036
|
]
|
|
11037
11037
|
},
|
|
11038
11038
|
{
|
|
11039
11039
|
id: 251,
|
|
11040
11040
|
name: 'NAMED_VALUE_FLOAT',
|
|
11041
11041
|
fields: [
|
|
11042
|
+
{
|
|
11043
|
+
name: 'name',
|
|
11044
|
+
type: 'char',
|
|
11045
|
+
arrayLength: 10,
|
|
11046
|
+
},
|
|
11042
11047
|
{
|
|
11043
11048
|
name: 'time_boot_ms',
|
|
11044
11049
|
type: 'uint32_t',
|
|
@@ -11047,17 +11052,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11047
11052
|
name: 'value',
|
|
11048
11053
|
type: 'float',
|
|
11049
11054
|
},
|
|
11050
|
-
{
|
|
11051
|
-
name: 'name',
|
|
11052
|
-
type: 'char',
|
|
11053
|
-
arrayLength: 10,
|
|
11054
|
-
},
|
|
11055
11055
|
]
|
|
11056
11056
|
},
|
|
11057
11057
|
{
|
|
11058
11058
|
id: 252,
|
|
11059
11059
|
name: 'NAMED_VALUE_INT',
|
|
11060
11060
|
fields: [
|
|
11061
|
+
{
|
|
11062
|
+
name: 'name',
|
|
11063
|
+
type: 'char',
|
|
11064
|
+
arrayLength: 10,
|
|
11065
|
+
},
|
|
11061
11066
|
{
|
|
11062
11067
|
name: 'time_boot_ms',
|
|
11063
11068
|
type: 'uint32_t',
|
|
@@ -11066,26 +11071,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11066
11071
|
name: 'value',
|
|
11067
11072
|
type: 'int32_t',
|
|
11068
11073
|
},
|
|
11069
|
-
{
|
|
11070
|
-
name: 'name',
|
|
11071
|
-
type: 'char',
|
|
11072
|
-
arrayLength: 10,
|
|
11073
|
-
},
|
|
11074
11074
|
]
|
|
11075
11075
|
},
|
|
11076
11076
|
{
|
|
11077
11077
|
id: 253,
|
|
11078
11078
|
name: 'STATUSTEXT',
|
|
11079
11079
|
fields: [
|
|
11080
|
-
{
|
|
11081
|
-
name: 'severity',
|
|
11082
|
-
type: 'uint8_t',
|
|
11083
|
-
},
|
|
11084
11080
|
{
|
|
11085
11081
|
name: 'text',
|
|
11086
11082
|
type: 'char',
|
|
11087
11083
|
arrayLength: 50,
|
|
11088
11084
|
},
|
|
11085
|
+
{
|
|
11086
|
+
name: 'severity',
|
|
11087
|
+
type: 'uint8_t',
|
|
11088
|
+
},
|
|
11089
11089
|
{
|
|
11090
11090
|
name: 'id',
|
|
11091
11091
|
type: 'uint16_t',
|
|
@@ -11120,6 +11120,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11120
11120
|
id: 256,
|
|
11121
11121
|
name: 'SETUP_SIGNING',
|
|
11122
11122
|
fields: [
|
|
11123
|
+
{
|
|
11124
|
+
name: 'secret_key',
|
|
11125
|
+
type: 'uint8_t',
|
|
11126
|
+
arrayLength: 32,
|
|
11127
|
+
},
|
|
11123
11128
|
{
|
|
11124
11129
|
name: 'initial_timestamp',
|
|
11125
11130
|
type: 'uint64_t',
|
|
@@ -11132,11 +11137,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11132
11137
|
name: 'target_component',
|
|
11133
11138
|
type: 'uint8_t',
|
|
11134
11139
|
},
|
|
11135
|
-
{
|
|
11136
|
-
name: 'secret_key',
|
|
11137
|
-
type: 'uint8_t',
|
|
11138
|
-
arrayLength: 32,
|
|
11139
|
-
},
|
|
11140
11140
|
]
|
|
11141
11141
|
},
|
|
11142
11142
|
{
|
|
@@ -11161,6 +11161,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11161
11161
|
id: 258,
|
|
11162
11162
|
name: 'PLAY_TUNE',
|
|
11163
11163
|
fields: [
|
|
11164
|
+
{
|
|
11165
|
+
name: 'tune',
|
|
11166
|
+
type: 'char',
|
|
11167
|
+
arrayLength: 30,
|
|
11168
|
+
},
|
|
11164
11169
|
{
|
|
11165
11170
|
name: 'target_system',
|
|
11166
11171
|
type: 'uint8_t',
|
|
@@ -11169,11 +11174,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11169
11174
|
name: 'target_component',
|
|
11170
11175
|
type: 'uint8_t',
|
|
11171
11176
|
},
|
|
11172
|
-
{
|
|
11173
|
-
name: 'tune',
|
|
11174
|
-
type: 'char',
|
|
11175
|
-
arrayLength: 30,
|
|
11176
|
-
},
|
|
11177
11177
|
{
|
|
11178
11178
|
name: 'tune2',
|
|
11179
11179
|
type: 'char',
|
|
@@ -11186,6 +11186,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11186
11186
|
id: 259,
|
|
11187
11187
|
name: 'CAMERA_INFORMATION',
|
|
11188
11188
|
fields: [
|
|
11189
|
+
{
|
|
11190
|
+
name: 'cam_definition_uri',
|
|
11191
|
+
type: 'char',
|
|
11192
|
+
arrayLength: 140,
|
|
11193
|
+
},
|
|
11194
|
+
{
|
|
11195
|
+
name: 'vendor_name',
|
|
11196
|
+
type: 'uint8_t',
|
|
11197
|
+
arrayLength: 32,
|
|
11198
|
+
},
|
|
11199
|
+
{
|
|
11200
|
+
name: 'model_name',
|
|
11201
|
+
type: 'uint8_t',
|
|
11202
|
+
arrayLength: 32,
|
|
11203
|
+
},
|
|
11189
11204
|
{
|
|
11190
11205
|
name: 'time_boot_ms',
|
|
11191
11206
|
type: 'uint32_t',
|
|
@@ -11222,25 +11237,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11222
11237
|
name: 'cam_definition_version',
|
|
11223
11238
|
type: 'uint16_t',
|
|
11224
11239
|
},
|
|
11225
|
-
{
|
|
11226
|
-
name: 'vendor_name',
|
|
11227
|
-
type: 'uint8_t',
|
|
11228
|
-
arrayLength: 32,
|
|
11229
|
-
},
|
|
11230
|
-
{
|
|
11231
|
-
name: 'model_name',
|
|
11232
|
-
type: 'uint8_t',
|
|
11233
|
-
arrayLength: 32,
|
|
11234
|
-
},
|
|
11235
11240
|
{
|
|
11236
11241
|
name: 'lens_id',
|
|
11237
11242
|
type: 'uint8_t',
|
|
11238
11243
|
},
|
|
11239
|
-
{
|
|
11240
|
-
name: 'cam_definition_uri',
|
|
11241
|
-
type: 'char',
|
|
11242
|
-
arrayLength: 140,
|
|
11243
|
-
},
|
|
11244
11244
|
{
|
|
11245
11245
|
name: 'gimbal_device_id',
|
|
11246
11246
|
type: 'uint8_t',
|
|
@@ -11385,13 +11385,23 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11385
11385
|
name: 'CAMERA_IMAGE_CAPTURED',
|
|
11386
11386
|
fields: [
|
|
11387
11387
|
{
|
|
11388
|
-
name: '
|
|
11389
|
-
type: '
|
|
11388
|
+
name: 'file_url',
|
|
11389
|
+
type: 'char',
|
|
11390
|
+
arrayLength: 205,
|
|
11390
11391
|
},
|
|
11391
11392
|
{
|
|
11392
|
-
name: '
|
|
11393
|
-
type: '
|
|
11394
|
-
|
|
11393
|
+
name: 'q',
|
|
11394
|
+
type: 'float',
|
|
11395
|
+
arrayLength: 4,
|
|
11396
|
+
},
|
|
11397
|
+
{
|
|
11398
|
+
name: 'time_utc',
|
|
11399
|
+
type: 'uint64_t',
|
|
11400
|
+
},
|
|
11401
|
+
{
|
|
11402
|
+
name: 'time_boot_ms',
|
|
11403
|
+
type: 'uint32_t',
|
|
11404
|
+
},
|
|
11395
11405
|
{
|
|
11396
11406
|
name: 'lat',
|
|
11397
11407
|
type: 'int32_t',
|
|
@@ -11408,11 +11418,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11408
11418
|
name: 'relative_alt',
|
|
11409
11419
|
type: 'int32_t',
|
|
11410
11420
|
},
|
|
11411
|
-
{
|
|
11412
|
-
name: 'q',
|
|
11413
|
-
type: 'float',
|
|
11414
|
-
arrayLength: 4,
|
|
11415
|
-
},
|
|
11416
11421
|
{
|
|
11417
11422
|
name: 'image_index',
|
|
11418
11423
|
type: 'int32_t',
|
|
@@ -11425,11 +11430,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11425
11430
|
name: 'capture_result',
|
|
11426
11431
|
type: 'int8_t',
|
|
11427
11432
|
},
|
|
11428
|
-
{
|
|
11429
|
-
name: 'file_url',
|
|
11430
|
-
type: 'char',
|
|
11431
|
-
arrayLength: 205,
|
|
11432
|
-
},
|
|
11433
11433
|
]
|
|
11434
11434
|
},
|
|
11435
11435
|
{
|
|
@@ -11490,6 +11490,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11490
11490
|
id: 266,
|
|
11491
11491
|
name: 'LOGGING_DATA',
|
|
11492
11492
|
fields: [
|
|
11493
|
+
{
|
|
11494
|
+
name: 'data',
|
|
11495
|
+
type: 'uint8_t',
|
|
11496
|
+
arrayLength: 249,
|
|
11497
|
+
},
|
|
11493
11498
|
{
|
|
11494
11499
|
name: 'sequence',
|
|
11495
11500
|
type: 'uint16_t',
|
|
@@ -11510,17 +11515,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11510
11515
|
name: 'first_message_offset',
|
|
11511
11516
|
type: 'uint8_t',
|
|
11512
11517
|
},
|
|
11513
|
-
{
|
|
11514
|
-
name: 'data',
|
|
11515
|
-
type: 'uint8_t',
|
|
11516
|
-
arrayLength: 249,
|
|
11517
|
-
},
|
|
11518
11518
|
]
|
|
11519
11519
|
},
|
|
11520
11520
|
{
|
|
11521
11521
|
id: 267,
|
|
11522
11522
|
name: 'LOGGING_DATA_ACKED',
|
|
11523
11523
|
fields: [
|
|
11524
|
+
{
|
|
11525
|
+
name: 'data',
|
|
11526
|
+
type: 'uint8_t',
|
|
11527
|
+
arrayLength: 249,
|
|
11528
|
+
},
|
|
11524
11529
|
{
|
|
11525
11530
|
name: 'sequence',
|
|
11526
11531
|
type: 'uint16_t',
|
|
@@ -11541,11 +11546,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11541
11546
|
name: 'first_message_offset',
|
|
11542
11547
|
type: 'uint8_t',
|
|
11543
11548
|
},
|
|
11544
|
-
{
|
|
11545
|
-
name: 'data',
|
|
11546
|
-
type: 'uint8_t',
|
|
11547
|
-
arrayLength: 249,
|
|
11548
|
-
},
|
|
11549
11549
|
]
|
|
11550
11550
|
},
|
|
11551
11551
|
{
|
|
@@ -11570,6 +11570,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11570
11570
|
id: 269,
|
|
11571
11571
|
name: 'VIDEO_STREAM_INFORMATION',
|
|
11572
11572
|
fields: [
|
|
11573
|
+
{
|
|
11574
|
+
name: 'uri',
|
|
11575
|
+
type: 'char',
|
|
11576
|
+
arrayLength: 160,
|
|
11577
|
+
},
|
|
11578
|
+
{
|
|
11579
|
+
name: 'name',
|
|
11580
|
+
type: 'char',
|
|
11581
|
+
arrayLength: 32,
|
|
11582
|
+
},
|
|
11573
11583
|
{
|
|
11574
11584
|
name: 'framerate',
|
|
11575
11585
|
type: 'float',
|
|
@@ -11610,16 +11620,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11610
11620
|
name: 'type',
|
|
11611
11621
|
type: 'uint8_t',
|
|
11612
11622
|
},
|
|
11613
|
-
{
|
|
11614
|
-
name: 'name',
|
|
11615
|
-
type: 'char',
|
|
11616
|
-
arrayLength: 32,
|
|
11617
|
-
},
|
|
11618
|
-
{
|
|
11619
|
-
name: 'uri',
|
|
11620
|
-
type: 'char',
|
|
11621
|
-
arrayLength: 160,
|
|
11622
|
-
},
|
|
11623
11623
|
{
|
|
11624
11624
|
name: 'encoding',
|
|
11625
11625
|
type: 'uint8_t',
|
|
@@ -11679,6 +11679,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11679
11679
|
id: 271,
|
|
11680
11680
|
name: 'CAMERA_FOV_STATUS',
|
|
11681
11681
|
fields: [
|
|
11682
|
+
{
|
|
11683
|
+
name: 'q',
|
|
11684
|
+
type: 'float',
|
|
11685
|
+
arrayLength: 4,
|
|
11686
|
+
},
|
|
11682
11687
|
{
|
|
11683
11688
|
name: 'time_boot_ms',
|
|
11684
11689
|
type: 'uint32_t',
|
|
@@ -11707,11 +11712,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11707
11712
|
name: 'alt_image',
|
|
11708
11713
|
type: 'int32_t',
|
|
11709
11714
|
},
|
|
11710
|
-
{
|
|
11711
|
-
name: 'q',
|
|
11712
|
-
type: 'float',
|
|
11713
|
-
arrayLength: 4,
|
|
11714
|
-
},
|
|
11715
11715
|
{
|
|
11716
11716
|
name: 'hfov',
|
|
11717
11717
|
type: 'float',
|
|
@@ -11963,15 +11963,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11963
11963
|
id: 282,
|
|
11964
11964
|
name: 'GIMBAL_MANAGER_SET_ATTITUDE',
|
|
11965
11965
|
fields: [
|
|
11966
|
-
{
|
|
11967
|
-
name: 'flags',
|
|
11968
|
-
type: 'uint32_t',
|
|
11969
|
-
},
|
|
11970
11966
|
{
|
|
11971
11967
|
name: 'q',
|
|
11972
11968
|
type: 'float',
|
|
11973
11969
|
arrayLength: 4,
|
|
11974
11970
|
},
|
|
11971
|
+
{
|
|
11972
|
+
name: 'flags',
|
|
11973
|
+
type: 'uint32_t',
|
|
11974
|
+
},
|
|
11975
11975
|
{
|
|
11976
11976
|
name: 'angular_velocity_x',
|
|
11977
11977
|
type: 'float',
|
|
@@ -12002,6 +12002,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12002
12002
|
id: 283,
|
|
12003
12003
|
name: 'GIMBAL_DEVICE_INFORMATION',
|
|
12004
12004
|
fields: [
|
|
12005
|
+
{
|
|
12006
|
+
name: 'vendor_name',
|
|
12007
|
+
type: 'char',
|
|
12008
|
+
arrayLength: 32,
|
|
12009
|
+
},
|
|
12010
|
+
{
|
|
12011
|
+
name: 'model_name',
|
|
12012
|
+
type: 'char',
|
|
12013
|
+
arrayLength: 32,
|
|
12014
|
+
},
|
|
12015
|
+
{
|
|
12016
|
+
name: 'custom_name',
|
|
12017
|
+
type: 'char',
|
|
12018
|
+
arrayLength: 32,
|
|
12019
|
+
},
|
|
12005
12020
|
{
|
|
12006
12021
|
name: 'uid',
|
|
12007
12022
|
type: 'uint64_t',
|
|
@@ -12050,21 +12065,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12050
12065
|
name: 'custom_cap_flags',
|
|
12051
12066
|
type: 'uint16_t',
|
|
12052
12067
|
},
|
|
12053
|
-
{
|
|
12054
|
-
name: 'vendor_name',
|
|
12055
|
-
type: 'char',
|
|
12056
|
-
arrayLength: 32,
|
|
12057
|
-
},
|
|
12058
|
-
{
|
|
12059
|
-
name: 'model_name',
|
|
12060
|
-
type: 'char',
|
|
12061
|
-
arrayLength: 32,
|
|
12062
|
-
},
|
|
12063
|
-
{
|
|
12064
|
-
name: 'custom_name',
|
|
12065
|
-
type: 'char',
|
|
12066
|
-
arrayLength: 32,
|
|
12067
|
-
},
|
|
12068
12068
|
{
|
|
12069
12069
|
name: 'gimbal_device_id',
|
|
12070
12070
|
type: 'uint8_t',
|
|
@@ -12111,15 +12111,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12111
12111
|
id: 285,
|
|
12112
12112
|
name: 'GIMBAL_DEVICE_ATTITUDE_STATUS',
|
|
12113
12113
|
fields: [
|
|
12114
|
-
{
|
|
12115
|
-
name: 'time_boot_ms',
|
|
12116
|
-
type: 'uint32_t',
|
|
12117
|
-
},
|
|
12118
12114
|
{
|
|
12119
12115
|
name: 'q',
|
|
12120
12116
|
type: 'float',
|
|
12121
12117
|
arrayLength: 4,
|
|
12122
12118
|
},
|
|
12119
|
+
{
|
|
12120
|
+
name: 'time_boot_ms',
|
|
12121
|
+
type: 'uint32_t',
|
|
12122
|
+
},
|
|
12123
12123
|
{
|
|
12124
12124
|
name: 'angular_velocity_x',
|
|
12125
12125
|
type: 'float',
|
|
@@ -12169,15 +12169,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12169
12169
|
id: 286,
|
|
12170
12170
|
name: 'AUTOPILOT_STATE_FOR_GIMBAL_DEVICE',
|
|
12171
12171
|
fields: [
|
|
12172
|
-
{
|
|
12173
|
-
name: 'time_boot_us',
|
|
12174
|
-
type: 'uint64_t',
|
|
12175
|
-
},
|
|
12176
12172
|
{
|
|
12177
12173
|
name: 'q',
|
|
12178
12174
|
type: 'float',
|
|
12179
12175
|
arrayLength: 4,
|
|
12180
12176
|
},
|
|
12177
|
+
{
|
|
12178
|
+
name: 'time_boot_us',
|
|
12179
|
+
type: 'uint64_t',
|
|
12180
|
+
},
|
|
12181
12181
|
{
|
|
12182
12182
|
name: 'q_estimated_delay_us',
|
|
12183
12183
|
type: 'uint32_t',
|
|
@@ -12305,18 +12305,14 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12305
12305
|
id: 290,
|
|
12306
12306
|
name: 'ESC_INFO',
|
|
12307
12307
|
fields: [
|
|
12308
|
-
{
|
|
12309
|
-
name: 'time_usec',
|
|
12310
|
-
type: 'uint64_t',
|
|
12311
|
-
},
|
|
12312
12308
|
{
|
|
12313
12309
|
name: 'error_count',
|
|
12314
12310
|
type: 'uint32_t',
|
|
12315
12311
|
arrayLength: 4,
|
|
12316
12312
|
},
|
|
12317
12313
|
{
|
|
12318
|
-
name: '
|
|
12319
|
-
type: '
|
|
12314
|
+
name: 'time_usec',
|
|
12315
|
+
type: 'uint64_t',
|
|
12320
12316
|
},
|
|
12321
12317
|
{
|
|
12322
12318
|
name: 'failure_flags',
|
|
@@ -12328,6 +12324,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12328
12324
|
type: 'int16_t',
|
|
12329
12325
|
arrayLength: 4,
|
|
12330
12326
|
},
|
|
12327
|
+
{
|
|
12328
|
+
name: 'counter',
|
|
12329
|
+
type: 'uint16_t',
|
|
12330
|
+
},
|
|
12331
12331
|
{
|
|
12332
12332
|
name: 'index',
|
|
12333
12333
|
type: 'uint8_t',
|
|
@@ -12350,10 +12350,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12350
12350
|
id: 291,
|
|
12351
12351
|
name: 'ESC_STATUS',
|
|
12352
12352
|
fields: [
|
|
12353
|
-
{
|
|
12354
|
-
name: 'time_usec',
|
|
12355
|
-
type: 'uint64_t',
|
|
12356
|
-
},
|
|
12357
12353
|
{
|
|
12358
12354
|
name: 'rpm',
|
|
12359
12355
|
type: 'int32_t',
|
|
@@ -12369,6 +12365,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12369
12365
|
type: 'float',
|
|
12370
12366
|
arrayLength: 4,
|
|
12371
12367
|
},
|
|
12368
|
+
{
|
|
12369
|
+
name: 'time_usec',
|
|
12370
|
+
type: 'uint64_t',
|
|
12371
|
+
},
|
|
12372
12372
|
{
|
|
12373
12373
|
name: 'index',
|
|
12374
12374
|
type: 'uint8_t',
|
|
@@ -12380,14 +12380,14 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12380
12380
|
name: 'WIFI_CONFIG_AP',
|
|
12381
12381
|
fields: [
|
|
12382
12382
|
{
|
|
12383
|
-
name: '
|
|
12383
|
+
name: 'password',
|
|
12384
12384
|
type: 'char',
|
|
12385
|
-
arrayLength:
|
|
12385
|
+
arrayLength: 64,
|
|
12386
12386
|
},
|
|
12387
12387
|
{
|
|
12388
|
-
name: '
|
|
12388
|
+
name: 'ssid',
|
|
12389
12389
|
type: 'char',
|
|
12390
|
-
arrayLength:
|
|
12390
|
+
arrayLength: 32,
|
|
12391
12391
|
},
|
|
12392
12392
|
{
|
|
12393
12393
|
name: 'mode',
|
|
@@ -12405,6 +12405,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12405
12405
|
id: 301,
|
|
12406
12406
|
name: 'AIS_VESSEL',
|
|
12407
12407
|
fields: [
|
|
12408
|
+
{
|
|
12409
|
+
name: 'name',
|
|
12410
|
+
type: 'char',
|
|
12411
|
+
arrayLength: 20,
|
|
12412
|
+
},
|
|
12413
|
+
{
|
|
12414
|
+
name: 'callsign',
|
|
12415
|
+
type: 'char',
|
|
12416
|
+
arrayLength: 7,
|
|
12417
|
+
},
|
|
12408
12418
|
{
|
|
12409
12419
|
name: 'mmsi',
|
|
12410
12420
|
type: 'uint32_t',
|
|
@@ -12465,16 +12475,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12465
12475
|
name: 'dimension_starboard',
|
|
12466
12476
|
type: 'uint8_t',
|
|
12467
12477
|
},
|
|
12468
|
-
{
|
|
12469
|
-
name: 'callsign',
|
|
12470
|
-
type: 'char',
|
|
12471
|
-
arrayLength: 7,
|
|
12472
|
-
},
|
|
12473
|
-
{
|
|
12474
|
-
name: 'name',
|
|
12475
|
-
type: 'char',
|
|
12476
|
-
arrayLength: 20,
|
|
12477
|
-
},
|
|
12478
12478
|
]
|
|
12479
12479
|
},
|
|
12480
12480
|
{
|
|
@@ -12511,6 +12511,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12511
12511
|
id: 311,
|
|
12512
12512
|
name: 'UAVCAN_NODE_INFO',
|
|
12513
12513
|
fields: [
|
|
12514
|
+
{
|
|
12515
|
+
name: 'name',
|
|
12516
|
+
type: 'char',
|
|
12517
|
+
arrayLength: 80,
|
|
12518
|
+
},
|
|
12519
|
+
{
|
|
12520
|
+
name: 'hw_unique_id',
|
|
12521
|
+
type: 'uint8_t',
|
|
12522
|
+
arrayLength: 16,
|
|
12523
|
+
},
|
|
12514
12524
|
{
|
|
12515
12525
|
name: 'time_usec',
|
|
12516
12526
|
type: 'uint64_t',
|
|
@@ -12523,11 +12533,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12523
12533
|
name: 'sw_vcs_commit',
|
|
12524
12534
|
type: 'uint32_t',
|
|
12525
12535
|
},
|
|
12526
|
-
{
|
|
12527
|
-
name: 'name',
|
|
12528
|
-
type: 'char',
|
|
12529
|
-
arrayLength: 80,
|
|
12530
|
-
},
|
|
12531
12536
|
{
|
|
12532
12537
|
name: 'hw_version_major',
|
|
12533
12538
|
type: 'uint8_t',
|
|
@@ -12536,11 +12541,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12536
12541
|
name: 'hw_version_minor',
|
|
12537
12542
|
type: 'uint8_t',
|
|
12538
12543
|
},
|
|
12539
|
-
{
|
|
12540
|
-
name: 'hw_unique_id',
|
|
12541
|
-
type: 'uint8_t',
|
|
12542
|
-
arrayLength: 16,
|
|
12543
|
-
},
|
|
12544
12544
|
{
|
|
12545
12545
|
name: 'sw_version_major',
|
|
12546
12546
|
type: 'uint8_t',
|
|
@@ -12555,6 +12555,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12555
12555
|
id: 320,
|
|
12556
12556
|
name: 'PARAM_EXT_REQUEST_READ',
|
|
12557
12557
|
fields: [
|
|
12558
|
+
{
|
|
12559
|
+
name: 'param_id',
|
|
12560
|
+
type: 'char',
|
|
12561
|
+
arrayLength: 16,
|
|
12562
|
+
},
|
|
12558
12563
|
{
|
|
12559
12564
|
name: 'param_index',
|
|
12560
12565
|
type: 'int16_t',
|
|
@@ -12567,11 +12572,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12567
12572
|
name: 'target_component',
|
|
12568
12573
|
type: 'uint8_t',
|
|
12569
12574
|
},
|
|
12570
|
-
{
|
|
12571
|
-
name: 'param_id',
|
|
12572
|
-
type: 'char',
|
|
12573
|
-
arrayLength: 16,
|
|
12574
|
-
},
|
|
12575
12575
|
]
|
|
12576
12576
|
},
|
|
12577
12577
|
{
|
|
@@ -12593,12 +12593,9 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12593
12593
|
name: 'PARAM_EXT_VALUE',
|
|
12594
12594
|
fields: [
|
|
12595
12595
|
{
|
|
12596
|
-
name: '
|
|
12597
|
-
type: '
|
|
12598
|
-
|
|
12599
|
-
{
|
|
12600
|
-
name: 'param_index',
|
|
12601
|
-
type: 'uint16_t',
|
|
12596
|
+
name: 'param_value',
|
|
12597
|
+
type: 'char',
|
|
12598
|
+
arrayLength: 128,
|
|
12602
12599
|
},
|
|
12603
12600
|
{
|
|
12604
12601
|
name: 'param_id',
|
|
@@ -12606,9 +12603,12 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12606
12603
|
arrayLength: 16,
|
|
12607
12604
|
},
|
|
12608
12605
|
{
|
|
12609
|
-
name: '
|
|
12610
|
-
type: '
|
|
12611
|
-
|
|
12606
|
+
name: 'param_count',
|
|
12607
|
+
type: 'uint16_t',
|
|
12608
|
+
},
|
|
12609
|
+
{
|
|
12610
|
+
name: 'param_index',
|
|
12611
|
+
type: 'uint16_t',
|
|
12612
12612
|
},
|
|
12613
12613
|
{
|
|
12614
12614
|
name: 'param_type',
|
|
@@ -12621,12 +12621,9 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12621
12621
|
name: 'PARAM_EXT_SET',
|
|
12622
12622
|
fields: [
|
|
12623
12623
|
{
|
|
12624
|
-
name: '
|
|
12625
|
-
type: '
|
|
12626
|
-
|
|
12627
|
-
{
|
|
12628
|
-
name: 'target_component',
|
|
12629
|
-
type: 'uint8_t',
|
|
12624
|
+
name: 'param_value',
|
|
12625
|
+
type: 'char',
|
|
12626
|
+
arrayLength: 128,
|
|
12630
12627
|
},
|
|
12631
12628
|
{
|
|
12632
12629
|
name: 'param_id',
|
|
@@ -12634,9 +12631,12 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12634
12631
|
arrayLength: 16,
|
|
12635
12632
|
},
|
|
12636
12633
|
{
|
|
12637
|
-
name: '
|
|
12638
|
-
type: '
|
|
12639
|
-
|
|
12634
|
+
name: 'target_system',
|
|
12635
|
+
type: 'uint8_t',
|
|
12636
|
+
},
|
|
12637
|
+
{
|
|
12638
|
+
name: 'target_component',
|
|
12639
|
+
type: 'uint8_t',
|
|
12640
12640
|
},
|
|
12641
12641
|
{
|
|
12642
12642
|
name: 'param_type',
|
|
@@ -12649,14 +12649,14 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12649
12649
|
name: 'PARAM_EXT_ACK',
|
|
12650
12650
|
fields: [
|
|
12651
12651
|
{
|
|
12652
|
-
name: '
|
|
12652
|
+
name: 'param_value',
|
|
12653
12653
|
type: 'char',
|
|
12654
|
-
arrayLength:
|
|
12654
|
+
arrayLength: 128,
|
|
12655
12655
|
},
|
|
12656
12656
|
{
|
|
12657
|
-
name: '
|
|
12657
|
+
name: 'param_id',
|
|
12658
12658
|
type: 'char',
|
|
12659
|
-
arrayLength:
|
|
12659
|
+
arrayLength: 16,
|
|
12660
12660
|
},
|
|
12661
12661
|
{
|
|
12662
12662
|
name: 'param_type',
|
|
@@ -12672,15 +12672,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12672
12672
|
id: 330,
|
|
12673
12673
|
name: 'OBSTACLE_DISTANCE',
|
|
12674
12674
|
fields: [
|
|
12675
|
-
{
|
|
12676
|
-
name: 'time_usec',
|
|
12677
|
-
type: 'uint64_t',
|
|
12678
|
-
},
|
|
12679
12675
|
{
|
|
12680
12676
|
name: 'distances',
|
|
12681
12677
|
type: 'uint16_t',
|
|
12682
12678
|
arrayLength: 72,
|
|
12683
12679
|
},
|
|
12680
|
+
{
|
|
12681
|
+
name: 'time_usec',
|
|
12682
|
+
type: 'uint64_t',
|
|
12683
|
+
},
|
|
12684
12684
|
{
|
|
12685
12685
|
name: 'min_distance',
|
|
12686
12686
|
type: 'uint16_t',
|
|
@@ -12718,6 +12718,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12718
12718
|
id: 331,
|
|
12719
12719
|
name: 'ODOMETRY',
|
|
12720
12720
|
fields: [
|
|
12721
|
+
{
|
|
12722
|
+
name: 'pose_covariance',
|
|
12723
|
+
type: 'float',
|
|
12724
|
+
arrayLength: 21,
|
|
12725
|
+
},
|
|
12726
|
+
{
|
|
12727
|
+
name: 'velocity_covariance',
|
|
12728
|
+
type: 'float',
|
|
12729
|
+
arrayLength: 21,
|
|
12730
|
+
},
|
|
12731
|
+
{
|
|
12732
|
+
name: 'q',
|
|
12733
|
+
type: 'float',
|
|
12734
|
+
arrayLength: 4,
|
|
12735
|
+
},
|
|
12721
12736
|
{
|
|
12722
12737
|
name: 'time_usec',
|
|
12723
12738
|
type: 'uint64_t',
|
|
@@ -12734,11 +12749,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12734
12749
|
name: 'z',
|
|
12735
12750
|
type: 'float',
|
|
12736
12751
|
},
|
|
12737
|
-
{
|
|
12738
|
-
name: 'q',
|
|
12739
|
-
type: 'float',
|
|
12740
|
-
arrayLength: 4,
|
|
12741
|
-
},
|
|
12742
12752
|
{
|
|
12743
12753
|
name: 'vx',
|
|
12744
12754
|
type: 'float',
|
|
@@ -12763,16 +12773,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12763
12773
|
name: 'yawspeed',
|
|
12764
12774
|
type: 'float',
|
|
12765
12775
|
},
|
|
12766
|
-
{
|
|
12767
|
-
name: 'pose_covariance',
|
|
12768
|
-
type: 'float',
|
|
12769
|
-
arrayLength: 21,
|
|
12770
|
-
},
|
|
12771
|
-
{
|
|
12772
|
-
name: 'velocity_covariance',
|
|
12773
|
-
type: 'float',
|
|
12774
|
-
arrayLength: 21,
|
|
12775
|
-
},
|
|
12776
12776
|
{
|
|
12777
12777
|
name: 'frame_id',
|
|
12778
12778
|
type: 'uint8_t',
|
|
@@ -12802,10 +12802,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12802
12802
|
id: 332,
|
|
12803
12803
|
name: 'TRAJECTORY_REPRESENTATION_WAYPOINTS',
|
|
12804
12804
|
fields: [
|
|
12805
|
-
{
|
|
12806
|
-
name: 'time_usec',
|
|
12807
|
-
type: 'uint64_t',
|
|
12808
|
-
},
|
|
12809
12805
|
{
|
|
12810
12806
|
name: 'pos_x',
|
|
12811
12807
|
type: 'float',
|
|
@@ -12866,6 +12862,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12866
12862
|
type: 'uint16_t',
|
|
12867
12863
|
arrayLength: 5,
|
|
12868
12864
|
},
|
|
12865
|
+
{
|
|
12866
|
+
name: 'time_usec',
|
|
12867
|
+
type: 'uint64_t',
|
|
12868
|
+
},
|
|
12869
12869
|
{
|
|
12870
12870
|
name: 'valid_points',
|
|
12871
12871
|
type: 'uint8_t',
|
|
@@ -12876,10 +12876,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12876
12876
|
id: 333,
|
|
12877
12877
|
name: 'TRAJECTORY_REPRESENTATION_BEZIER',
|
|
12878
12878
|
fields: [
|
|
12879
|
-
{
|
|
12880
|
-
name: 'time_usec',
|
|
12881
|
-
type: 'uint64_t',
|
|
12882
|
-
},
|
|
12883
12879
|
{
|
|
12884
12880
|
name: 'pos_x',
|
|
12885
12881
|
type: 'float',
|
|
@@ -12905,6 +12901,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12905
12901
|
type: 'float',
|
|
12906
12902
|
arrayLength: 5,
|
|
12907
12903
|
},
|
|
12904
|
+
{
|
|
12905
|
+
name: 'time_usec',
|
|
12906
|
+
type: 'uint64_t',
|
|
12907
|
+
},
|
|
12908
12908
|
{
|
|
12909
12909
|
name: 'valid_points',
|
|
12910
12910
|
type: 'uint8_t',
|
|
@@ -12988,12 +12988,9 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12988
12988
|
name: 'CELLULAR_CONFIG',
|
|
12989
12989
|
fields: [
|
|
12990
12990
|
{
|
|
12991
|
-
name: '
|
|
12992
|
-
type: '
|
|
12993
|
-
|
|
12994
|
-
{
|
|
12995
|
-
name: 'enable_pin',
|
|
12996
|
-
type: 'uint8_t',
|
|
12991
|
+
name: 'apn',
|
|
12992
|
+
type: 'char',
|
|
12993
|
+
arrayLength: 32,
|
|
12997
12994
|
},
|
|
12998
12995
|
{
|
|
12999
12996
|
name: 'pin',
|
|
@@ -13005,16 +13002,19 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13005
13002
|
type: 'char',
|
|
13006
13003
|
arrayLength: 16,
|
|
13007
13004
|
},
|
|
13008
|
-
{
|
|
13009
|
-
name: 'apn',
|
|
13010
|
-
type: 'char',
|
|
13011
|
-
arrayLength: 32,
|
|
13012
|
-
},
|
|
13013
13005
|
{
|
|
13014
13006
|
name: 'puk',
|
|
13015
13007
|
type: 'char',
|
|
13016
13008
|
arrayLength: 16,
|
|
13017
13009
|
},
|
|
13010
|
+
{
|
|
13011
|
+
name: 'enable_lte',
|
|
13012
|
+
type: 'uint8_t',
|
|
13013
|
+
},
|
|
13014
|
+
{
|
|
13015
|
+
name: 'enable_pin',
|
|
13016
|
+
type: 'uint8_t',
|
|
13017
|
+
},
|
|
13018
13018
|
{
|
|
13019
13019
|
name: 'roaming',
|
|
13020
13020
|
type: 'uint8_t',
|
|
@@ -13043,6 +13043,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13043
13043
|
id: 340,
|
|
13044
13044
|
name: 'UTM_GLOBAL_POSITION',
|
|
13045
13045
|
fields: [
|
|
13046
|
+
{
|
|
13047
|
+
name: 'uas_id',
|
|
13048
|
+
type: 'uint8_t',
|
|
13049
|
+
arrayLength: 18,
|
|
13050
|
+
},
|
|
13046
13051
|
{
|
|
13047
13052
|
name: 'time',
|
|
13048
13053
|
type: 'uint64_t',
|
|
@@ -13103,11 +13108,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13103
13108
|
name: 'update_rate',
|
|
13104
13109
|
type: 'uint16_t',
|
|
13105
13110
|
},
|
|
13106
|
-
{
|
|
13107
|
-
name: 'uas_id',
|
|
13108
|
-
type: 'uint8_t',
|
|
13109
|
-
arrayLength: 18,
|
|
13110
|
-
},
|
|
13111
13111
|
{
|
|
13112
13112
|
name: 'flight_state',
|
|
13113
13113
|
type: 'uint8_t',
|
|
@@ -13122,6 +13122,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13122
13122
|
id: 350,
|
|
13123
13123
|
name: 'DEBUG_FLOAT_ARRAY',
|
|
13124
13124
|
fields: [
|
|
13125
|
+
{
|
|
13126
|
+
name: 'name',
|
|
13127
|
+
type: 'char',
|
|
13128
|
+
arrayLength: 10,
|
|
13129
|
+
},
|
|
13125
13130
|
{
|
|
13126
13131
|
name: 'time_usec',
|
|
13127
13132
|
type: 'uint64_t',
|
|
@@ -13130,11 +13135,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13130
13135
|
name: 'array_id',
|
|
13131
13136
|
type: 'uint16_t',
|
|
13132
13137
|
},
|
|
13133
|
-
{
|
|
13134
|
-
name: 'name',
|
|
13135
|
-
type: 'char',
|
|
13136
|
-
arrayLength: 10,
|
|
13137
|
-
},
|
|
13138
13138
|
{
|
|
13139
13139
|
name: 'data',
|
|
13140
13140
|
type: 'float',
|
|
@@ -13177,6 +13177,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13177
13177
|
id: 370,
|
|
13178
13178
|
name: 'SMART_BATTERY_INFO',
|
|
13179
13179
|
fields: [
|
|
13180
|
+
{
|
|
13181
|
+
name: 'device_name',
|
|
13182
|
+
type: 'char',
|
|
13183
|
+
arrayLength: 50,
|
|
13184
|
+
},
|
|
13185
|
+
{
|
|
13186
|
+
name: 'serial_number',
|
|
13187
|
+
type: 'char',
|
|
13188
|
+
arrayLength: 16,
|
|
13189
|
+
},
|
|
13180
13190
|
{
|
|
13181
13191
|
name: 'capacity_full_specification',
|
|
13182
13192
|
type: 'int32_t',
|
|
@@ -13217,16 +13227,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13217
13227
|
name: 'type',
|
|
13218
13228
|
type: 'uint8_t',
|
|
13219
13229
|
},
|
|
13220
|
-
{
|
|
13221
|
-
name: 'serial_number',
|
|
13222
|
-
type: 'char',
|
|
13223
|
-
arrayLength: 16,
|
|
13224
|
-
},
|
|
13225
|
-
{
|
|
13226
|
-
name: 'device_name',
|
|
13227
|
-
type: 'char',
|
|
13228
|
-
arrayLength: 50,
|
|
13229
|
-
},
|
|
13230
13230
|
{
|
|
13231
13231
|
name: 'charging_maximum_voltage',
|
|
13232
13232
|
type: 'uint16_t',
|
|
@@ -13297,6 +13297,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13297
13297
|
id: 372,
|
|
13298
13298
|
name: 'BATTERY_INFO',
|
|
13299
13299
|
fields: [
|
|
13300
|
+
{
|
|
13301
|
+
name: 'name',
|
|
13302
|
+
type: 'char',
|
|
13303
|
+
arrayLength: 50,
|
|
13304
|
+
},
|
|
13305
|
+
{
|
|
13306
|
+
name: 'serial_number',
|
|
13307
|
+
type: 'char',
|
|
13308
|
+
arrayLength: 32,
|
|
13309
|
+
},
|
|
13310
|
+
{
|
|
13311
|
+
name: 'manufacture_date',
|
|
13312
|
+
type: 'char',
|
|
13313
|
+
arrayLength: 9,
|
|
13314
|
+
},
|
|
13300
13315
|
{
|
|
13301
13316
|
name: 'discharge_minimum_voltage',
|
|
13302
13317
|
type: 'float',
|
|
@@ -13365,21 +13380,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13365
13380
|
name: 'cells_in_series',
|
|
13366
13381
|
type: 'uint8_t',
|
|
13367
13382
|
},
|
|
13368
|
-
{
|
|
13369
|
-
name: 'manufacture_date',
|
|
13370
|
-
type: 'char',
|
|
13371
|
-
arrayLength: 9,
|
|
13372
|
-
},
|
|
13373
|
-
{
|
|
13374
|
-
name: 'serial_number',
|
|
13375
|
-
type: 'char',
|
|
13376
|
-
arrayLength: 32,
|
|
13377
|
-
},
|
|
13378
|
-
{
|
|
13379
|
-
name: 'name',
|
|
13380
|
-
type: 'char',
|
|
13381
|
-
arrayLength: 50,
|
|
13382
|
-
},
|
|
13383
13383
|
]
|
|
13384
13384
|
},
|
|
13385
13385
|
{
|
|
@@ -13436,6 +13436,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13436
13436
|
id: 375,
|
|
13437
13437
|
name: 'ACTUATOR_OUTPUT_STATUS',
|
|
13438
13438
|
fields: [
|
|
13439
|
+
{
|
|
13440
|
+
name: 'actuator',
|
|
13441
|
+
type: 'float',
|
|
13442
|
+
arrayLength: 32,
|
|
13443
|
+
},
|
|
13439
13444
|
{
|
|
13440
13445
|
name: 'time_usec',
|
|
13441
13446
|
type: 'uint64_t',
|
|
@@ -13444,11 +13449,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13444
13449
|
name: 'active',
|
|
13445
13450
|
type: 'uint32_t',
|
|
13446
13451
|
},
|
|
13447
|
-
{
|
|
13448
|
-
name: 'actuator',
|
|
13449
|
-
type: 'float',
|
|
13450
|
-
arrayLength: 32,
|
|
13451
|
-
},
|
|
13452
13452
|
]
|
|
13453
13453
|
},
|
|
13454
13454
|
{
|
|
@@ -13481,6 +13481,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13481
13481
|
id: 385,
|
|
13482
13482
|
name: 'TUNNEL',
|
|
13483
13483
|
fields: [
|
|
13484
|
+
{
|
|
13485
|
+
name: 'payload',
|
|
13486
|
+
type: 'uint8_t',
|
|
13487
|
+
arrayLength: 128,
|
|
13488
|
+
},
|
|
13484
13489
|
{
|
|
13485
13490
|
name: 'payload_type',
|
|
13486
13491
|
type: 'uint16_t',
|
|
@@ -13497,17 +13502,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13497
13502
|
name: 'payload_length',
|
|
13498
13503
|
type: 'uint8_t',
|
|
13499
13504
|
},
|
|
13500
|
-
{
|
|
13501
|
-
name: 'payload',
|
|
13502
|
-
type: 'uint8_t',
|
|
13503
|
-
arrayLength: 128,
|
|
13504
|
-
},
|
|
13505
13505
|
]
|
|
13506
13506
|
},
|
|
13507
13507
|
{
|
|
13508
13508
|
id: 386,
|
|
13509
13509
|
name: 'CAN_FRAME',
|
|
13510
13510
|
fields: [
|
|
13511
|
+
{
|
|
13512
|
+
name: 'data',
|
|
13513
|
+
type: 'uint8_t',
|
|
13514
|
+
arrayLength: 8,
|
|
13515
|
+
},
|
|
13511
13516
|
{
|
|
13512
13517
|
name: 'id',
|
|
13513
13518
|
type: 'uint32_t',
|
|
@@ -13528,11 +13533,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13528
13533
|
name: 'len',
|
|
13529
13534
|
type: 'uint8_t',
|
|
13530
13535
|
},
|
|
13531
|
-
{
|
|
13532
|
-
name: 'data',
|
|
13533
|
-
type: 'uint8_t',
|
|
13534
|
-
arrayLength: 8,
|
|
13535
|
-
},
|
|
13536
13536
|
]
|
|
13537
13537
|
},
|
|
13538
13538
|
{
|
|
@@ -13540,20 +13540,29 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13540
13540
|
name: 'ONBOARD_COMPUTER_STATUS',
|
|
13541
13541
|
fields: [
|
|
13542
13542
|
{
|
|
13543
|
-
name: '
|
|
13544
|
-
type: '
|
|
13543
|
+
name: 'link_type',
|
|
13544
|
+
type: 'uint32_t',
|
|
13545
|
+
arrayLength: 6,
|
|
13545
13546
|
},
|
|
13546
13547
|
{
|
|
13547
|
-
name: '
|
|
13548
|
+
name: 'link_tx_rate',
|
|
13548
13549
|
type: 'uint32_t',
|
|
13550
|
+
arrayLength: 6,
|
|
13549
13551
|
},
|
|
13550
13552
|
{
|
|
13551
|
-
name: '
|
|
13553
|
+
name: 'link_rx_rate',
|
|
13552
13554
|
type: 'uint32_t',
|
|
13555
|
+
arrayLength: 6,
|
|
13553
13556
|
},
|
|
13554
13557
|
{
|
|
13555
|
-
name: '
|
|
13558
|
+
name: 'link_tx_max',
|
|
13556
13559
|
type: 'uint32_t',
|
|
13560
|
+
arrayLength: 6,
|
|
13561
|
+
},
|
|
13562
|
+
{
|
|
13563
|
+
name: 'link_rx_max',
|
|
13564
|
+
type: 'uint32_t',
|
|
13565
|
+
arrayLength: 6,
|
|
13557
13566
|
},
|
|
13558
13567
|
{
|
|
13559
13568
|
name: 'storage_type',
|
|
@@ -13571,29 +13580,28 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13571
13580
|
arrayLength: 4,
|
|
13572
13581
|
},
|
|
13573
13582
|
{
|
|
13574
|
-
name: '
|
|
13575
|
-
type: '
|
|
13576
|
-
arrayLength:
|
|
13583
|
+
name: 'cpu_combined',
|
|
13584
|
+
type: 'uint8_t',
|
|
13585
|
+
arrayLength: 10,
|
|
13577
13586
|
},
|
|
13578
13587
|
{
|
|
13579
|
-
name: '
|
|
13580
|
-
type: '
|
|
13581
|
-
arrayLength:
|
|
13588
|
+
name: 'gpu_combined',
|
|
13589
|
+
type: 'uint8_t',
|
|
13590
|
+
arrayLength: 10,
|
|
13582
13591
|
},
|
|
13583
13592
|
{
|
|
13584
|
-
name: '
|
|
13585
|
-
type: '
|
|
13586
|
-
arrayLength: 6,
|
|
13593
|
+
name: 'time_usec',
|
|
13594
|
+
type: 'uint64_t',
|
|
13587
13595
|
},
|
|
13588
13596
|
{
|
|
13589
|
-
name: '
|
|
13590
|
-
type: '
|
|
13591
|
-
arrayLength:
|
|
13597
|
+
name: 'cpu_cores',
|
|
13598
|
+
type: 'uint8_t',
|
|
13599
|
+
arrayLength: 8,
|
|
13592
13600
|
},
|
|
13593
13601
|
{
|
|
13594
|
-
name: '
|
|
13595
|
-
type: '
|
|
13596
|
-
arrayLength:
|
|
13602
|
+
name: 'temperature_core',
|
|
13603
|
+
type: 'int8_t',
|
|
13604
|
+
arrayLength: 8,
|
|
13597
13605
|
},
|
|
13598
13606
|
{
|
|
13599
13607
|
name: 'fan_speed',
|
|
@@ -13601,56 +13609,36 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13601
13609
|
arrayLength: 4,
|
|
13602
13610
|
},
|
|
13603
13611
|
{
|
|
13604
|
-
name: '
|
|
13605
|
-
type: '
|
|
13612
|
+
name: 'uptime',
|
|
13613
|
+
type: 'uint32_t',
|
|
13606
13614
|
},
|
|
13607
13615
|
{
|
|
13608
|
-
name: '
|
|
13616
|
+
name: 'gpu_cores',
|
|
13609
13617
|
type: 'uint8_t',
|
|
13610
|
-
arrayLength:
|
|
13618
|
+
arrayLength: 4,
|
|
13611
13619
|
},
|
|
13612
13620
|
{
|
|
13613
|
-
name: '
|
|
13614
|
-
type: '
|
|
13615
|
-
arrayLength: 10,
|
|
13621
|
+
name: 'ram_usage',
|
|
13622
|
+
type: 'uint32_t',
|
|
13616
13623
|
},
|
|
13617
13624
|
{
|
|
13618
|
-
name: '
|
|
13619
|
-
type: '
|
|
13620
|
-
arrayLength: 4,
|
|
13625
|
+
name: 'ram_total',
|
|
13626
|
+
type: 'uint32_t',
|
|
13621
13627
|
},
|
|
13622
13628
|
{
|
|
13623
|
-
name: '
|
|
13629
|
+
name: 'type',
|
|
13624
13630
|
type: 'uint8_t',
|
|
13625
|
-
arrayLength: 10,
|
|
13626
13631
|
},
|
|
13627
13632
|
{
|
|
13628
13633
|
name: 'temperature_board',
|
|
13629
13634
|
type: 'int8_t',
|
|
13630
13635
|
},
|
|
13631
|
-
{
|
|
13632
|
-
name: 'temperature_core',
|
|
13633
|
-
type: 'int8_t',
|
|
13634
|
-
arrayLength: 8,
|
|
13635
|
-
},
|
|
13636
13636
|
]
|
|
13637
13637
|
},
|
|
13638
13638
|
{
|
|
13639
13639
|
id: 395,
|
|
13640
13640
|
name: 'COMPONENT_INFORMATION',
|
|
13641
13641
|
fields: [
|
|
13642
|
-
{
|
|
13643
|
-
name: 'time_boot_ms',
|
|
13644
|
-
type: 'uint32_t',
|
|
13645
|
-
},
|
|
13646
|
-
{
|
|
13647
|
-
name: 'general_metadata_file_crc',
|
|
13648
|
-
type: 'uint32_t',
|
|
13649
|
-
},
|
|
13650
|
-
{
|
|
13651
|
-
name: 'peripherals_metadata_file_crc',
|
|
13652
|
-
type: 'uint32_t',
|
|
13653
|
-
},
|
|
13654
13642
|
{
|
|
13655
13643
|
name: 'general_metadata_uri',
|
|
13656
13644
|
type: 'char',
|
|
@@ -13661,24 +13649,24 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13661
13649
|
type: 'char',
|
|
13662
13650
|
arrayLength: 100,
|
|
13663
13651
|
},
|
|
13664
|
-
]
|
|
13665
|
-
},
|
|
13666
|
-
{
|
|
13667
|
-
id: 396,
|
|
13668
|
-
name: 'COMPONENT_INFORMATION_BASIC',
|
|
13669
|
-
fields: [
|
|
13670
13652
|
{
|
|
13671
|
-
name: '
|
|
13672
|
-
type: '
|
|
13653
|
+
name: 'time_boot_ms',
|
|
13654
|
+
type: 'uint32_t',
|
|
13673
13655
|
},
|
|
13674
13656
|
{
|
|
13675
|
-
name: '
|
|
13657
|
+
name: 'general_metadata_file_crc',
|
|
13676
13658
|
type: 'uint32_t',
|
|
13677
13659
|
},
|
|
13678
13660
|
{
|
|
13679
|
-
name: '
|
|
13661
|
+
name: 'peripherals_metadata_file_crc',
|
|
13680
13662
|
type: 'uint32_t',
|
|
13681
13663
|
},
|
|
13664
|
+
]
|
|
13665
|
+
},
|
|
13666
|
+
{
|
|
13667
|
+
id: 396,
|
|
13668
|
+
name: 'COMPONENT_INFORMATION_BASIC',
|
|
13669
|
+
fields: [
|
|
13682
13670
|
{
|
|
13683
13671
|
name: 'vendor_name',
|
|
13684
13672
|
type: 'char',
|
|
@@ -13689,6 +13677,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13689
13677
|
type: 'char',
|
|
13690
13678
|
arrayLength: 32,
|
|
13691
13679
|
},
|
|
13680
|
+
{
|
|
13681
|
+
name: 'serial_number',
|
|
13682
|
+
type: 'char',
|
|
13683
|
+
arrayLength: 32,
|
|
13684
|
+
},
|
|
13692
13685
|
{
|
|
13693
13686
|
name: 'software_version',
|
|
13694
13687
|
type: 'char',
|
|
@@ -13700,9 +13693,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13700
13693
|
arrayLength: 24,
|
|
13701
13694
|
},
|
|
13702
13695
|
{
|
|
13703
|
-
name: '
|
|
13704
|
-
type: '
|
|
13705
|
-
|
|
13696
|
+
name: 'capabilities',
|
|
13697
|
+
type: 'uint64_t',
|
|
13698
|
+
},
|
|
13699
|
+
{
|
|
13700
|
+
name: 'time_boot_ms',
|
|
13701
|
+
type: 'uint32_t',
|
|
13702
|
+
},
|
|
13703
|
+
{
|
|
13704
|
+
name: 'time_manufacture_s',
|
|
13705
|
+
type: 'uint32_t',
|
|
13706
13706
|
},
|
|
13707
13707
|
]
|
|
13708
13708
|
},
|
|
@@ -13710,6 +13710,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13710
13710
|
id: 397,
|
|
13711
13711
|
name: 'COMPONENT_METADATA',
|
|
13712
13712
|
fields: [
|
|
13713
|
+
{
|
|
13714
|
+
name: 'uri',
|
|
13715
|
+
type: 'char',
|
|
13716
|
+
arrayLength: 100,
|
|
13717
|
+
},
|
|
13713
13718
|
{
|
|
13714
13719
|
name: 'time_boot_ms',
|
|
13715
13720
|
type: 'uint32_t',
|
|
@@ -13718,17 +13723,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13718
13723
|
name: 'file_crc',
|
|
13719
13724
|
type: 'uint32_t',
|
|
13720
13725
|
},
|
|
13721
|
-
{
|
|
13722
|
-
name: 'uri',
|
|
13723
|
-
type: 'char',
|
|
13724
|
-
arrayLength: 100,
|
|
13725
|
-
},
|
|
13726
13726
|
]
|
|
13727
13727
|
},
|
|
13728
13728
|
{
|
|
13729
13729
|
id: 400,
|
|
13730
13730
|
name: 'PLAY_TUNE_V2',
|
|
13731
13731
|
fields: [
|
|
13732
|
+
{
|
|
13733
|
+
name: 'tune',
|
|
13734
|
+
type: 'char',
|
|
13735
|
+
arrayLength: 248,
|
|
13736
|
+
},
|
|
13732
13737
|
{
|
|
13733
13738
|
name: 'format',
|
|
13734
13739
|
type: 'uint32_t',
|
|
@@ -13741,11 +13746,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13741
13746
|
name: 'target_component',
|
|
13742
13747
|
type: 'uint8_t',
|
|
13743
13748
|
},
|
|
13744
|
-
{
|
|
13745
|
-
name: 'tune',
|
|
13746
|
-
type: 'char',
|
|
13747
|
-
arrayLength: 248,
|
|
13748
|
-
},
|
|
13749
13749
|
]
|
|
13750
13750
|
},
|
|
13751
13751
|
{
|
|
@@ -13770,6 +13770,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13770
13770
|
id: 410,
|
|
13771
13771
|
name: 'EVENT',
|
|
13772
13772
|
fields: [
|
|
13773
|
+
{
|
|
13774
|
+
name: 'arguments',
|
|
13775
|
+
type: 'uint8_t',
|
|
13776
|
+
arrayLength: 40,
|
|
13777
|
+
},
|
|
13773
13778
|
{
|
|
13774
13779
|
name: 'id',
|
|
13775
13780
|
type: 'uint32_t',
|
|
@@ -13794,11 +13799,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13794
13799
|
name: 'log_levels',
|
|
13795
13800
|
type: 'uint8_t',
|
|
13796
13801
|
},
|
|
13797
|
-
{
|
|
13798
|
-
name: 'arguments',
|
|
13799
|
-
type: 'uint8_t',
|
|
13800
|
-
arrayLength: 40,
|
|
13801
|
-
},
|
|
13802
13802
|
]
|
|
13803
13803
|
},
|
|
13804
13804
|
{
|
|
@@ -13867,6 +13867,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13867
13867
|
id: 435,
|
|
13868
13868
|
name: 'AVAILABLE_MODES',
|
|
13869
13869
|
fields: [
|
|
13870
|
+
{
|
|
13871
|
+
name: 'mode_name',
|
|
13872
|
+
type: 'char',
|
|
13873
|
+
arrayLength: 35,
|
|
13874
|
+
},
|
|
13870
13875
|
{
|
|
13871
13876
|
name: 'custom_mode',
|
|
13872
13877
|
type: 'uint32_t',
|
|
@@ -13887,11 +13892,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13887
13892
|
name: 'standard_mode',
|
|
13888
13893
|
type: 'uint8_t',
|
|
13889
13894
|
},
|
|
13890
|
-
{
|
|
13891
|
-
name: 'mode_name',
|
|
13892
|
-
type: 'char',
|
|
13893
|
-
arrayLength: 35,
|
|
13894
|
-
},
|
|
13895
13895
|
]
|
|
13896
13896
|
},
|
|
13897
13897
|
{
|
|
@@ -13976,6 +13976,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13976
13976
|
id: 387,
|
|
13977
13977
|
name: 'CANFD_FRAME',
|
|
13978
13978
|
fields: [
|
|
13979
|
+
{
|
|
13980
|
+
name: 'data',
|
|
13981
|
+
type: 'uint8_t',
|
|
13982
|
+
arrayLength: 64,
|
|
13983
|
+
},
|
|
13979
13984
|
{
|
|
13980
13985
|
name: 'id',
|
|
13981
13986
|
type: 'uint32_t',
|
|
@@ -13996,11 +14001,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13996
14001
|
name: 'len',
|
|
13997
14002
|
type: 'uint8_t',
|
|
13998
14003
|
},
|
|
13999
|
-
{
|
|
14000
|
-
name: 'data',
|
|
14001
|
-
type: 'uint8_t',
|
|
14002
|
-
arrayLength: 64,
|
|
14003
|
-
},
|
|
14004
14004
|
]
|
|
14005
14005
|
},
|
|
14006
14006
|
{
|
|
@@ -14038,15 +14038,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14038
14038
|
id: 9000,
|
|
14039
14039
|
name: 'WHEEL_DISTANCE',
|
|
14040
14040
|
fields: [
|
|
14041
|
-
{
|
|
14042
|
-
name: 'time_usec',
|
|
14043
|
-
type: 'uint64_t',
|
|
14044
|
-
},
|
|
14045
14041
|
{
|
|
14046
14042
|
name: 'distance',
|
|
14047
14043
|
type: 'double',
|
|
14048
14044
|
arrayLength: 16,
|
|
14049
14045
|
},
|
|
14046
|
+
{
|
|
14047
|
+
name: 'time_usec',
|
|
14048
|
+
type: 'uint64_t',
|
|
14049
|
+
},
|
|
14050
14050
|
{
|
|
14051
14051
|
name: 'count',
|
|
14052
14052
|
type: 'uint8_t',
|
|
@@ -14096,30 +14096,30 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14096
14096
|
name: 'OPEN_DRONE_ID_BASIC_ID',
|
|
14097
14097
|
fields: [
|
|
14098
14098
|
{
|
|
14099
|
-
name: '
|
|
14099
|
+
name: 'id_or_mac',
|
|
14100
14100
|
type: 'uint8_t',
|
|
14101
|
+
arrayLength: 20,
|
|
14101
14102
|
},
|
|
14102
14103
|
{
|
|
14103
|
-
name: '
|
|
14104
|
+
name: 'uas_id',
|
|
14104
14105
|
type: 'uint8_t',
|
|
14106
|
+
arrayLength: 20,
|
|
14105
14107
|
},
|
|
14106
14108
|
{
|
|
14107
|
-
name: '
|
|
14109
|
+
name: 'target_system',
|
|
14108
14110
|
type: 'uint8_t',
|
|
14109
|
-
arrayLength: 20,
|
|
14110
14111
|
},
|
|
14111
14112
|
{
|
|
14112
|
-
name: '
|
|
14113
|
+
name: 'target_component',
|
|
14113
14114
|
type: 'uint8_t',
|
|
14114
14115
|
},
|
|
14115
14116
|
{
|
|
14116
|
-
name: '
|
|
14117
|
+
name: 'id_type',
|
|
14117
14118
|
type: 'uint8_t',
|
|
14118
14119
|
},
|
|
14119
14120
|
{
|
|
14120
|
-
name: '
|
|
14121
|
+
name: 'ua_type',
|
|
14121
14122
|
type: 'uint8_t',
|
|
14122
|
-
arrayLength: 20,
|
|
14123
14123
|
},
|
|
14124
14124
|
]
|
|
14125
14125
|
},
|
|
@@ -14127,6 +14127,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14127
14127
|
id: 12901,
|
|
14128
14128
|
name: 'OPEN_DRONE_ID_LOCATION',
|
|
14129
14129
|
fields: [
|
|
14130
|
+
{
|
|
14131
|
+
name: 'id_or_mac',
|
|
14132
|
+
type: 'uint8_t',
|
|
14133
|
+
arrayLength: 20,
|
|
14134
|
+
},
|
|
14130
14135
|
{
|
|
14131
14136
|
name: 'latitude',
|
|
14132
14137
|
type: 'int32_t',
|
|
@@ -14171,11 +14176,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14171
14176
|
name: 'target_component',
|
|
14172
14177
|
type: 'uint8_t',
|
|
14173
14178
|
},
|
|
14174
|
-
{
|
|
14175
|
-
name: 'id_or_mac',
|
|
14176
|
-
type: 'uint8_t',
|
|
14177
|
-
arrayLength: 20,
|
|
14178
|
-
},
|
|
14179
14179
|
{
|
|
14180
14180
|
name: 'status',
|
|
14181
14181
|
type: 'uint8_t',
|
|
@@ -14210,6 +14210,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14210
14210
|
id: 12902,
|
|
14211
14211
|
name: 'OPEN_DRONE_ID_AUTHENTICATION',
|
|
14212
14212
|
fields: [
|
|
14213
|
+
{
|
|
14214
|
+
name: 'authentication_data',
|
|
14215
|
+
type: 'uint8_t',
|
|
14216
|
+
arrayLength: 23,
|
|
14217
|
+
},
|
|
14218
|
+
{
|
|
14219
|
+
name: 'id_or_mac',
|
|
14220
|
+
type: 'uint8_t',
|
|
14221
|
+
arrayLength: 20,
|
|
14222
|
+
},
|
|
14213
14223
|
{
|
|
14214
14224
|
name: 'timestamp',
|
|
14215
14225
|
type: 'uint32_t',
|
|
@@ -14222,11 +14232,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14222
14232
|
name: 'target_component',
|
|
14223
14233
|
type: 'uint8_t',
|
|
14224
14234
|
},
|
|
14225
|
-
{
|
|
14226
|
-
name: 'id_or_mac',
|
|
14227
|
-
type: 'uint8_t',
|
|
14228
|
-
arrayLength: 20,
|
|
14229
|
-
},
|
|
14230
14235
|
{
|
|
14231
14236
|
name: 'authentication_type',
|
|
14232
14237
|
type: 'uint8_t',
|
|
@@ -14243,11 +14248,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14243
14248
|
name: 'length',
|
|
14244
14249
|
type: 'uint8_t',
|
|
14245
14250
|
},
|
|
14246
|
-
{
|
|
14247
|
-
name: 'authentication_data',
|
|
14248
|
-
type: 'uint8_t',
|
|
14249
|
-
arrayLength: 23,
|
|
14250
|
-
},
|
|
14251
14251
|
]
|
|
14252
14252
|
},
|
|
14253
14253
|
{
|
|
@@ -14255,26 +14255,26 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14255
14255
|
name: 'OPEN_DRONE_ID_SELF_ID',
|
|
14256
14256
|
fields: [
|
|
14257
14257
|
{
|
|
14258
|
-
name: '
|
|
14259
|
-
type: '
|
|
14258
|
+
name: 'description',
|
|
14259
|
+
type: 'char',
|
|
14260
|
+
arrayLength: 23,
|
|
14260
14261
|
},
|
|
14261
14262
|
{
|
|
14262
|
-
name: '
|
|
14263
|
+
name: 'id_or_mac',
|
|
14263
14264
|
type: 'uint8_t',
|
|
14265
|
+
arrayLength: 20,
|
|
14264
14266
|
},
|
|
14265
14267
|
{
|
|
14266
|
-
name: '
|
|
14268
|
+
name: 'target_system',
|
|
14267
14269
|
type: 'uint8_t',
|
|
14268
|
-
arrayLength: 20,
|
|
14269
14270
|
},
|
|
14270
14271
|
{
|
|
14271
|
-
name: '
|
|
14272
|
+
name: 'target_component',
|
|
14272
14273
|
type: 'uint8_t',
|
|
14273
14274
|
},
|
|
14274
14275
|
{
|
|
14275
|
-
name: '
|
|
14276
|
-
type: '
|
|
14277
|
-
arrayLength: 23,
|
|
14276
|
+
name: 'description_type',
|
|
14277
|
+
type: 'uint8_t',
|
|
14278
14278
|
},
|
|
14279
14279
|
]
|
|
14280
14280
|
},
|
|
@@ -14282,6 +14282,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14282
14282
|
id: 12904,
|
|
14283
14283
|
name: 'OPEN_DRONE_ID_SYSTEM',
|
|
14284
14284
|
fields: [
|
|
14285
|
+
{
|
|
14286
|
+
name: 'id_or_mac',
|
|
14287
|
+
type: 'uint8_t',
|
|
14288
|
+
arrayLength: 20,
|
|
14289
|
+
},
|
|
14285
14290
|
{
|
|
14286
14291
|
name: 'operator_latitude',
|
|
14287
14292
|
type: 'int32_t',
|
|
@@ -14322,11 +14327,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14322
14327
|
name: 'target_component',
|
|
14323
14328
|
type: 'uint8_t',
|
|
14324
14329
|
},
|
|
14325
|
-
{
|
|
14326
|
-
name: 'id_or_mac',
|
|
14327
|
-
type: 'uint8_t',
|
|
14328
|
-
arrayLength: 20,
|
|
14329
|
-
},
|
|
14330
14330
|
{
|
|
14331
14331
|
name: 'operator_location_type',
|
|
14332
14332
|
type: 'uint8_t',
|
|
@@ -14350,26 +14350,26 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14350
14350
|
name: 'OPEN_DRONE_ID_OPERATOR_ID',
|
|
14351
14351
|
fields: [
|
|
14352
14352
|
{
|
|
14353
|
-
name: '
|
|
14353
|
+
name: 'id_or_mac',
|
|
14354
14354
|
type: 'uint8_t',
|
|
14355
|
+
arrayLength: 20,
|
|
14355
14356
|
},
|
|
14356
14357
|
{
|
|
14357
|
-
name: '
|
|
14358
|
-
type: '
|
|
14358
|
+
name: 'operator_id',
|
|
14359
|
+
type: 'char',
|
|
14360
|
+
arrayLength: 20,
|
|
14359
14361
|
},
|
|
14360
14362
|
{
|
|
14361
|
-
name: '
|
|
14363
|
+
name: 'target_system',
|
|
14362
14364
|
type: 'uint8_t',
|
|
14363
|
-
arrayLength: 20,
|
|
14364
14365
|
},
|
|
14365
14366
|
{
|
|
14366
|
-
name: '
|
|
14367
|
+
name: 'target_component',
|
|
14367
14368
|
type: 'uint8_t',
|
|
14368
14369
|
},
|
|
14369
14370
|
{
|
|
14370
|
-
name: '
|
|
14371
|
-
type: '
|
|
14372
|
-
arrayLength: 20,
|
|
14371
|
+
name: 'operator_id_type',
|
|
14372
|
+
type: 'uint8_t',
|
|
14373
14373
|
},
|
|
14374
14374
|
]
|
|
14375
14375
|
},
|
|
@@ -14378,30 +14378,30 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14378
14378
|
name: 'OPEN_DRONE_ID_MESSAGE_PACK',
|
|
14379
14379
|
fields: [
|
|
14380
14380
|
{
|
|
14381
|
-
name: '
|
|
14381
|
+
name: 'messages',
|
|
14382
14382
|
type: 'uint8_t',
|
|
14383
|
+
arrayLength: 225,
|
|
14383
14384
|
},
|
|
14384
14385
|
{
|
|
14385
|
-
name: '
|
|
14386
|
+
name: 'id_or_mac',
|
|
14386
14387
|
type: 'uint8_t',
|
|
14388
|
+
arrayLength: 20,
|
|
14387
14389
|
},
|
|
14388
14390
|
{
|
|
14389
|
-
name: '
|
|
14391
|
+
name: 'target_system',
|
|
14390
14392
|
type: 'uint8_t',
|
|
14391
|
-
arrayLength: 20,
|
|
14392
14393
|
},
|
|
14393
14394
|
{
|
|
14394
|
-
name: '
|
|
14395
|
+
name: 'target_component',
|
|
14395
14396
|
type: 'uint8_t',
|
|
14396
14397
|
},
|
|
14397
14398
|
{
|
|
14398
|
-
name: '
|
|
14399
|
+
name: 'single_message_size',
|
|
14399
14400
|
type: 'uint8_t',
|
|
14400
14401
|
},
|
|
14401
14402
|
{
|
|
14402
|
-
name: '
|
|
14403
|
+
name: 'msg_pack_size',
|
|
14403
14404
|
type: 'uint8_t',
|
|
14404
|
-
arrayLength: 225,
|
|
14405
14405
|
},
|
|
14406
14406
|
]
|
|
14407
14407
|
},
|
|
@@ -14409,15 +14409,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14409
14409
|
id: 12918,
|
|
14410
14410
|
name: 'OPEN_DRONE_ID_ARM_STATUS',
|
|
14411
14411
|
fields: [
|
|
14412
|
-
{
|
|
14413
|
-
name: 'status',
|
|
14414
|
-
type: 'uint8_t',
|
|
14415
|
-
},
|
|
14416
14412
|
{
|
|
14417
14413
|
name: 'error',
|
|
14418
14414
|
type: 'char',
|
|
14419
14415
|
arrayLength: 50,
|
|
14420
14416
|
},
|
|
14417
|
+
{
|
|
14418
|
+
name: 'status',
|
|
14419
|
+
type: 'uint8_t',
|
|
14420
|
+
},
|
|
14421
14421
|
]
|
|
14422
14422
|
},
|
|
14423
14423
|
{
|