robot-log-visualizer icon indicating copy to clipboard operation
robot-log-visualizer copied to clipboard

Visualizer to display the data logged with YarpRobotLoggerDevice

Results 15 robot-log-visualizer issues
Sort by recently updated
recently updated
newest added

I used the visualizer in my PC, and it seems I am missing some dependencies. - First, when I build the system using `pip install .`, I get the follwoing...

Hi @GiulioRomualdi @paolo-viceconte @isorrentino, I am opening this issue just for brainstorming. I was thinking that it might be useful to have the possibility to display multiple plots at once,...

Probably we can check if the .mat file is supported by looking at the starting bytes of the file, see: ~~~ def is_hdf5(file_path): with open(file_path, 'rb') as f: signature =...

If a signal has 6 channels it is now possible to draw a 3d arrow. The first three elements are considered as the origin of the arrow while the other...

enhancement