Skip to content

Commit

Permalink
Tweak data gain on sep motors ref #2921
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Oct 25, 2023
1 parent a1f0998 commit 919c99f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@
ignitionDynPresFailMultiplier = 1000 // not a concern.
cycleReliabilityStart = 0.99
cycleReliabilityEnd = 0.9999 // because fail in first 5s is 10x, bump this up higher than expected.
reliabilityDataRateMultiplier = 0.1 // we already start reliable, so don't get data too fast
reliabilityDataRateMultiplier = 0.4 // we already start reliable, so don't get data too fast
isSolid = True
}
}
Expand Down

0 comments on commit 919c99f

Please sign in to comment.