Can I update staticLayer with the laserData?
I want to update static layer with the data from lidar.Is that OK?
My thought is that call this function StaticLayer::incomingMap(new_map),the parameter "new_map"is from the lidar?
Why it can be done? or why not? thanks