Giovanni Rizzetto
New Member
Hi,
I am playing with an assetto corsa app to see what kind of signals I can extract form the game and see how well the simulation works.
I was trying to get the lateral friction coefficient for each tyre, I see that it should be possible to read it with the Dy indentifier :
dy = ac.getCarState(ac.getFocusedCar(), acsys.CS.Dy)
but when I try, it says that no such thing exists ("type Object CS has no attribute Dy"). I have the same problem with the ThermalState identifier.
I was able to get to every other signal I wanted.
Is it possible to extract those two or am I missing something?
I am playing with an assetto corsa app to see what kind of signals I can extract form the game and see how well the simulation works.
I was trying to get the lateral friction coefficient for each tyre, I see that it should be possible to read it with the Dy indentifier :
dy = ac.getCarState(ac.getFocusedCar(), acsys.CS.Dy)
but when I try, it says that no such thing exists ("type Object CS has no attribute Dy"). I have the same problem with the ThermalState identifier.
I was able to get to every other signal I wanted.
Is it possible to extract those two or am I missing something?