Browse Source

grasp_point off by default

feature/manipulate_points
Binit Shah 8 months ago
parent
commit
1c2f44ef00
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      stretch_demos/nodes/grasp_point

+ 2
- 2
stretch_demos/nodes/grasp_point View File

@ -21,8 +21,8 @@ class GraspPointNode(hm.HelloNode):
def __init__(self):
hm.HelloNode.__init__(self)
self.active = True
self.update_perception = True
self.active = False
self.update_perception = False
self.surface_mask = None
self.grasp_targets = None

Loading…
Cancel
Save