Returns the y position of the robot in inches.
A double containing the y position of the robot in inches.
double
positioner.setPos(PVector(0, 0), 0); cout << positioner.yPosition() << endl; // Prints 0