viam.components.sensor
Submodules
Package Contents
Classes
Sensor represents a physical sensing device that can provide measurement readings. |
- class viam.components.sensor.Sensor(name: str)[source]
Sensor represents a physical sensing device that can provide measurement readings.
This acts as an abstract base class for any drivers representing specific sensor implementations. This cannot be used on its own. If the
__init__()
function is overridden, it must call thesuper().__init__()
function.- SUBTYPE