Search found 4 matches

by Amit Misra
Sat Oct 14, 2023 10:08 pm
Forum: Simbody: SimTK multibody dynamics API
Topic: Rotation Matrix notaion
Replies: 2
Views: 852

Re: Rotation Matrix notaion

Hi Michael,

Thanks for explanation .
by Amit Misra
Sat Oct 14, 2023 2:57 am
Forum: Simbody: SimTK multibody dynamics API
Topic: Rotation Matrix notaion
Replies: 2
Views: 852

Rotation Matrix notaion

Hi, I've been studying the notation used in Simbody, and I've encountered confusion regarding the transform notation. X_BG is "the transform from frame B to frame G." Vec3 v_B = ~X_GB.R()*v_G; Vec3 v_B = X_BG*v_G ; It seems to suggest that X_BG is a transform from frame B to frame G. Yet, in the cal...
by Amit Misra
Sun May 28, 2023 7:36 am
Forum: Simbody: SimTK multibody dynamics API
Topic: Drone
Replies: 1
Views: 793

Drone

Hi ,
I am trying to use Simbody for Drone simulation for vertical lift . for drone what kind of joint should put is it free or some thing else .

My drone has four propeller.

Please let me know if i need further information
by Amit Misra
Sat Dec 03, 2022 10:32 pm
Forum: Simbody: SimTK multibody dynamics API
Topic: Few Question regarding setting initial angular velocity to body?
Replies: 6
Views: 2300

Few Question regarding setting initial angular velocity to body?

Hi , First, I like to say Simbody is an awesome tool for engineering modelling where accuracy is needed. We are using this to create the digital twin of our robot. Thank you for this speed. I am using simbody for my Project application. When I was playing with the code, I had a few questions. 1. I w...