Wrong namespace
This commit is contained in:
parent
f8d6d9735b
commit
f64b9aaa34
@ -63,7 +63,7 @@ class NextBestView(MultiViewPolicy):
|
||||
self.min_z_dist = rospy.get_param("~camera/min_z_dist")
|
||||
self.max_views = rospy.get_param("nbv_grasp/max_views")
|
||||
self.min_gain = rospy.get_param("nbv_grasp/min_gain")
|
||||
self.downsample = rospy.get_param("nbv/downsample")
|
||||
self.downsample = rospy.get_param("nbv_grasp/downsample")
|
||||
|
||||
def compile(self):
|
||||
# Trigger the JIT compilation
|
||||
|
Loading…
x
Reference in New Issue
Block a user