Browse Source

Tune search timeout down

feature/grasp_object_select
Binit Shah 1 year ago
parent
commit
9f24b4c937
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      stretch_demos/nodes/grasp_object

+ 1
- 1
stretch_demos/nodes/grasp_object View File

@ -219,7 +219,7 @@ class GraspObjectNode(hm.HelloNode):
self.surface_marker_pub.publish(surface_pc) self.surface_marker_pub.publish(surface_pc)
else: else:
self.surface_marker_pub.publish(self.empty_pc) self.surface_marker_pub.publish(self.empty_pc)
self.surface_search_timeout = time.time() + 3.0
self.surface_search_timeout = time.time() + 2.5
self.manip.publish_visualizations(self.voi_marker_pub, self.mhi_marker_pub) self.manip.publish_visualizations(self.voi_marker_pub, self.mhi_marker_pub)

Loading…
Cancel
Save