Skip to content
Snippets Groups Projects
Commit 27d3928e authored by ARMAR-6's avatar ARMAR-6
Browse files

Fix syntax error

parent e2e315f5
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ namespace armarx::armem::common::robot_state::localization
.transforms = {},
.status = TransformChainResult::Status::ErrorFrameNotAvailable,
.errorMessage = "Error in TF loookup: '" + query.header.parentFrame + " -> " +
query.header.frame + "'. No memory data in time range."};
query.header.frame + "'. No memory data in time range."
};
}
......
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