You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kevin Kellar edited this page Aug 10, 2017
·
9 revisions
Robot VR Tools - An Introduction
The HTC Vive can be used to track and control the walking robot CASSIE. While controlling a CASSIE game or demo is a feature expected to be implemented in the future,
the main focus right now is to use the HTC Vive coupled with the SteamVR software to track the position of the robot in the real world.
The vive quick start guide for linux can be found here.
Tracking
Using Valve's OpenVR SDK
Valve released the OpenVR SDK to allow development for the Vive in C/C++.
By developing a Unity game that uses the SteamVR plugin, a virtual scene can be easily generated using Unity's builtin tools. In addition to easily accessing tracking data, a game in Unity could also be a quick way to
make a demo or controller using virtual reality for the robot.