I am new to teaching robotics, and I am having trouble with text coding in the V5 program. I am using the speedbot template, with no gyro. I am trying to move the drivetrain forward using auto fill (and without). When I type the line of code
drivetrain.driveFor(forward, 30, mm);
I am getting an error at the period. Everything I have found in helping includes the period. Anyone have any suggestions?
Is your drivetrain object named drivetrain or Drivetrain? CPP might be getting confused since there is an object type of drivetrain in the vex class (or so I think, I just use 4 motors for my drivetrain still)