time_alignment: don't append slash to path; breaks rosbag datasets
This commit is contained in:
parent
104cf5b7da
commit
0e4c26284c
|
@ -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 =
|
||||||
|
|
Loading…
Reference in New Issue