|
@@ -159,9 +159,9 @@ func InitTriggerConfig() {
|
|
}
|
|
}
|
|
RuleOfCicvAmrTrajectory = append(RuleOfCicvAmrTrajectory, f)
|
|
RuleOfCicvAmrTrajectory = append(RuleOfCicvAmrTrajectory, f)
|
|
} else if TopicOfCicvLocation == topic2 { //12
|
|
} else if TopicOfCicvLocation == topic2 { //12
|
|
- f, ok := rule.(func(data *pjisuv_msgs.PerceptionLocalization) string)
|
|
|
|
|
|
+ f, ok := rule.(func(data *pjisuv_msgs.PerceptionLocalization, param entity.PjisuvParam) string)
|
|
if ok != true {
|
|
if ok != true {
|
|
- c_log.GlobalLogger.Error("插件", triggerLocalPath, "中的Topic方法必须是(func(data *pjisuv_msgs.PerceptionLocalization) string):", err)
|
|
|
|
|
|
+ c_log.GlobalLogger.Error("插件", triggerLocalPath, "中的Topic方法必须是(func(data *pjisuv_msgs.PerceptionLocalization, param entity.PjisuvParam) string):", err)
|
|
continue
|
|
continue
|
|
}
|
|
}
|
|
RuleOfCicvLocation = append(RuleOfCicvLocation, f)
|
|
RuleOfCicvLocation = append(RuleOfCicvLocation, f)
|