Skip to content

Commit 173e368

Browse files
author
Daniel Tobon
committed
added support for TXT files
1 parent acaee56 commit 173e368

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parser/include/modern/parser.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class ParserCloudFile {
3535
ParserCloudFile() {
3636
parser_factory.register_format("PCD", new ParserPCD());
3737
parser_factory.register_format("PLY", new ParserPLY());
38+
parser_factory.register_format("TXT", new ParserTXT());
3839
}
3940
void load_cloudfile(std::string filename, pcl::PointCloud<pcl::PointXYZRGB>::Ptr &cloud) {
4041
int position = filename.find_last_of(".");

0 commit comments

Comments
 (0)