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

double botAngle()

Returns the global heading of the robot in degrees

Example

//This will print the global heading of the robot
std::cout << wc.botAngle() << std::endl;