expose timeout in pybullet/shared memory API

add RobotSimulator, a C++ API similar to pybullet. (work-in-progress, only part of API implemeted)
This commit is contained in:
Erwin Coumans
2017-02-24 15:34:11 -08:00
parent bb11884f89
commit a4f1e34899
34 changed files with 1654 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
project "App_SharedMemoryPhysics"
project "App_PhysicsServer_SharedMemory"
if _OPTIONS["ios"] then
kind "WindowedApp"
@@ -141,7 +141,7 @@ files {
end
project "App_SharedMemoryPhysics_GUI"
project "App_PhysicsServer_SharedMemory_GUI"
if _OPTIONS["ios"] then
kind "WindowedApp"
@@ -240,8 +240,10 @@ if os.is("MacOSX") then
--defines {"__MACOSX_CORE__"}
end
if os.is("Windows") then
project "App_SharedMemoryPhysics_VR"
project "App_PhysicsServer_SharedMemory_VR"
--for now, only enable VR under Windows, until compilation issues are resolved on Mac/Linux
defines {"B3_USE_STANDALONE_EXAMPLE","BT_ENABLE_VR"}