Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MIT-SPARK/Hydra
/ ~LoopClosureModule
Method
~LoopClosureModule
src/loop_closure/loop_closure_module.cpp:60–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
LoopClosureModule::~LoopClosureModule() { stop(); }
61
62
void LoopClosureModule::start() {
63
spin_thread_.reset(new std::thread(&LoopClosureModule::spin, this));
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected