Closed Nicogene closed 2 years ago
The blocking issues in order to have the data collected via telemetryDeviceDumper
usable off-the-shelf with the visualizer are
https://github.com/ami-iit/robot-log-visualizer/issues/37 https://github.com/ami-iit/robot-log-visualizer/issues/38
This PR adds some changes to
telemetryDeviceDumper
, first of all, add theyarp_robot_name
parameter added in #162, exploits the possibility of specifying the element names (added in #161) and the hierarchical structure (added in #146) in order to create a .mat with a format compatible torobot-log-visualizer
These changes obviously breaks the user scripts for analyze the data get from the
telemetryDeviceDumper
, a possibility is to add configurable names for the variables but I am afraid would be a mess.It fixes #165
cc @GiulioRomualdi