Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:SC-Robotics-2023/drive_2022_23 into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
jasperdoan committed Apr 22, 2023
2 parents e8e7374 + b5be1da commit 8371842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/driver/drive_receiver_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def listener_callback(self, msg):

if l_analog == 0 and r_analog == 0:
self.set_motor_velocity(0, 0)
self.idle_state()
# self.idle_state()
else:
self.close_loop_control()
self.set_motor_velocity(l_analog * self.speed, r_analog * self.speed)
Expand Down

0 comments on commit 8371842

Please sign in to comment.