def pc_map_pub(self, ns):
if ns not in self.pc_map:
self.pc_map[ns] = rospy.Publisher(ns,
sensor_msg.PointCloud2, latch=False, queue_size=10)
return self.pc_map[ns]
# Helper functions