TankParameters
@Serializable
@SerialName(value = "TankParameters")
Constructors
Link copied to clipboard
constructor(trackWidth: Double = 0.0, wheelBase: Double = 0.0, leftMotors: MutableList<MotorConfig> = arrayListOf(MotorConfig(), MotorConfig()), rightMotors: MutableList<MotorConfig> = arrayListOf(MotorConfig(), MotorConfig()))