wip
This commit is contained in:
@@ -244,7 +244,7 @@ class CarInterfaceBase(ABC):
|
||||
|
||||
def check_comma_nn_ff_support(self, car):
|
||||
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)
|
||||
return car in data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user