testEndReset method

void testEndReset()

Resets the test state at the end of the test, including probe and angle tracker.

Implementation

void testEndReset() {
  probe.reset();
  _liveAngleTracker.reset();
  stopGyroTracking();
}