stepeos / pycarmodel_calibration

Calibration tool for the EIDM car following model
GNU General Public License v3.0
5 stars 0 forks source link

coveredDistance may be calculated inaccurately #9

Closed Domsall closed 4 months ago

Domsall commented 5 months ago

coveredDistance does not match the real world values when simulating with high timestep data (e.g. 0.4s or 1s).

Domsall commented 4 months ago

coveredDistance of the follower vehicles are compared in the pdf-plot. Expected behavior: simulated coveredDistance will match measured coveredDistance when the calibration error is low.

We would need to compare simulated coveredDistance with measured coveredDistance of the leader vehicles to check if the simulation/algorithm/calibration framework is working correctly.

Nothing further will be done for now