KiwiDrive

object KiwiDrive : API

Properties

Link copied to clipboard
val controller: HolonomicController
Link copied to clipboard
open override val dependencies: Set<API>

Configures all APIs that must be initialized in order to use this API.

Link copied to clipboard
val feedforward: MotorFeedforward
Link copied to clipboard

Returns true if init has been called for this opmode.

Link copied to clipboard
open val isLinear: Boolean = false

Defines whether this API requires features from LinearOpMode.

Link copied to clipboard
var pose: Pose2d

Functions

Link copied to clipboard
fun actionBuilder(beginPose: Pose2d): TrajectoryActionBuilder
Link copied to clipboard
open fun init(opMode: OpMode)

Initializes this API.

Link copied to clipboard
fun updatePoseEstimates(): PoseVelocity2d

Updates the currently tracked pose using KiwiLocalizer.