Wrong namespace

This commit is contained in:
Michel Breyer 2021-12-06 14:06:40 +01:00
parent f8d6d9735b
commit f64b9aaa34

View File

@ -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