Skip to content
Snippets Groups Projects
Commit c8d746eb authored by Joana Plewnia's avatar Joana Plewnia
Browse files

fixed sentence to sound better with Google tts

parent dbd57411
No related branches found
No related tags found
3 merge requests!16Combined changes from verbalization and rtlntv branch,!14Verbalization,!12added parallelization of search, for LTM sizes < 1 day the speedup is too...
......@@ -269,6 +269,8 @@ namespace armarx::speech::scene_knowledge_verbalization::skills
// This should be the standard case: we have one location, e.g., one fridge
if (objectsAtMatchingLocations.size() == 1)
{
ARMARX_INFO << "In one matching location case";
std::stringstream ss;
ss << "I remember ";
......@@ -280,7 +282,7 @@ namespace armarx::speech::scene_knowledge_verbalization::skills
}
ss << getSpokenList(spokenObjectNames);
ss << in.parameters.preposition << " the " << in.parameters.locationName;
ss << " " << in.parameters.preposition << " the " << in.parameters.locationName;
ss << ".";
ARMARX_INFO << "Spoken: " << ss.str();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment