2.4.3.2. ouster_telemetry module¶
- class ouster_telemetry.OusterTelemetry(input_current_ma: int, input_voltage_mv: int, internal_temperature_deg_c: int)[source]¶
Bases:
object
Represents the telemetry data of the ouster sensor.
- class ouster_telemetry.OusterTelemetryRecorder(host: str, port: int, interval: int, output: str)[source]¶
Bases:
object
Records the telemetry data of the ouster sensor. Use the method record_telemetry() to start recording.
- host¶
IP address or hostname of the ouster sensor
- port¶
Port of the ouster sensor
- interval¶
Interval in seconds to record the telemetry data
- output¶
Path to the output file
- get_current_sensor_telemetry() OusterTelemetry [source]¶
Gets the telemetry data from the sensor.