rubis-lab/CPSim_linux

Minus value of Final_lap_time

Opened this issue · 5 comments

When the car runs with high speed (>200km/h). I am wondering why final_lap_time gets minus value.

"race start: 15.100001, end: 15.444956, cumulated_distance: 15.284203
of ECUs: 2,
lap time: -0.636000 sec,
average distance: 5.094734 m
score: -233.171371"

Thanks for your reporting.
Did you execute the program on Native Linux? (not on the virtual machine)

Thanks for your quick reply,
Yes, I am using Native Linux Ubuntu 14.04.
When the car remains high speed (200km/h), JFreePlot also cannot plot graph for speed. I think it is not an issue, however we can change some values in core files to fix it.

image

Hmm.. Then, I cannot know why the score function does not operate correctly yet.
Thus, please calculate the score function manually.
You can do this with "distance.txt" and "lap_time.txt" files in eclipse directory.

Yes, thank you for your instruction.

Ah, I didn't understand your issue. What I answered is not regarding this, so I remove my reply :)