I HAVE A PROBLEM, I WROTE THIS CODE FOR AUTONOMOUS:
Quote:
if ((AutoSwitch3->Get()== 1) && (limitSwitchB->Get()== 1))
{
CamKicker->Set(1.0);
Wait(1.0);
CamKicker->Set(0.0);
}
|
when the third switch on the robot is on it sets the cam kicker. before the camKicker is being is set it is pressing limitswitchb.
but its not working, can anyone help please??