Skip to content

Commit 6befd9a

Browse files
(smach_states) add ToDo (#1245)
2 parents 533e426 + c4a8428 commit 6befd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robot_smach_states/src/robot_smach_states/human_interaction/human_interaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def execute(self, userdata=None):
466466
answer = ds.VariableDesignator(resolve_type=HMIResult)
467467
state = HearOptionsExtra(self.robot, spec, answer.writeable)
468468
try:
469-
outcome = state.execute()
469+
outcome = state.execute() # ToDo: convert to StateMachine
470470

471471
if not outcome == "heard":
472472
limit_reached += 1

0 commit comments

Comments
 (0)