The
Quote:
if(launchservo.getPos() == 45){
return true;}
else {
return false;}
|
and the other one that has a 0 in place of the 45. - It's in the isFinished() methods of the two servo commands - its what SHOULD shut them off when they reach their position.
THANKS!