Skip to content

Commit 3bbdbb3

Browse files
GustavoDCCIasonTheodorou
authored andcommitted
Change name to semantic
1 parent 6265e47 commit 3bbdbb3

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
@@ -610,7 +610,7 @@ def process_answer(_, context: Union[ds.Designator[str], str], answer_des, outpu
610610
output_des.write(semantic)
611611

612612
except KeyError as e:
613-
rospy.loginfo(f"KeyError resolving the name heard: {e}")
613+
rospy.loginfo(f"KeyError resolving the semantic heard: {e}")
614614
return "failed"
615615
return "succeeded"
616616

0 commit comments

Comments
 (0)