Skip to content

Commit

Permalink
move imufusion into imu part
Browse files Browse the repository at this point in the history
  • Loading branch information
DocGarbanzo committed Sep 27, 2024
1 parent c2a49d6 commit 1a79585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donkeycar/parts/imu.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def poll(self):

def run(self):
self.poll()
return self.euler
# return self.euler

def run_threaded(self):
return self.accel, self.gyro
Expand Down

0 comments on commit 1a79585

Please sign in to comment.