Multiple Definition Error (Vector 47)

Hi there!

I see you have included two libraries, the Servo library and AltSoftSerial. Most likely these two libraries are trying to use the same timer on the microcontroller at the same time, which would give you this error. Trying using the ServoTimer2 library and everything should be fine.

Good luck!