bullet3/data/kuka_iiwa
erwin coumans c28cd03fbd OpenVR controller can pick/drag objects. Instructions, Windows only:
Compile using premake+visual studio, and compile App_SharedMemoryPhysics_VR
Compile pybullet using cmake using cmake -DBUILD_PYBULLET=OFF -DCMAKE_BUILD_TYPE=Release ..
Create a symbolic link from c:\python\dlls\pybullet.pyd to C:\develop\bullet3\cmp\lib\Release\pybullet.dll
App_SharedMemoryPhysics_VR
Run Python. Here are some Python lines to get going:
import pybullet as p
p.connect(p.SHARED_MEMORY)
p.loadURDF("cube.urdf")
p.setGravity(0,0,-10)
p.setRealTimeSimulation(1)

Allow real-time simulation in physics server, add pybullet command setRealTimeSimulation to control it
Mesh decimation (reduce number of triangles/vertices) using a Blender modifier for Kuka IIWA and Husky
Disabled the 'glFlush' commands in GLInstancingRenderer.
Add VR controller methods to examples\CommonInterfaces\CommonExampleInterface.h
Use the ANSI version in Windows file/string operations instead of unicode, hope this doesn't break builds.
2016-07-17 23:50:11 -07:00
..
meshes OpenVR controller can pick/drag objects. Instructions, Windows only: 2016-07-17 23:50:11 -07:00
kuka_world.sdf test load kuka arm sdf 2016-05-11 13:43:50 -07:00
model2.sdf parse root transformation and test loading two robots 2016-05-11 15:52:50 -07:00
model_for_sdf.urdf test load kuka arm sdf 2016-05-11 13:43:50 -07:00
model.sdf Add kiva_shelf to prepare for picking/grasping task 2016-07-14 00:05:57 -07:00
model.urdf OpenVR controller can pick/drag objects. Instructions, Windows only: 2016-07-17 23:50:11 -07:00