WPILibC++ 2025.1.1
|
This class represents the reflectance sensor pair on an XRP robot. More...
#include <frc/xrp/XRPReflectanceSensor.h>
Public Member Functions | |
double | GetLeftReflectanceValue () const |
Returns the reflectance value of the left sensor. | |
double | GetRightReflectanceValue () const |
Returns the reflectance value of the right sensor. | |
This class represents the reflectance sensor pair on an XRP robot.
double frc::XRPReflectanceSensor::GetLeftReflectanceValue | ( | ) | const |
Returns the reflectance value of the left sensor.
double frc::XRPReflectanceSensor::GetRightReflectanceValue | ( | ) | const |
Returns the reflectance value of the right sensor.