strafe To Linear Heading
fun strafeToLinearHeading(pos: Vector2d, posUnit: Distance = Inches, heading: Rotation2d): TaskBuilder
fun strafeToLinearHeading(pos: Vector2d, posUnit: Distance = Inches, heading: Double, headingUnit: Angle = Radians): TaskBuilder
Move to the specified pos vector while linearly interpolating the heading to heading.