MCPcopy Create free account
hub / github.com/MIT-SPARK/Hydra / LoopClosureModule

Method LoopClosureModule

src/loop_closure/loop_closure_module.cpp:48–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46using lcd::LayerRegistrationConfig;
47
48LoopClosureModule::LoopClosureModule(const RobotPrefixConfig& prefix,
49 const LoopClosureConfig& config,
50 const SharedDsgInfo::Ptr& dsg,
51 const SharedModuleState::Ptr& state)
52 : prefix_(prefix),
53 config_(config),
54 dsg_(dsg),
55 state_(state),
56 lcd_graph_(new DynamicSceneGraph()) {
57 lcd_detector_.reset(new lcd::LcdDetector(config_.detector));
58}
59
60LoopClosureModule::~LoopClosureModule() { stop(); }
61

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected