dont plot

This commit is contained in:
MoreTore
2025-05-13 21:34:37 -05:00
parent 75245bdc14
commit c1ad768f8f
+2 -2
View File
@@ -524,8 +524,8 @@ def main(demo=False):
# 4Hz driven by livePose
if sm.frame % 5 == 0:
pm.send('liveTorqueParameters', estimator.get_msg(valid=sm.all_checks()))
if sm.frame % 500 == 0:
estimator.save_filtered_points()
# if sm.frame % 500 == 0:
# estimator.save_filtered_points()
# Cache points every 60 seconds while onroad
if sm.frame % 240 == 0: