usdot-fhwa-stol / cdasim

CDASim is an open-source simulation system supporting the development and testing of Cooperative Driving Automation applications.
38 stars 13 forks source link

Time synchronization log in cdasim's sumo ambassador has a typo #209

Closed MishkaMN closed 5 months ago

MishkaMN commented 5 months ago

Summary

During VRU use case verification testing, it was discovered that: Time synchronization script relies on certain a log line pattern to work correctly. In this PR, https://github.com/usdot-fhwa-stol/cdasim/pull/205/ the log line has a typo where it says

log.info("Simulation Time: {} here current system ... where it should have said "...where current system"

Commit

233aaa8328dcca548c5484823096ee01dc9a89b7

Expected Behavior

Time sync script should detect the line: where current system

Actual Behavior

There is a typo where it says here current system

Steps to Reproduce the Actual Behavior

Turn on DEBUG for Traffic.log And the log line should print

Related Work

No response