robotology / robometry

Telemetry suite for logging data from your robot 🤖
https://robotology.github.io/robometry
Other
14 stars 9 forks source link

Add the possibility to use a different file indexing for the mat files #148

Closed GiulioRomualdi closed 2 years ago

GiulioRomualdi commented 2 years ago

With this PR it will be possible to support different methods for file indexing.

For instance setting

config.file_indexing = "%Y_%m_%d_%H_%M_%S";

you will get a file named <file_name>_2021_12_13_19_42_08.mat

cc @Nicogene @AlexAntn @traversaro @S-Dafarra

GiulioRomualdi commented 2 years ago

Hi @Nicogene, I updated the example and the README.

Nicogene commented 2 years ago

Merged, thanks!