This plug-in integrates the Rerun viewer in vpype.
vpype random -n 500 -a 20cm 20cm rerun
This plug-in makes it easy to log large quantities of 2D line strips to the Rerun viewer, which is useful for stress-testing, etc.
See the installation instructions for information on how
to install vpype
(TL;DR: pipx install "vpype[all]"
).
If vpype was installed using pipx, use the following command:
$ pipx inject vpype vpype-rerun
If vpype was installed using pip in a virtual environment, activate the virtual environment and use the following command:
$ pip install vpype-rerun
The complete plug-in documentation is available directly in the CLI help:
$ vpype rerun --help
See the LICENSE file for details.