Vehicle.state.yaw, computed in compute_vehicle_state() in Vehicle.py, is different from what is displayed for the vehicle in the table on the dashboard
Also, the yaw being displayed in the table on the dashboard seems to be accumulating
By running scenarios/test_scenarios/gs_ringroad_single.osm, you can see the yaw reach 900 at one point (and it keeps on accumulating)
There are two id columns in the table on the dashboard
Issues
Vehicle.state.yaw,
computed incompute_vehicle_state()
inVehicle.py
, is different from what is displayed for the vehicle in the table on the dashboardscenarios/test_scenarios/gs_ringroad_single.osm
, you can see the yaw reach900
at one point (and it keeps on accumulating)There are two
id
columns in the table on the dashboard