Skip to content

Commit

Permalink
Add experimental notice to mjvive example
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschneider authored Jun 28, 2017
1 parent 17a7d92 commit 9a6d5a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/mjvive.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Displays MuJoCo model in VR.
# Based on http://www.mujoco.org/book/source/mjvive.cpp
# requires HTC vive, microsoft windows, and openvr python library.
# Install openvr with:
# pip install openvr
# This code is a Python port of http://www.mujoco.org/book/source/mjvive.cpp
# Dependencies: Windows 7 with SteamVR, HTC Vive.
# Install py-openvr with `pip install openvr`.
# NOTE: THIS CODE IS EXPERIMENTAL.

import math
import sys
Expand Down

0 comments on commit 9a6d5a1

Please sign in to comment.