webviz
webviz copied to clipboard
Feature request: plotting markers over time ("preloading") in the 3d panel
Just like we have in the Plot panel. The workaround is just publishing a message with the entire history of a marker (using a MarkerArray
) every few hundred milliseconds. This wastes bag space and computing resources, so it would be cool to do this in Webviz. 😄