Skip to content

Commit

Permalink
Update code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJa4 committed Jan 13, 2024
1 parent 9922dd3 commit e911442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/perception/src/traffic_light_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def handle_camera_image(self, image):
else:
self.last_state = state

# invalidates state (state=0) after 3s in auto_invalidate_state()
# Automatically invalidates state (state=0) in auto_invalidate_state()
if state != 0:
self.last_info_time = datetime.now()

Expand Down

0 comments on commit e911442

Please sign in to comment.