|
@@ -601,7 +601,6 @@ var (
|
|
Topic283 = "/xd1a_2"
|
|
Topic283 = "/xd1a_2"
|
|
Topic284 = "/xd1a_3"
|
|
Topic284 = "/xd1a_3"
|
|
|
|
|
|
-
|
|
|
|
Rule1 []func(data *std_msgs.Int16MultiArray) string
|
|
Rule1 []func(data *std_msgs.Int16MultiArray) string
|
|
Rule2 []func(data *geometry_msgs.PoseStamped) string
|
|
Rule2 []func(data *geometry_msgs.PoseStamped) string
|
|
Rule3 []func(data *dynamic_reconfigure.ConfigDescription) string
|
|
Rule3 []func(data *dynamic_reconfigure.ConfigDescription) string
|
|
@@ -2602,7 +2601,7 @@ func InitTriggerConfig() {
|
|
log(triggerLocalPath)
|
|
log(triggerLocalPath)
|
|
continue
|
|
continue
|
|
} else if Topic236 == topic2 { // 1
|
|
} else if Topic236 == topic2 { // 1
|
|
- if f, ok1 := rule.(func(data *rosgraph_msgs.Log.Log) string); ok1 {
|
|
|
|
|
|
+ if f, ok1 := rule.(func(data *rosgraph_msgs.Log) string); ok1 {
|
|
Rule236 = append(Rule236, f)
|
|
Rule236 = append(Rule236, f)
|
|
goto JudgeDone
|
|
goto JudgeDone
|
|
}
|
|
}
|