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

Method StereoVisionFrontEndModule

src/frontend/VisionFrontEndModule.cpp:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace VIO {
18
19StereoVisionFrontEndModule::StereoVisionFrontEndModule(
20 InputQueue* input_queue,
21 bool parallel_run,
22 StereoVisionFrontEnd::UniquePtr vio_frontend)
23 : SIMO(input_queue, "VioFrontEnd", parallel_run),
24 vio_frontend_(std::move(vio_frontend)) {
25 CHECK(vio_frontend_);
26}
27
28StereoVisionFrontEndModule::OutputUniquePtr
29StereoVisionFrontEndModule::spinOnce(StereoImuSyncPacket::UniquePtr input) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected