Quote:
Originally Posted by DweebsUnited
These are snippets from our code files, using an iterative robot template from last year.
.....
The Teleop code:
Code:
void FRC2410Robot::TeleopContinuous()
{
testing->Set(1.0);
}
|
That could be your problem..... The continuous method have been removed from the IterativeTemplate in the library so your Set method is never being called.
Source: 1)The template code 2) #2 under the second paragraph of Changes for C++ and Java here:
http://wpilib.screenstepslive.com/s/...software-notes