We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a21e8d commit 3a0789aCopy full SHA for 3a0789a
kf_hungarian_tracker/kf_hungarian_tracker/kf_hungarian_node.py
@@ -69,7 +69,7 @@ def __init__(self):
69
70
# publisher for tracking result
71
self.tracker_obstacle_pub = self.create_publisher(ObstacleArray, 'tracking', 10)
72
- self.tracker_marker_pub = self.create_publisher(MarkerArray, 'marker', 10)
+ self.tracker_marker_pub = self.create_publisher(MarkerArray, 'traking_marker', 10)
73
74
# setup tf related
75
self.tf_buffer = Buffer()
0 commit comments