ami-iit / robot-log-visualizer

Visualizer to display the data logged with YarpRobotLoggerDevice
BSD 3-Clause "New" or "Revised" License
22 stars 4 forks source link

Implement a class to plot the data loaded from the mat file #3

Closed GiulioRomualdi closed 2 years ago

GiulioRomualdi commented 2 years ago

A possible starting point could be https://github.com/xEnVrE/DecaWaveEVB1000Viewer

paolo-viceconte commented 2 years ago

A first example of plotting of the walking data (x component of com::position::measured), synchronized with the visualization of the joints from the robot logger. Time (s) is plotted on the x axis.

Although the log is around 10-mins long, the walking is only active in a window between 100s and 200s and in another window between 300s and 400s. At the beginning, in the middle (oblique line) and at the end, the walking is not running.

https://user-images.githubusercontent.com/41757826/149186619-95facd60-c6d7-4182-a6f0-29ff66f71dae.mp4

Related commit: 038524242ff621798487faa1b2de2cd770d20cf0