Skip to content

Commit

Permalink
Tools: adjust default ModalAI parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jul 13, 2024
1 parent 22adc47 commit a3f1ed6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Tools/Frame_params/ModalAI/AutonomyDevKit.parm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ LOG_BITMASK 65535
# mag field varies quite a lot between batteries
ARMING_MAGTHRESH 200

# IMU orientation
AHRS_ORIENTATION 8

# compass orientation
COMPASS_ORIENT 8

# filtering
INS_GYRO_FILTER 40
INS_HNTCH_ENABLE 1
Expand Down Expand Up @@ -55,6 +61,9 @@ BATT_VOLT_PIN 1
BATT_CURR_PIN 2
BATT_VOLT_MULT 1
BATT_AMP_PERVLT 1
# on the test board we have a current offset of -16.8A
# we need to check if this applies to all versions of this vehicle
BATT_AMP_OFFSET -16.8

# 2S battery range
MOT_BAT_VOLT_MAX 8.400000
Expand Down

0 comments on commit a3f1ed6

Please sign in to comment.