Data logging toggle switch

This commit is contained in:
cs-powell
2024-11-29 20:20:03 -05:00
parent a91fb09632
commit b460a8f8b9
6 changed files with 161 additions and 12 deletions

View File

@@ -30,6 +30,7 @@ public class testprocess1 extends testprocess {
// m.createAction(ActionType.MOTOR, MotorType.PITCHDOWN, 0, null);
}
// m.printModelQueue();
m.logData();
vis1.updateVisualizer(m.getCurrentControls());
}
} catch (SocketException ex) {