MCPcopy Create free account
hub / github.com/GDUT-Kyle/faster_lio_sam / odometryHandler

Method odometryHandler

src/ImageProjection.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 void odometryHandler(const nav_msgs::Odometry::ConstPtr& odometryMsg)
128 {
129 std::lock_guard<std::mutex> lock2(odoLock);
130 odomQueue.push_back(*odometryMsg);
131 }
132
133 void imuBiasHandler(const std_msgs::Float64MultiArray::ConstPtr& imuBiasMsg)
134 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected