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

Method callbackKeyframeRateVioOutput

src/base-data-source.cpp:806–812  ·  view source on GitHub ↗

VIO output callback at keyframe rate

Source from the content-addressed store, hash-verified

804
805// VIO output callback at keyframe rate
806void RosBaseDataProvider::callbackKeyframeRateVioOutput(
807 const SpinOutputPacket& vio_output) {
808 // The code here should be lighting fast or we will be blocking the backend
809 // thread in the VIO. This is actually running in the backend thread, as
810 // such do not modify things other than thread-safe stuff.
811 vio_output_queue_.push(vio_output);
812}
813
814} // namespace VIO

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected