Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Sep 12, 2024
1 parent 1f2c38f commit 93d0d27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion selfdrive/selfdrived/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ def update(self, events: Events):
elif events.contains(ET.OVERRIDE_LATERAL) or events.contains(ET.OVERRIDE_LONGITUDINAL):
self.state = State.overriding
else:
self.state = State.enabled
pass
# self.state = State.enabled
self.current_alert_types.append(ET.ENABLE)

# Check if openpilot is engaged and actuators are enabled
Expand Down

0 comments on commit 93d0d27

Please sign in to comment.