MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / trigger

Method trigger

io/src/image_grabber.cpp:244–253  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

242
243///////////////////////////////////////////////////////////////////////////////////////////
244void
245pcl::ImageGrabberBase::ImageGrabberImpl::trigger ()
246{
247 if (valid_)
248 {
249 grabber_.publish (next_cloud_,origin_,orientation_);
250 }
251 // Preload the next cloud
252 loadNextCloud ();
253}
254
255///////////////////////////////////////////////////////////////////////////////////////////
256void

Callers 8

mainFunction · 0.45
keyboard_callbackFunction · 0.45
keyboard_callbackFunction · 0.45
startMethod · 0.45
startMethod · 0.45
TESTFunction · 0.45

Calls 1

publishMethod · 0.45

Tested by 1

TESTFunction · 0.36