MCPcopy Create free account
hub / github.com/KumarRobotics/sloam / PCCb_

Method PCCb_

sloam/src/core/inputNode.cpp:220–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void InputManager::PCCb_(const sensor_msgs::PointCloud2ConstPtr &cloudMsg)
221{
222 pcQueue_.push(cloudMsg);
223 if (pcQueue_.size() > maxQueueSize_)
224 pcQueue_.pop();
225}
226
227int InputManager::FindPC(const ros::Time stamp, CloudT::Ptr cloud)
228{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected