MCPcopy Create free account
hub / github.com/MIT-SPARK/Kimera-VIO / spinOnce

Method spinOnce

src/visualizer/Visualizer3DModule.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67VisualizerModule::OutputUniquePtr VisualizerModule::spinOnce(
68 VisualizerInput::UniquePtr input) {
69 CHECK(input);
70 return visualizer_->spinOnce(*input);
71}
72
73void VisualizerModule::shutdownQueues() {
74 LOG(INFO) << "Shutting down queues for: " << name_id_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected