public PointCloudWriter(Bridge bridge, string topic) { OriginalWriter = new Writer <PointCloud2>(bridge, topic); }