TiltRecognizeSettings constructor

const TiltRecognizeSettings({
  1. double lenOnDegreeMm = 1,
  2. double horizontalSwerveDeg = 20,
  3. double verticalSwerveDeg = 10,
  4. double thresholdMm = 1.100000023841858,
  5. double maxParallelsDeviationDeg = 16,
})

Implementation

const TiltRecognizeSettings({
  this.lenOnDegreeMm = 1,
  this.horizontalSwerveDeg = 20,
  this.verticalSwerveDeg = 10,
  this.thresholdMm = 1.100000023841858,
  this.maxParallelsDeviationDeg = 16
});