Live Graph on Kinetic
Hi, I'm using ROS Kinteic on Ubuntu 16.04. I need to plot the data from 2 topics. In this topics there are 2 array of 70 elements each, one represents x coordinates of 70 different points and the other one the y coordinates. I need to plot the 70 points (x coordinate from one topic and y coordinate from the other one) and I need to do it live. This points represents the position of objects from a camera in body frame and they are updated at about 10 Hz. Every time a new message is published in the topics I need to erase the previous points and draw the new ones. Do you have an suggestion? Any library, tool or something that can help me? Thanks in advance, I will appreciate any help.