@brief Process and/or display DavidSDK grabber clouds * @param[in] cloud DavidSDK cloud */
| 57 | /** @brief Process and/or display DavidSDK grabber clouds |
| 58 | * @param[in] cloud DavidSDK cloud */ |
| 59 | void |
| 60 | grabberCallback (const PointCloudXYZ::Ptr& cloud) |
| 61 | { |
| 62 | if (!viewer_ptr->wasStopped ()) |
| 63 | viewer_ptr->showCloud (cloud); |
| 64 | } |
| 65 | |
| 66 | /** @brief Main function |
| 67 | * @param[in] argc |
no test coverage detected