Commits on Source 24
-
Colin Basnett authored
-
-
erwincoumans authored
also drop 'model://' from URDF file names (like we drop package://)
-
Erwin Coumans authored
Fix some deactivation issues with btMultiBodyDynamicsWorld, should also improve performance for PyBullet with larger worlds (even when sleeping is disabled, islands are split)
-
Erwin Coumans authored
-
Erwin Coumans authored
fix determinism issue introduced in previous commit
-
Erwin Coumans authored
-
erwincoumans authored
Fix some deactivation issues with btMultiBodyDynamicsWorld, should al…
-
Erwin Coumans authored
-
erwincoumans authored
more fixes related to islands
-
erwincoumans authored
Fix for bug #1827
-
erwincoumans authored
Will add GRPC client and PyBullet GRPC server plugin. Will cover most/all SharedMemoryCommand/SharedMemoryStatus messages. Run the server, then test using the pybullet_client.py
-
Erwin Coumans authored
-
https://github.com/bulletphysics/bullet3/issues/1703erwincoumans authored
In a nutshell, we added a more reliable check, based on if the origin is in the GJK simplex, to determine if we are really intersecting and need to run EPA. See also "Real-time Collision Detection with Implicit Objects" by Leif Olvang Todo: integrate the simplex penetration check directly inside the Bullet btVoronoiSimplexSolver and remove this temporary code from libCCD Note, for large differences in shapes, use double precision build!
-
erwincoumans authored
Add preliminary GRPC server for PyBullet and BulletRobotics.
-
Tigran Gasparian authored
Uses dlmopen() instead of dlopen() in b3PluginManager.cpp. This allows plugins to be loaded in a separate namespace, avoiding symbol conflicts.
-
Tigran Gasparian authored
-
Tigran Gasparian authored
-
Erwin Coumans authored
(don't wrap a mesh in a btCompoundShape if you want to use the edge utility)
-
Erwin Coumans authored
-
erwincoumans authored
fix crash in btInternalEdgeUtility when a mesh is not the expected type
-
erwincoumans authored
Uses dlmopen() instead of dlopen() in b3PluginManager.cpp. This allow…
-
D-AIRY authored
Showing
- build3/premake4.lua 7 additions, 0 deletionsbuild3/premake4.lua
- examples/CommonInterfaces/CommonMultiBodyBase.h 6 additions, 0 deletionsexamples/CommonInterfaces/CommonMultiBodyBase.h
- examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp 7 additions, 3 deletionsexamples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp
- examples/Importers/ImportURDFDemo/URDF2Bullet.cpp 3 additions, 2 deletionsexamples/Importers/ImportURDFDemo/URDF2Bullet.cpp
- examples/SharedMemory/PhysicsClientC_API.cpp 67 additions, 27 deletionsexamples/SharedMemory/PhysicsClientC_API.cpp
- examples/SharedMemory/PhysicsClientC_API.h 4 additions, 2 deletionsexamples/SharedMemory/PhysicsClientC_API.h
- examples/SharedMemory/PhysicsServerCommandProcessor.cpp 8 additions, 2 deletionsexamples/SharedMemory/PhysicsServerCommandProcessor.cpp
- examples/SharedMemory/SharedMemoryCommands.h 2 additions, 0 deletionsexamples/SharedMemory/SharedMemoryCommands.h
- examples/SharedMemory/SharedMemoryPublic.h 1 addition, 0 deletionsexamples/SharedMemory/SharedMemoryPublic.h
- examples/SharedMemory/b3PluginManager.cpp 4 additions, 0 deletionsexamples/SharedMemory/b3PluginManager.cpp
- examples/SharedMemory/b3RobotSimulatorClientAPI_NoDirect.cpp 13 additions, 0 deletionsexamples/SharedMemory/b3RobotSimulatorClientAPI_NoDirect.cpp
- examples/SharedMemory/b3RobotSimulatorClientAPI_NoDirect.h 5 additions, 2 deletionsexamples/SharedMemory/b3RobotSimulatorClientAPI_NoDirect.h
- examples/SharedMemory/grpc/ConvertGRPCBullet.cpp 98 additions, 0 deletionsexamples/SharedMemory/grpc/ConvertGRPCBullet.cpp
- examples/SharedMemory/grpc/ConvertGRPCBullet.h 17 additions, 0 deletionsexamples/SharedMemory/grpc/ConvertGRPCBullet.h
- examples/SharedMemory/grpc/main.cpp 278 additions, 0 deletionsexamples/SharedMemory/grpc/main.cpp
- examples/SharedMemory/grpc/premake4.lua 150 additions, 0 deletionsexamples/SharedMemory/grpc/premake4.lua
- examples/SharedMemory/grpc/proto/createProtobufs.bat 19 additions, 0 deletionsexamples/SharedMemory/grpc/proto/createProtobufs.bat
- examples/SharedMemory/grpc/proto/createProtobufs.sh 19 additions, 0 deletionsexamples/SharedMemory/grpc/proto/createProtobufs.sh
- examples/SharedMemory/grpc/proto/pybullet.proto 85 additions, 0 deletionsexamples/SharedMemory/grpc/proto/pybullet.proto
- examples/SharedMemory/grpc/pybullet.grpc.pb.cpp 59 additions, 0 deletionsexamples/SharedMemory/grpc/pybullet.grpc.pb.cpp
examples/SharedMemory/grpc/main.cpp
0 → 100644
examples/SharedMemory/grpc/premake4.lua
0 → 100644