Change order of bbox visualization

This commit is contained in:
Michel Breyer 2021-11-10 10:48:50 +01:00
parent 533e6db06d
commit d351416b6d

View File

@ -54,9 +54,9 @@ class Policy:
self.bbox = bbox
self.view_sphere = view_sphere
self.vis.bbox(self.base_frame, self.bbox)
self.calibrate_task_frame()
self.vis.bbox(self.base_frame, self.bbox)
self.tsdf = UniformTSDFVolume(0.3, 40)
self.vgn = VGN(Path(rospy.get_param("vgn/model")))