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

This PR for the robot-log-visualizer is a smaller simpler version of [the original PR for the robot-log-visualizer](https://github.com/ami-iit/robot-log-visualizer/pull/77) and just contains the bare-bone code needed to visualize data online. The point...

It would be nice to have the possibility to save and load plot presets. I imagine that in the future, it would be possible to run the visualizer with: ```console...

enhancement

I was trying to select multiple signals at the same time by dragging the mouse on the signal list. This works in the sense that I can see the selection...

When I load a dataset on Ubuntu 22.04 commit: https://github.com/ami-iit/robot-log-visualizer/commit/dc5e8fdba199743aa9358f26150a9478b69a0442 I got the following error while trying to play the video that's remain black. ``` You can open the visualizer...

With @GiulioRomualdi we tought that it would be cool to package the visualizer in conda-forge, to avoid problems such as https://github.com/ami-iit/robot-log-visualizer/issues/60 . However, to do so it would be great...

I installed `robot-log-visualizer` via robolotogy_superbuild (source) and pip but it doesn't start When I run robot-log-visualizer from terminal, the GUI doesn't open and the following error appears ``` You can...

At the moment, the model corresponding to the dataset needs to be specified manually using the "Set Robot Model" menu. If that is not specified, the following error occurs: ~~~...

Right now it is possible to change the time instant from the slider and from the shortcuts. With long time periods, the mouse is really hard to use, while the...

In the past few days, I noticed that the application is greedy for resources. This happens when a new dataset is loaded. Indeed on the `icub-console-gui` the CPU usage jumps...

`robot-log-visualizer` assumes that the positions are in `rad` and velocities in `rad/s`, it would be nice to be able to plot correctly data in degrees. The problems are not in...