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

Function pose_callback

src/visual_odometry/visual_loop/loop_detection_node.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void pose_callback(const nav_msgs::Odometry::ConstPtr &pose_msg)
84{
85 if(!LOOP_CLOSURE)
86 return;
87
88 m_buf.lock();
89 pose_buf.push(pose_msg);
90 m_buf.unlock();
91}
92
93void extrinsic_callback(const nav_msgs::Odometry::ConstPtr &pose_msg)
94{

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected