Skip to content
Snippets Groups Projects
Commit 9bb6f457 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Update code

parent bac50843
No related branches found
No related tags found
No related merge requests found
......@@ -315,11 +315,11 @@ namespace armarx::armem::common::robot_state::localization
{
ARMARX_DEBUG << "empty transform";
throw armem::error::MissingEntry("foo", "bar", "foo2", "bar2");
throw armem::error::MissingEntry("foo", "bar", "foo2", "bar2", 0);
}
ARMARX_DEBUG << "single transform";
return transforms.front().transform;
}
} // namespace armarx::armem::common::robot_state::localization
\ No newline at end of file
} // namespace armarx::armem::common::robot_state::localization
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