The navX is a sensor on the robot that measures heading/angle. To implement its functionality into the robot code, you must download a plugin and add it to the Java build path, just like the FRC plugins you downloaded previously. Here is the link.
Download this zip file, unzip it and do the installation setup. This will install the jar file into C:\Users\\navx-mxp\java\lib. Add this to your Java Build Path.
The navX is a sensor on the robot that measures heading/angle. To implement its functionality into the robot code, you must download a plugin and add it to the Java build path, just like the FRC plugins you downloaded previously. Here is the link.
Download this zip file, unzip it and do the installation setup. This will install the jar file into C:\Users\\navx-mxp\java\lib. Add this to your Java Build Path.