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

bool isRed()

Returns true if the robot is set to the red alliance

Example

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