Skip to content

ischtz/vizard-steamvr-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vizard SteamVR debugging tool

Description

This is a simple Vizard script to help test and debug SteamVR-based scenarios (basically a collection of debugging hacks I use frequently, all using Vizard built-in functionality).

Features (so far):

  • Enumerate and display all detected SteamVR components (base stations, controllers, trackers), together with their device index, local coordinate axes, and position / orientation data
  • Store controller position and orientation data for simple measurements, with CSV export
  • Save screenshots of the environment with a controller button press
  • Save the entire debug scene to OSG format (useful e.g. when measuring rooms)
  • Can be added to any Vizard script and toggled using a hotkey (default: F12)

screenshot

Installation and Usage

With SteamVR installed and active, run vizard_steamvr_debug.py in the Vizard IDE to use as a debugging tool directly. All included button and keyboard functionality will be displayed in the Vizard window. Look at example_scene.py for an example on how the debug tool can be added to any script (press F12 to toggle the debug overlay).

About

Simple Vizard script to help test and debug SteamVR scenes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages