| 41 | pcl::PointCloud<PointType>::Ptr filtered; |
| 42 | |
| 43 | void signal_callback_handler(int signum) { |
| 44 | cout << "Caught Ctrl + c " << endl; |
| 45 | // Terminate program |
| 46 | exit(signum); |
| 47 | } |
| 48 | |
| 49 | void pub_score(std::string mode, double measure) { |
| 50 | static int SCALE = 5; |
nothing calls this directly
no outgoing calls
no test coverage detected