wip
This commit is contained in:
@@ -1239,7 +1239,7 @@ class Controls:
|
|||||||
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
|
CC.cruiseControl.cancel = True
|
||||||
self.params.set_int("SpeedLimitLatDesired", CC.actuators.speed)
|
self.params_memory.put_int("SpeedLimitLatDesired", CC.actuators.speed)
|
||||||
# CC.actuators.speed
|
# CC.actuators.speed
|
||||||
# print ("Alive")
|
# print ("Alive")
|
||||||
return CC
|
return CC
|
||||||
|
|||||||
Reference in New Issue
Block a user