Skip to content

Commit 0bde85b

Browse files
robofobrobofob
robofob
authored and
robofob
committed
Fix param name
1 parent 066499e commit 0bde85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/object_spatial_tools_ros/robot_kf_undirected_object_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def __init__(self):
129129
self.Rdiag = rospy.get_param('~Rdiag', [0.1, 0.1])
130130
self.k_decay = rospy.get_param('~k_decay', 1)
131131
self.lifetime = rospy.get_param('~lifetime', 0)
132-
self.lifetime = rospy.get_param('~lifetime_soft', 0)
132+
self.lifetime_soft = rospy.get_param('~lifetime_soft', 0)
133133
self.mahalanobis_max = rospy.get_param('~mahalanobis_max', 1)
134134

135135
self.approve_thrash = rospy.get_param('~approve_thrash', 1)

0 commit comments

Comments
 (0)