core / com.acmerobotics.roadrunner.tuning / RampRegression / RampResult

RampResult

data class RampResult

Feedforward parameter estimates from the ramp regression and additional summary statistics

Constructors

<init>

RampResult(kV: Double, kStatic: Double, rSquare: Double)

Feedforward parameter estimates from the ramp regression and additional summary statistics

Properties

kStatic

val kStatic: Double

kV

val kV: Double

rSquare

val rSquare: Double