Browse Source

extended bug fix to MobileBaseCommandGroup

bugfix/dropped-commands
hello-jackson 1 year ago
parent
commit
e45904c0fc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      stretch_core/nodes/command_groups.py

+ 2
- 0
stretch_core/nodes/command_groups.py View File

@ -613,6 +613,8 @@ class MobileBaseCommandGroup(SimpleCommandGroup):
v_m=self.goal['velocity'],
a_m=self.goal['acceleration'],
contact_thresh=self.goal['contact_threshold'])
if self.goal_reached():
return False
return True
def update_execution(self, robot_status, **kwargs):

Loading…
Cancel
Save