mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-26 20:32:04 +08:00
dont plot
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user