Our team is relatively new (this is our second year) and our programming team is even newer (first year, as our last team graduated). This is my first time using Java, and I keep getting an "Import section does not correspond to the specified codestyle used" error every time I attempt to import a Jaguar. I've been using
Code:
import edu.wpi.first.wpilibj.Jaguar;
as that is how I learned to import a Jaguar or other items at a programming workshop. All I'm trying to do is set up a Jaguar to drive and turn the robot, a seemingly simple task. If anyone can send a sample code or simple words of advice, my team and I would be seriously grateful. Thanks.
