3DVehicleDynamicsStateEstimation
3DVehicleDynamicsStateEstimation copied to clipboard
Steering Angle Input
Is this the raw value of steering angle or post-processed? z_meas_[TConfig::MEASUREMENT_DELTA_RAD] = steering_angle; From the code it shows it directly gives the delta orientation, which is unrelated to the vehicle model.