I pushed the NavX rotate to angle example to my code but now i'm receiving another error. No matter what I put in the PIDOutput space it is coming out as not being able to convert it.
Code:
RobotDrive myRobot;
turnController = new PIDController(kP, kI, kD, ahrs, myRobot);