MCPcopy Create free account
hub / github.com/MIT-SPARK/Clio / ObjectUpdateFunctor

Method ObjectUpdateFunctor

clio/src/object_update_functor.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116ObjectUpdateFunctor::ObjectUpdateFunctor(const Config& config)
117 : config(config::checkValid(config)),
118 edge_checker_(config.edge_checker.create()),
119 tasks_(config.tasks.create()),
120 metric_(config.metric.create()),
121 next_node_id_(config.prefix, 0) {}
122
123MergeList ObjectUpdateFunctor::call(const DynamicSceneGraph&,
124 hydra::SharedDsgInfo& dsg,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected