Browse Source

add AuLongStop trigger

zwh 10 months ago
parent
commit
60dbf5d694
1 changed files with 3 additions and 0 deletions
  1. 3 0
      trigger/pjisuv/cicv_location/AuLongStop/main/AuLongStop.go

+ 3 - 0
trigger/pjisuv/cicv_location/AuLongStop/main/AuLongStop.go

@@ -42,6 +42,9 @@ func Rule(data *pjisuv_msgs.PerceptionLocalization, param pjisuv_param.PjisuvPar
 			StartTime = 0
 			IsStopped = false
 		}
+	} else {
+		StartTime = 0
+		IsStopped = false
 	}
 	return ""
 }