PosVelGain

data class PosVelGain @JvmOverloads constructor(var posGain: Double, var velGain: Double = 0.0)

Gains for the position-velocity controller.

Constructors

Link copied to clipboard
constructor(posGain: Double, velGain: Double = 0.0)

Properties

Link copied to clipboard

proportional gain for position

Link copied to clipboard

proportional gain for velocity