wip
This commit is contained in:
@@ -1237,7 +1237,8 @@ class Controls:
|
|||||||
|
|
||||||
def clearpilot_state_control(self, CC, CS):
|
def clearpilot_state_control(self, CC, CS):
|
||||||
if any(be.pressed and be.type == FrogPilotButtonType.lkas for be in CS.buttonEvents):
|
if any(be.pressed and be.type == FrogPilotButtonType.lkas for be in CS.buttonEvents):
|
||||||
CC.cruiseControl.resume = True
|
# CC.cruiseControl.resume = True
|
||||||
|
CC.cruiseControl.cancel = True
|
||||||
return CC
|
return CC
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|||||||
Reference in New Issue
Block a user