You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#To do: remove this dependency!
self._speech_data = load_knowledge('challenge_spr')
if not self._speech_data:
rospy.logerr("Failed to load speech data for 'AnswerQuestion' action")
return
The text was updated successfully, but these errors were encountered:
After discussion with @MatthijsBurgh it is decided that this specific knowledge should be transferred to the common knowledge, but we do not know what to do with the issue itself that knowledge is being loaded here without checking
In answer_question.py:
The text was updated successfully, but these errors were encountered: