Explorar el Código

refactor:修改触发器

HeWang hace 13 horas
padre
commit
49c2b354b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      trigger/jili/cicv_location/Brake/main/Brake.go

+ 1 - 1
trigger/jili/cicv_location/Brake/main/Brake.go

@@ -23,7 +23,7 @@ func Rule(shareVars *sync.Map, data *pjisuv_msgs.PerceptionLocalization) string
 	}()
 	//OutsideWorkshopFlag, _ := shareVars.Load("OutsideWorkshopFlag")
 	//OutsideWorkshopFlag = OutsideWorkshopFlag.(bool)
-	if data.AccelX*9.8 < -6.0 {
+	if data.AccelX*9.8 < -4.0 {
 		return Label()
 	}
 	return ""