tier4 / AWSIM

Open source simulator for self-driving vehicles
https://tier4.github.io/AWSIM/
Other
505 stars 96 forks source link

fix(NPCVehicleCognitionStep): add isCloseEachOther check #337

Closed dmoszynski closed 1 month ago

dmoszynski commented 2 months ago

PR makes performance improvements after changes made in #243

It introduces an additional check of the distance of NPCs from each other to avoid unnecessary checks - and only check between those NPCs that are at the same intersection.