Skip to content
Snippets Groups Projects
Commit a0fb9426 authored by Fabian Reister's avatar Fabian Reister
Browse files

resetting file

parent 52629bbb
No related branches found
No related tags found
1 merge request!313Issues with PackagePath and robot visualization
......@@ -59,12 +59,10 @@ namespace armarx::detail::RobotUnitDataStreamingReceiver
}
static_assert(sizeof(std::uint64_t) == sizeof(msgSequenceNbr));
const auto seq = static_cast<std::uint64_t>(msgSequenceNbr);
{
std::lock_guard g{_data_mutex};
_data[seq] = data;
}
std::lock_guard g{_data_mutex};
ARMARX_VERBOSE << deactivateSpam()
<< "received " << data.size() << " timesteps";
_data[seq] = data;
}
std::atomic_bool _discard_data = false;
......
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