Team-Pronto-3070 / SensorBot

0 stars 6 forks source link

First step for sensor bot #4

Open ricesarmagarfelos opened 9 years ago

ricesarmagarfelos commented 9 years ago

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);

OwenCampbellFRC commented 9 years ago

how