pywayne-visualization-rerun-utils

Adds 3D visualization primitives to a Rerun viewer using Pywayne utilities.

8|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/wangyendt/wayne-skills --skill pywayne-visualization-rerun-utils
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pywayne-visualization-rerun-utils
Source: https://github.com/wangyendt/wayne-skills/tree/main/pywayne/visualization/rerun-utils
Command: npx skills add https://github.com/wangyendt/wayne-skills --skill pywayne-visualization-rerun-utils

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Static 3D visualization utilities streamline adding 3D elements (points, trajectories, cameras, planes, and calibration boards) to a Rerun viewer, helping debugging and analysis without managing viewer state.

Core Features & Use Cases

  • Static methods to add point clouds, trajectories, cameras, planes, and chessboards to a Rerun viewer.
  • Small, dependency-light utilities that wrap Rerun SDK calls for common visualization tasks.
  • Use Case: quickly visualize SLAM trajectories and robot poses during development and calibration workflows.

Quick Start

Initialize the Rerun viewer once and call RerunUtils to add point clouds, trajectories, cameras, planes, and chessboards.

Frequently Asked Questions about pywayne-visualization-rerun-utils

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize SLAM trajectories and robot poses in a Rerun viewer?

To visualize SLAM trajectories and robot poses in a Rerun viewer, you can use static helper methods that wrap the Rerun SDK to easily add 3D primitives like points and paths without managing viewer state.

What is the best way to add 3D point clouds to Rerun during development?

The best way to add 3D point clouds to Rerun is using static visualization utilities that wrap SDK calls, allowing you to quickly plot point cloud data for debugging without handling complex viewer management logic.

Can I visualize camera calibration targets like chessboards in Rerun?

Yes, you can visualize camera calibration targets like chessboards in Rerun by calling specific static utility methods designed to add planes and calibration boards directly into your 3D viewer for debugging.

Do I need NumPy and the Rerun SDK to use 3D visualization helpers?

Yes, you need both the Rerun SDK and NumPy installed, as the static 3D visualization utilities rely on these dependencies to process array data and render primitives like trajectories and cameras.

Does RerunUtils handle viewer initialization and state management automatically?

No, RerunUtils does not handle viewer initialization or state management automatically; it provides static methods that require you to initialize the Rerun viewer once before adding 3D visualization primitives.