[6.2.6][V2N] 将向量夹角由25改成30

This commit is contained in:
renwj
2023-12-29 17:29:40 +08:00
parent 5ed6313c39
commit 91435613fd

View File

@@ -92,7 +92,7 @@ public class V2XAlarmServer {
);
CallerLogger.d(M_BIZ + TAG, "eventAngle:" + eventAngle);
if (0 <= eventAngle && eventAngle <= 25) {
if (0 <= eventAngle && eventAngle <= 30) {
if (showedEvents.contains(v2XRoadEventEntity)) {
return null;
}