lineToXLinearHeading

fun lineToXLinearHeading(posX: Double, posUnit: Distance = Inches, heading: Rotation2d): TaskBuilder
fun lineToXLinearHeading(posX: Double, posUnit: Distance = Inches, heading: Double, headingUnit: Angle = Radians): TaskBuilder

Move to the specified posX coordinate in the direction of the current heading while linearly interpolating the heading to heading.