Skip to content

Commit 3ac4e2e

Browse files
committed
IMPROVEMENT: small ZD550 consistency fixes
1 parent 46095ad commit 3ac4e2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
INS_LOG_BAT_MASK,7 # Cube Orange has 3 IMUs
1+
BRD_HEAT_TARG,65 # Cube seems to deny anything greater than 65
2+
INS_LOG_BAT_MASK,7 # Calculate IMU calibration for all IMUs, irrespective of their usage in a future step. Saves the trouble of recalibrating an inactive IMU if you later decide to activate it
23
INS_TCAL1_ENABLE,2 # Activates the temperature calibration for IMU 1 at the next start
34
INS_TCAL1_TMAX,64 # heated IMU
45
INS_TCAL2_ENABLE,2 # Activates the temperature calibration for IMU 2 at the next start
56
INS_TCAL2_TMAX,64 # heated IMU
6-
INS_TCAL3_ENABLE,2 # Activates the temperature calibration for IMU 2 at the next start
7+
INS_TCAL3_ENABLE,2 # Activates the temperature calibration for IMU 3 at the next start
78
INS_TCAL3_TMAX,50 # non-heated IMU
89
LOG_BITMASK,524416 # Only for IMU and Raw-IMU
9-
LOG_DISARMED,1 # Gather data for the offline IMU temperature compensation while the FC is disarmed
10-
BRD_HEAT_TARG,65 # Cube seems to deny anything greater than 65
10+
LOG_DISARMED,1 # Gather data for the offline IMU temperature calibration while the FC is disarmed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
AHRS_ORIENTATION,0 # Point forward in the direction of travel
2+
BRD_HEAT_TARG,45 # Reset to default after offline IMU temperature calibration
23
LOG_DISARMED,0 # Log disarmed was only required for offline IMU temperature calibration
3-
BRD_HEAT_TARG,45 # reset to default after temp calibration

0 commit comments

Comments
 (0)