4 #include <unordered_map>
10 #include <RobotAPI/interface/aron/Aron.h>
21 const std::string& clientId,
28 const auto getElementOrNull = [¶ms](
const core::StackLayer& layer) -> Dict::PointerType
32 if (params->hasElement(key))
34 return Dict::DynamicCast(params->getElement(key));
43 std::unordered_map<core::StackLayer, Dict::PointerType> cfgs;
55 if (
const auto trajectoryControllerCfg =
66 return writer->
store(cfgs, clientId, timestamp);
71 const std::string& clientId,
75 return store(dict, clientId, timestamp);
81 reader(reader), writer(writer)