We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea07a4 commit e04000aCopy full SHA for e04000a
robot_smach_states/src/robot_smach_states/util/designators/ed_designators.py
@@ -294,7 +294,7 @@ def _resolve(self):
294
else:
295
return None
296
else: # If we do remember something already, recall that remembered ID:
297
- return self.robot.ed.get_entity(uuid=self._locked_to_id)
+ return self.robot.ed.get_entity(uuid=self._locked_to_uuid)
298
299
entity = self.to_be_locked.resolve()
300
rospy.loginfo("{0} resolved to {1}, but is *not locked* to it".format(self, entity))
0 commit comments