MCPcopy Create free account
hub / github.com/BingqiShen/EMV-LIO / new_sequence

Function new_sequence

src/visual_odometry/visual_loop/loop_detection_node.cpp:40–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38BriefExtractor briefExtractor;
39
40void new_sequence()
41{
42 m_buf.lock();
43 while(!image_buf.empty())
44 image_buf.pop();
45 while(!point_buf.empty())
46 point_buf.pop();
47 while(!pose_buf.empty())
48 pose_buf.pop();
49 m_buf.unlock();
50}
51
52void image_callback(const sensor_msgs::ImageConstPtr &image_msg)
53{

Callers 1

image_callbackFunction · 0.85

Calls 2

emptyMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected