Returns true if the robot is set to the blue alliance
if (wc.isBlue()) { std::cout << "Robot is blue" << std::endl; }