Search found 2 matches

by fnevgeny
Thu May 03, 2018 3:21 pm
Forum: General Bullet Physics Support and Feedback
Topic: Maximum angular velocity
Replies: 5
Views: 11992

Re: Maximum angular velocity

Thanks for the quick response! You can override the maximum angular velocity using btMultiBody::setMaxCoordinateVelocity It seems there is no equivalent in the Python binding (I've just started playing with pybullet to have a quick idea whether the library would be useful to me; will switch to C soo...
by fnevgeny
Thu May 03, 2018 2:13 pm
Forum: General Bullet Physics Support and Feedback
Topic: Maximum angular velocity
Replies: 5
Views: 11992

Maximum angular velocity

Hello, It seems there is a limit of the angular velocity, specifically, 100 rad/s. Using applyExternalTorque() , the angular velocity at first increases correctly but then is capped once 100 is reached. Alternatively, I can set a value directly with resetBaseVelocity - which at first glance works fi...