robotology / robometry

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

Investigate about the possibility of storing some configuration data #154

Open S-Dafarra opened 2 years ago

S-Dafarra commented 2 years ago

Right now we need to add channels, and then data is store with the corresponding time instant.

Sometimes, it is useful to store also some configuration data, like the list of joints or the version of the software used.

One hack could be add a channel, and then save only one data point, but this is a bit inefficient.

cc @AlexAntn @Nicogene @traversaro @GiulioRomualdi

S-Dafarra commented 2 years ago

Possibly related https://github.com/ami-iit/matio-cpp/issues/53