Skip to content

Commit

Permalink
pylint :(
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Jun 27, 2024
1 parent 3cd63fb commit 1f82e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb_ws/src/buggy/scripts/auton/autonsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def update_other_steering_angle(self, msg):
def update_traj(self, msg):
with self.lock:
self.cur_traj, self.local_controller.current_traj_index = Trajectory.unpack(msg)



def init_check(self):
Expand Down

0 comments on commit 1f82e03

Please sign in to comment.