Road Runner Drive
Interface implemented by all RoadRunner drive classes.
Author
Lucas Bubner, 2024
Since
6.0.0
Inheritors
Functions
Link copied to clipboard
Get the accumulator for this drive.
Link copied to clipboard
The constants object represents all configuration options required for creating a RoadRunner trajectory.
Link copied to clipboard
Get the localizer for this drive.
Link copied to clipboard
Begin building a RoadRunner trajectory from the last-known robot position when this method is called.
open fun makeTrajectory(@NonNull startVec: Vector2d, @NonNull distUnit: Distance, ang: Double, @NonNull angUnit: Angle): TaskBuilder
open fun makeTrajectory(@NonNull startVec: Vector2d, @NonNull distUnit: Distance, ang: Double, @NonNull angUnit: Angle, @NonNull poseMap: PoseMap): TaskBuilder
Begin building a RoadRunner trajectory from the supplied pose when this method is called.
Begin building a RoadRunner trajectory from the inverse (PoseMap piped) last-known robot position when this method is called.
Link copied to clipboard
Set the accumulator for this drive.
Link copied to clipboard
Set the localizer for this drive.