Add the pybullet vrhand.py script used in this haptic video:

Make sure to run the App_SharedMemoryPhysics_VR with --norobotassets option, then
run vr_kuka_setup.py, to add some environment + objects.
This commit is contained in:
erwincoumans
2017-01-26 17:22:01 -08:00
parent 37ed4b819a
commit 1dec1a39ce
3 changed files with 99 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
#include "LinearMath/btIDebugDraw.h"
int gSharedMemoryKey = -1;
int gDebugDrawFlags = 0;
bool gDisplayDistortion = true;
bool gDisplayDistortion = false;
bool gDisableDesktopGL = false;