cruise-automation / webviz

web-based visualization libraries

Home Page:https://webviz.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pause button does not work

destroy314 opened this issue · comments

commented

The pause button in the lower-left corner of the screen does not work when connecting to Rosbridge, causing memory usage to increase indefinitely and eventually crash the webpage("Aw, Snap!", error code 5).
I'm using Chrome 111.0.5563.110 (arm64) on MacBook Pro with M1 chip.

Please try Foxglove Studio instead — it is an actively maintained tool that began as a fork of this project. It has support for rosbridge as well as foxglove_bridge (a similar bridge with better performance).

Also of note is that Rosbridge is a "live" connection, and the server cannot be asked to pause incoming topics from publishers. You may need to adjust other settings in the app to ensure you aren't asking it to display an unbounded amount of data.

commented

Thanks for the reply, I tried foxglove and it didn't have this problem, but I didn't find any setting to make webviz.io/app discard past data as foxglove does.