bullet3 icon indicating copy to clipboard operation
bullet3 copied to clipboard

Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.

Results 254 bullet3 issues
Sort by recently updated
recently updated
newest added

A `btRigidBody` with all zero `m_linearFactor` but non-zero `m_angularFactor` should still collide with other static objects which changes the angular velocity. But due to the code in btSequentialImpulseConstraintSolver.cpp: `solverBody->internalSetInvMass(btVector3(rb->getInvMass(), rb->getInvMass(),...

When defining a btDynamicsWorld in an OpenGL program, it aborts and prints `malloc(): invalid size (unsorted)` These are the relevant lines of code: ``` btCollisionConfiguration *BULLET_COLLISION_CONFIG = new btDefaultCollisionConfiguration(); btCollisionDispatcher...

I check the rendered depth image in pybullet, this depth image should be generated based on Orthographic Projection Matrix, I do the following experiment: I place the camera horizontally and...

### Discussed in https://github.com/bulletphysics/bullet3/discussions/4577 Originally posted by **pasqualemilano** February 19, 2024 Hi, this is the first time I post here: I've been working with bullet for some time, I use...

Hello everyone, I am having some trouble creating a constraint in pybullet and need some clarification. According to the documentation, I need to specify both the Parent-Link-Index and the Child-Link-Index....

Hi everyone, I am a 17-year-old recent high school graduate from Kashmir, India. I have developed and published a new theory called Time Electron Theory, which proposes that time arises...

I am experimenting with the multithreading capability of bullet in the following simple example I get unknown address error. The btCollisionConfiguration is initialized correctly and I would appreciate some insight...

### Discussed in https://github.com/bulletphysics/bullet3/discussions/4612 Originally posted by **LemonPi** May 8, 2024 I'd like to be able to reproduce robot-object interaction trajectories, however the objects behave different (bounce to a different...

The example browser is crashing on all the Reduced Deformabe Body examples (except the empty Mode Visualizer). This is the output: ``` X11 functions dynamically loaded using dlopen/dlsym OK! X11...

`examples/MultiBodyBaseline` is commented out in the example browser, which might explain why it was missed in bf215a3c. https://github.com/bulletphysics/bullet3/blob/e9c461b0ace140d5c73972760781d94b7b5eee53/examples/ExampleBrowser/ExampleEntries.cpp#L227 The included file is not actually used in that example. It looks...