Motors acting crazy

int FDR = 60;       // variable to store the Trigger servo position - Release position

The best comments ARE the code:

int triggerReleasePosition = 60;

And now you don't have to go find the comment when you see it later.