Using encoders, have robot drive forward two feet at varying speeds.
Look at the javadocs if you have confusion. It may be a good idea to create a program that only prints out the values for the rates of the encoders. To print information to the console use:
Using encoders, have robot drive forward two feet at varying speeds.
Look at the javadocs if you have confusion. It may be a good idea to create a program that only prints out the values for the rates of the encoders. To print information to the console use:
System.out.println(INFOHERE);