Quote:
Originally Posted by magnets
We want to know if there's a way for the robot (or even teams) to know when the match will end. The answer to this question appears to be NO.
|
If your team uses C++ or Java, the best way to determine how much time is left in the match is to create a Timer object and start the timer ticking at the beginning of teleop. Then, when the timer reads 135s, you will know that the match has ended. I assume LabVIEW has similar capabilities.