Skip to content
/ vhand Public
forked from intellsensing/vhand

Virtual Reality Environment (VRE) Python interface

License

Notifications You must be signed in to change notification settings

s-dupan/vhand

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vhand

Virtual Reality Environment (VRE) Python interface.

The virtual hand implementation is part of the biopatrec library. The documentation of the implementation can be found here and here.

Here's a minimal example to initalize a session with a right arm and move the index finger (it is assumed that the VRE application in VRE/bin/Release/Virtual Reality.exe is already running).

import time
from vhand import VirtualHand

vh = VirtualHand()
vh.init_arm()

vh.move_limb(dof=4, direction=1, distance_n=5)
time.sleep(2)
vh.stop()

About

Virtual Reality Environment (VRE) Python interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%