Skip to main content Link Menu Expand (external link) Document Search Copy Copied

bool isBlue()

Returns true if the robot is set to the blue alliance

Example

if (wc.isBlue()) {
    std::cout << "Robot is blue" << std::endl;
}