Skip to content

Commit

Permalink
Reduce the expected IMU rate to the actual rate published by the Create3
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Sep 16, 2024
1 parent 5c6de03 commit f612f0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def __init__(self):
self.dock_visible = False
self.lidar_freq_bounds = {'min': 5, 'max': 10}
self.camera_freq_bounds = {'min': 5, 'max': 60}
self.imu_freq_bounds = {'min': 100, 'max': 100}
self.imu_freq_bounds = {'min': 30, 'max': 35}
self.mouse_freq_bounds = {'min': 61, 'max': 63}
self.detections = []

Expand Down

0 comments on commit f612f0a

Please sign in to comment.