RE: Autonomous help

“My team (4221A) is going to the world competition in Anaheim. One of the issues we had was autonomous. We basically timed how long each motor would move with the wait block. Is there a better way to do autonomous?”

The easiest way is to use encoders on your wheels and count out the distance. There are good tuts for this in robotC and easyC manuals.