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 240 bullet3 issues
Sort by recently updated
recently updated
newest added

Hello, I saw that there was a "demand" for Quaternion Based 6DOF Spring Joint Constraint calculation: https://github.com/bulletphysics/bullet3/issues/4162 https://pybullet.org/Bullet/phpBB3/viewtopic.php?t=8153 So I made a new class: # btGeneric6DofSpringConstraintQuaternion Based on btGeneric6DofSpring2Constraint. This...

Hi, I would like to suppress the pybullet build time message that is printed when you import pybullet in python. These messages become especially cumbersome as they print for each...

There seems to be an issue with the saveBullet(fileName) command when using the same fileName string, however this is only a problem if you are saving to the same '.bullet'...

- Similar attributes are already used in GLFWOpenGLWindow.cpp. - This could avoid setting environment variables when using old Mesa where OpenGL compatibility profile is limited to 3.1.

when using the setCollisionFilterGroupMask api to disallow collisions between the real robot and the visual only robot, I see that the visual only robot affects the movement of the real...

Hi Erwin, I'm trying to use haptic devices to manipulate objects in Pybullet, during which I found the abnormal collision as illustrated below(when one object is fixed, moving another object...

Env: Ubuntu 20.04.3 LTS (GNU/Linux 5.13.0-48-generic x86_64) Pybullet : 3.1.8 python : 3.7.0 gym : 0.20.0 Description: My RL Env is laikago env which copy from https://github.com/erwincoumans/motion_imitation. So my probelm...

Hi, I want to use pybullet to build a robot simulation environment, the robot has some sensors such as laser radar, IMU. How to use lidar to construct elevation map....

I noticed that the inverted pendulum Gym environment (https://github.com/bulletphysics/bullet3/blob/master/examples/pybullet/gym/pybullet_envs/gym_pendulum_envs.py) is 5-dimensional, which is different from the usual 4-dimensional observation vector: [cart position, cart velocity, pendulum angle, pendulum angular velocity]. What...