strayrobots / 3d-annotation-tool

A graphical user interface to annotate point clouds and 3D data.
MIT License
76 stars 8 forks source link

Combine pointcloud and studio executables #54

Closed kekeblom closed 2 years ago

kekeblom commented 2 years ago

This pull request combines the ./pointcloud and ./studio executables to be the one and the same ./studio program. It checks if what kind of file path is passed in and determines which one to open it up in based on this.

A helpful message should be printed, if the file passed in doesn't look right.

Also updated the readme to reflect this new setup.