laser_line_extraction icon indicating copy to clipboard operation
laser_line_extraction copied to clipboard

Do main process in callback function

Open tongtybj opened this issue 5 years ago • 0 comments

I can not understand the motivation to use a independent while scope to do the main function: https://github.com/kam3k/laser_line_extraction/blob/master/src/line_extraction_node.cpp#L24-L29

Actually, for the consistency of the sensor flow, it is better to do the main process in sensor callback function, and use the same timestamp with the sensor' one.

tongtybj avatar Nov 30 '19 17:11 tongtybj