scanse / sweep-ros

Scanse Sweep ROS Driver and Node
MIT License
68 stars 62 forks source link

pc2 publishing with timestamp #10

Closed erikwilhelm closed 7 years ago

erikwilhelm commented 7 years ago

I'm not sure why you aren't publishing time in the header, but if there is not a good reason not to, the line 65 could be useful for others: cloud_msg.header.stamp = ros::Time::now();

feel free to integrate if you don't have a good reason not to publish time now

sevenbitbyte commented 7 years ago

13