Files
bullet3/examples/SharedMemory
erwincoumans 270a036cd7 add experimental vrSyncPlugin, that syncs the position/orientation of a vr controller to a gripper (through a constraint)
This is in C++ and the sync runs at the simulation speed (240 Hz), so there is less lag than in Python.
Modify the pybullet/examples/vr_kuka_setup.py at the end to do this:

plugin = p.loadPlugin("e:/develop/bullet3/bin/pybullet_vrSyncPlugin_vs2010_x64_release.dll")
controllerId = 3
p.executePluginCommand(plugin ,"bla", [controllerId,pr2_cid],[50])
2017-09-25 18:14:50 -07:00
..
2017-09-24 23:26:06 -07:00
2017-09-24 23:26:06 -07:00
2017-09-23 21:01:56 -07:00
2017-02-03 12:46:49 -08:00
2015-11-11 12:44:26 -08:00
2017-09-24 23:26:06 -07:00
2016-11-04 13:15:10 -07:00
2017-01-15 22:26:11 -08:00
2015-07-23 11:51:25 -07:00