I am implementing a Kalman Filter based prediction model to estimate vehicular position in future time-steps. For accurate estimation I am thinking of using position, speed and steering angle as inputs.
Currently, Veins provides position and speed as inputs through BasicSafetyMessage
message. Is there a way to obtain steering angle?