driveWithRotation

fun driveWithRotation(radians: Double, magnitude: Double, rotation: Double)

Deprecated (with error)

driveWithRotation is deprecated, use drive with rotation parameter instead.

Replace with

TriWheels.drive(radius, magnitude, rotation = rotation)

Does the same thing as drive but it rotates the robot with a given rotation too.