toggle menu
TeamCode
androidJvm
switch theme
search in API
TeamCode
/
org.firstinspires.ftc.teamcode.api.roadrunner
/
FollowTrajectoryAction
Follow
Trajectory
Action
class
FollowTrajectoryAction
(
timeTrajectory
:
TimeTrajectory
)
:
Action
An
Action
used to make a
KiwiDrive
follow a trajectory.
Members
Constructors
Follow
Trajectory
Action
Link copied to clipboard
constructor
(
timeTrajectory
:
TimeTrajectory
)
Functions
preview
Link copied to clipboard
open
fun
preview
(
fieldOverlay
:
Canvas
)
run
Link copied to clipboard
open
override
fun
run
(
p
:
TelemetryPacket
)
:
Boolean