Skip to content

Commit 3bc7ae5

Browse files
authored
Add note indicating the data log feature was added in 2022.4.1 (#1771)
1 parent 50763d1 commit 3bc7ae5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/docs/software/telemetry/datalog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
On-Robot Telemetry Recording Into Data Logs
22
===========================================
33

4+
.. note:: The DataLog feature and Data Log Tool were added in WPILib 2022.4.1. The Data Log Tool is installed by the WPILib installer only (new tools are not installed when a robot project is upgraded).
5+
46
By default, no telemetry data is recorded (saved) on the robot. The ``DataLogManager`` class provides a convenient wrapper around the lower-level ``DataLog`` class for on-robot recording of telemetry data into data logs. The WPILib data logs are binary for size and speed reasons. In general, the data log facilities provided by WPILib have minimal overhead to robot code, as all file I/O is performed on a separate thread--the log operation consists of mainly a mutex acquisition and copying the data.
57

68
Structure of Data Logs

0 commit comments

Comments
 (0)