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

Merge branch 'post_stanford_planning' into 'feature/verbalization'

stanford-related changes

See merge request !13
parents fd88967b d7c2aa32
No related branches found
No related tags found
3 merge requests!16Combined changes from verbalization and rtlntv branch,!14Verbalization,!13stanford-related changes
......@@ -425,7 +425,7 @@ namespace armarx::speech::object_last_seen_at::core
std::string answer = "I have last seen the " +
spokenObjectNameFromStringName(object_name) + " " +
queryResult.locationName;
//this->subskills.say(answer);
this->subskills.say(answer);
// We want to store the object in the object memory
if (queryResult.objectInstance)
......
......@@ -15,7 +15,7 @@ armarx_add_library(scene_knowledge_verbalization_skills
RobotAPISkills
armem_objects
armarx_symbolic_planning
#armarx_symbolic_planning
# armarx_speech
armarx_speech::scene_knowledge_verbalization_constants
......
......@@ -200,7 +200,7 @@ namespace armarx::speech::scene_knowledge_verbalization::skills
if (objectsAtLocations.empty())
{
std::stringstream ss;
ss << "I don't remember any objects with the affordance " << affordance << ".";
ss << "I don't remember any " << affordance << " objects.";
say(ss.str());
return MakeFailedResult();
}
......
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