For now all the logs are in the same folder, which lead to 1300 files in one place. The filenames not starting with the timestamp but their content (like param-dump) is not helping the sorting.
To improve that I thought about having a folder per launch with the name: 2018-08-28T12.41.55-calshot-triangular-race
And then in it:
rosbag.bag
param-dump.json
gps-raw-nmea
gps-trace.csv
map-gps-trace.html
rosbag.bag.metadata
When/If we changes this file structure it will lead to adapting the launch files that stores bags etc. as well as the index_recorded_data.py script that generates the html page and .metadata.
For now all the logs are in the same folder, which lead to 1300 files in one place. The filenames not starting with the timestamp but their content (like param-dump) is not helping the sorting.
To improve that I thought about having a folder per launch with the name:
2018-08-28T12.41.55-calshot-triangular-raceAnd then in it:
rosbag.bagparam-dump.jsongps-raw-nmeagps-trace.csvmap-gps-trace.htmlrosbag.bag.metadataWhen/If we changes this file structure it will lead to adapting the launch files that stores bags etc. as well as the
index_recorded_data.pyscript that generates the html page and .metadata.