strongback / strongback-java

A library for FIRST Robotics Competition robots that makes it easier to write and test your robot code.
MIT License
41 stars 38 forks source link

Data logging issues #72

Closed rhauch closed 8 years ago

rhauch commented 8 years ago

The logged data files are not able to be post-processed by the LogDecoder tool (e.g., strongback.sh log-decoder ...) due to invalid headers. When debugged, we also discovered that the channels were re-added every time the robot is enabled, resulting in far more channels in the data file than should be.