|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|
#include <sensor_interface.hpp>

Public Member Functions | |
| virtual void | update ()=0 |
Interface for generic sensor that requires a periodic update.
This interface may be used in conjunction with a sensor scheduler (see #132).
|
pure virtual |
Function that one implements that reads data from the sensor and performs any filtering as required.
Implemented in tap::communication::sensors::current::AnalogCurrentSensor.