How to hold the old points in rviz
I was trying to plot points on rviz graph. I was successful in doing that however I could not plot the new points without loosing the old points. I want the graph to populate with newer values every-time (Real tine sensor values plotting). How can I do that ? Also is there any method of plotting except for rviz. I don't want to manually type rosrun rviz rivz all the time. Thank You.
did you try
marker.action = visualization_msgs::Marker::ADD
I did but didn’t work.