Skip to content
Snippets Groups Projects

fixed overwrite of wrong field

Merged Torben Hildebrand requested to merge tof-fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -189,7 +189,7 @@ namespace armarx::armem::server::robot_state::exteroception
ARMARX_CHECK(it != sidePrefixMap.end()) << name;
const std::string& side = it->second;
processToFDepthEntry(tofs[side], split, value);
processToFSigmaEntry(tofs[side], split, value);
}
void
Loading