Spring pendulum creation
Spring pendulum creation
Hello everyone. I'm rather new to pybullet and I was looking to create a simulation of a spring pendulum for a physics project at school. What would be the best way to do this? Is there a spring preset in pybullet?
Re: Spring pendulum creation
No, PyBullet does not have a specific spring preset designed explicitly for a spring pendulum. However, it provides the `btGeneric6DofSpring2Constraint`, which can simulate spring behavior between two rigid bodies.Sarius wrote: ↑Sun Jan 22, 2023 8:24 pm Hello everyone. I'm rather new to pybullet and I was looking to create a simulation of a spring pendulum for a physics slope game project at school. What would be the best way to do this? Is there a spring preset in pybullet?