time_alignment: don't append slash to path; breaks rosbag datasets

This commit is contained in:
Nikolaus Demmel 2022-04-08 16:25:26 +02:00
parent 104cf5b7da
commit 0e4c26284c
1 changed files with 0 additions and 4 deletions

View File

@ -129,10 +129,6 @@ int main(int argc, char **argv) {
return app.exit(e); return app.exit(e);
} }
if (!dataset_path.empty() && dataset_path[dataset_path.length() - 1] != '/') {
dataset_path += '/';
}
basalt::VioDatasetPtr vio_dataset; basalt::VioDatasetPtr vio_dataset;
const bool use_calib = const bool use_calib =