|
@@ -167,11 +167,11 @@ func InitTriggerConfig() {
|
|
f2, ok2 := rule.(func(data *pjisuv_msgs.PerceptionLocalization, param entity.PjisuvParam) string)
|
|
f2, ok2 := rule.(func(data *pjisuv_msgs.PerceptionLocalization, param entity.PjisuvParam) string)
|
|
if ok2 {
|
|
if ok2 {
|
|
RuleOfCicvLocation2 = append(RuleOfCicvLocation2, f2)
|
|
RuleOfCicvLocation2 = append(RuleOfCicvLocation2, f2)
|
|
|
|
+ } else {
|
|
|
|
+ c_log.GlobalLogger.Error("插件", triggerLocalPath, "中的Rule方法参数格式错误:", err)
|
|
|
|
+ continue
|
|
}
|
|
}
|
|
- c_log.GlobalLogger.Error("插件", triggerLocalPath, "中的Rule方法参数格式错误:", err)
|
|
|
|
- continue
|
|
|
|
}
|
|
}
|
|
-
|
|
|
|
} else if TopicOfCloudClusters == topic2 { //13
|
|
} else if TopicOfCloudClusters == topic2 { //13
|
|
f, ok := rule.(func(data *pjisuv_msgs.AutowareCloudClusterArray) string)
|
|
f, ok := rule.(func(data *pjisuv_msgs.AutowareCloudClusterArray) string)
|
|
if ok != true {
|
|
if ok != true {
|