premake add enable_stable_pd option, so Bullet can be compiled without C++11 (Visual Studio 2010 etc)

PyBullet: improve sleeping: if the base is static and all joints in the chain between this link and the base are fixed, then this link is static too (doesn't merge islands)
Fix PyBullet compilation of Visual Studion 2010
This commit is contained in:
erwincoumans
2019-08-07 21:57:05 -07:00
parent 098cde55fd
commit 226819b839
4 changed files with 219 additions and 176 deletions

View File

@@ -54,6 +54,13 @@
description = "Try to link and use system X11 headers instead of dynamically loading X11 (dlopen is default)"
}
newoption
{
trigger = "enable_stable_pd",
description = "Enable Stable PD control in PyBullet"
}
newoption
{
trigger = "enable_static_vr_plugin",