Search found 5 matches

by Harshal Mehta
Mon Dec 05, 2022 11:26 am
Forum: Simbody: SimTK multibody dynamics API
Topic: Few Question regarding setting initial angular velocity to body?
Replies: 6
Views: 4399

Re: Few Question regarding setting initial angular velocity to body?

In DzhanibekovEffect, you were surprised that changing the angular velocity from (10, 0, 1e-10) to (10, 10, 1e-10) caused translation to occur. That's because the angular velocity value you chose gave the system center of mass a non-zero translational velocity. You can see that by adding the follow...
by Harshal Mehta
Mon Dec 05, 2022 11:20 am
Forum: Simbody: SimTK multibody dynamics API
Topic: Code is not running due to inertia values
Replies: 5
Views: 3724

Re: Code is not running due to inertia values

Thank you very much Sherman! It helped me a lot.
by Harshal Mehta
Wed Nov 23, 2022 10:32 am
Forum: Simbody: SimTK multibody dynamics API
Topic: Code is not running due to inertia values
Replies: 5
Views: 3724

Re: Code is not running due to inertia values

Greetings Sherman, Apologies for the late reply. Yes, it was the "release vs debug" that was letting the code run on my system. Also I have understood the inertia definition criteria. Thank you very much for your reply. However, I am facing issues while trying to attach a pin mobilizer to rotate my ...
by Harshal Mehta
Tue Nov 08, 2022 8:34 am
Forum: Simbody: SimTK multibody dynamics API
Topic: Code is not running due to inertia values
Replies: 5
Views: 3724

Code is not running due to inertia values

Greetings Everyone, I am new to SimBody and thus learning SimBody with basic examples. In one such example, I have defined a body that rotates freely with a motor attached to it via a Pin Mobilizer. I have successfully attached a motor with the body using the Pin Mobilizer and the simulation runs fi...