-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpx4_params.json
68 lines (67 loc) · 2.24 KB
/
px4_params.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"SENS_EN_LL40LS":{
"valid_values":[
"2"
],
"error_message":"Set this parameter to I2C if you use a Garmin lidar as a rangefinder to measure height!"
},
"DSHOT_CONFIG":{
"valid_values":[
"150",
"300",
"600",
"1200"
],
"error_message":"Setup DSHOT on the Pixhawk, DSHOT is critical for correct operations of the UAV!"
},
"SYS_USE_IO":{
"valid_values":[
"0"
],
"error_message":"Set this parameter to IO PWM disabled, otherwise DSHOT will not work."
},
"SYS_HAS_MAG":{
"valid_values":[
"1"
],
"error_message":"Magnetometer is disabled - set this paramter to Yes and calibrate magnetometer."
},
"CBRK_IO_SAFETY":{
"valid_values":[
"0"
],
"error_message":"Set this parameter to 0, otherwise safety button will not work."
},
"RC_MAP_FAILSAFE":{
"valid_values":[
"0",
"2"
],
"error_message":"If you use R81 receiver, set this parameter to 0. For Optima, set it to 2, otherwise RC loss failsafe will not work. Test the failsafe."
},
"RC_FAILS_THR":{
"valid_values":[
"0",
"950"
],
"error_message":"If you use R81 receiver, set this parameter to 0. For Optima, set it to 950, otherwise RC loss failsafe will not work. Test the failsafe."
},
"CAL_MAG0_PRIO":{
"valid_values":[
"1"
],
"error_message":"Internal magnetometer priority - set to 'Min' when using Pixhawk 6X/6C, or newer firmware (1.13.2-3). You can ignore this if you run Pixhawk 4 on 1.11.2"
},
"CAL_MAG1_PRIO":{
"valid_values":[
"100"
],
"error_message":"External magnetometer priority - set to 'Max' when using Pixhawk 6X/6C, or newer firmware (1.13.2-3). You can ignore this if you run Pixhawk 4 on 1.11.2"
},
"SENS_MAG_MODE":{
"valid_values":[
"1"
],
"error_message":"Set to 'Publish primary magnetometer' when using Pixhawk 6X/6C, or newer firmware (1.13.2-3). You can ignore this if you run Pixhawk 4 on 1.11.2"
}
}