| 114 | ~SensorSync() {} |
| 115 | |
| 116 | SensorSync(ros::NodeHandlePtr &nh_ptr_) : nh_ptr(nh_ptr_) |
| 117 | { |
| 118 | // Initialize the variables and subsribe/advertise topics here |
| 119 | Initialize(); |
| 120 | } |
| 121 | |
| 122 | void Initialize() |
| 123 | { |
nothing calls this directly
no outgoing calls
no test coverage detected