|
LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
|
#include <controllerOutput.hpp>
Public Member Functions | |
| virtual void | controllerSet (T ivalue)=0 |
| Writes the value of the controller output. | |
Definition at line 9 of file controllerOutput.hpp.
|
pure virtual |
Writes the value of the controller output.
This method might be automatically called in another thread by the controller. The range of input values is expected to be [-1, 1].
| ivalue | the controller's output in the range [-1, 1] |
Implemented in okapi::AsyncWrapper< Input, Output >, okapi::ADIMotor, okapi::Motor, and okapi::MotorGroup.