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