Skip to content

Commit 0ad6d11

Browse files
Update kf_hungarian_tracker/kf_hungarian_tracker/kf_hungarian_node.py
Co-authored-by: Steve Macenski <[email protected]>
1 parent d0d9135 commit 0ad6d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kf_hungarian_tracker/kf_hungarian_tracker/kf_hungarian_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __init__(self):
7070

7171
# publisher for tracking result
7272
self.tracker_obstacle_pub = self.create_publisher(ObstacleArray, 'tracking', 10)
73-
self.tracker_marker_pub = self.create_publisher(MarkerArray, 'traking_marker', 10)
73+
self.tracker_marker_pub = self.create_publisher(MarkerArray, 'tracking_marker', 10)
7474

7575
# setup tf related
7676
self.tf_buffer = Buffer()

0 commit comments

Comments
 (0)