Browse Source

Remove stow_and_lower_arm()

feature/pyfunmap_mapping
Binit Shah 4 months ago
parent
commit
286c11fd9a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      stretch_funmap/nodes/funmap

+ 1
- 1
stretch_funmap/nodes/funmap View File

@ -919,7 +919,7 @@ class FunmapNode(hm.HelloNode):
# Reduce the occlusion due to the arm and grabber. This is
# intended to be run when the standard grabber is not holding
# an object.
ma.stow_and_lower_arm(node)
self.stow_the_robot()
# Create and perform a new full scan of the environment using
# the head.

Loading…
Cancel
Save