LimHyungTae / patchwork

SOTA fast and robust ground segmentation using 3D point cloud (accepted in RA-L'21 w/ IROS'21)
MIT License
487 stars 74 forks source link

Use incoming point cloud header for nodes with ROS subscriptions #32

Closed ctampier closed 5 months ago

ctampier commented 6 months ago

Hi, Thanks for sharing this work. I noticed when using it with online data, that in the header of the published point clouds the timestamp data was missing. This led me to slightly modify the code to copy the input cloud header for all outgoing messages. I also changed and removed some dependencies and unused functions so that the compiler would stop complaining.

LimHyungTae commented 5 months ago

Thanks! Looks good to me