MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / shutdown

Method shutdown

pose_graph/src/pose_graph/LoopClosure.cpp:355–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355void LoopClosure::shutdown() {
356 LOG_IF(ERROR, shutdown_) << "Shutdown requested, but PoseGraph module was already shutdown.";
357 keyframe_tracking_queue_.shutdown();
358 shutdown_ = true;
359 LOG(INFO) << "Shutting down PoseGraph module.";
360}
361
362void LoopClosure::setKeyframePoseCallback(const KeframeWithLoopClosureCallback& keyframe_pose_callback) {
363 pose_graph_->setKeyframePoseCallback(keyframe_pose_callback);

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected