andrea_serafini
New Member
Is it possible to extract the car's yaw angle in Assetto corsa?
Thanks.
Thanks.
from sim_info import info # widely known lib, included in many apps, interface to ac-memory
pitch = info.physics.pitch
roll = info.physics.roll