toggle menu
TeamCode
androidJvm
switch theme
search in API
TeamCode
/
org.firstinspires.ftc.teamcode.api
/
TriWheels
/
drive
drive
fun
drive
(
radians
:
Double
,
magnitude
:
Double
,
rotation
:
Double
=
0.0
)
Makes the robot drive in a certain direction
radians
with a given strength
magnitude
.