Hi there. I’m a first time mentor (and teacher) for my school’s first VEX Robotics team. We are set for our first VEX Toss-Up qualifying event in Mississauga, Ontario on Feb 22nd. I’ve searched various threads for two questions I have but have yet found nothing. If someone could steer me in the right direction please:
In the robotc competition template, we have the following three lines:
#pragma competitionControl(Competition)
#pragma autonomousDuration(20)
#pragma useControlDuraction(120)
Are “20” and “120” the correct time lenghts to use for this competition?
The second question: how can we TEST our autonomous programs? We have 8 different autonomous scenarios…
Thank you.