wip
This commit is contained in:
@@ -244,7 +244,7 @@ class CarInterfaceBase(ABC):
|
|||||||
|
|
||||||
def check_comma_nn_ff_support(self, car):
|
def check_comma_nn_ff_support(self, car):
|
||||||
try:
|
try:
|
||||||
with open("../car/torque_data/neural_ff_weights.json", "r") as file:
|
with open("/data/openpilot/selfdrive/car/torque_data/neural_ff_weights.json", "r") as file:
|
||||||
data = json.load(file)
|
data = json.load(file)
|
||||||
return car in data
|
return car in data
|
||||||
|
|
||||||
|
|||||||
@@ -1240,6 +1240,7 @@ class Controls:
|
|||||||
# CC.cruiseControl.resume = True
|
# CC.cruiseControl.resume = True
|
||||||
CC.cruiseControl.cancel = True
|
CC.cruiseControl.cancel = True
|
||||||
# CC.actuators.speed
|
# CC.actuators.speed
|
||||||
|
print ("Alive")
|
||||||
return CC
|
return CC
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|||||||
Reference in New Issue
Block a user