Search found 2 matches

by harwiltz
Wed Mar 25, 2020 7:55 pm
Forum: General Bullet Physics Support and Feedback
Topic: Gravitational acceleration is decreasing
Replies: 2
Views: 2430

Re: Gravitational acceleration is decreasing

Ah, that did the trick! To be clear, I used

Code: Select all

p.changeDynamics(rocket_id, -1, linearDynamics=0)
which stopped the rocket from decelerating.

Thanks @drleviathan!
by harwiltz
Fri Mar 20, 2020 11:27 pm
Forum: General Bullet Physics Support and Feedback
Topic: Gravitational acceleration is decreasing
Replies: 2
Views: 2430

Gravitational acceleration is decreasing

Hello, I'm using PyBullet to simulate a rocket landing. I noticed that in free fall my rocket doesn't attain such high speeds, and got suspicious. I plotted the speed of the rocket in free fall (from a perfectly upright orientation), and found that indeed the acceleration was not constant -- rather,...