Search found 5 matches
- Thu Nov 28, 2024 4:47 pm
- Forum: Simbody: SimTK multibody dynamics API
- Topic: Understanding Linear Velocities in a Rotational System Simulation Using Simbody
- Replies: 0
- Views: 60
Understanding Linear Velocities in a Rotational System Simulation Using Simbody
First of all, sorry to post this question during the holiday period, but I'm hoping someone might be able to help. I'm working on a simulation using Simbody where I have a chassis connected to the ground via a free joint, with two motors and wheels attached. The motors apply torque to the wheels, c...
- Sat Oct 14, 2023 10:08 pm
- Forum: Simbody: SimTK multibody dynamics API
- Topic: Rotation Matrix notaion
- Replies: 2
- Views: 1311
Re: Rotation Matrix notaion
Hi Michael,
Thanks for explanation .
Thanks for explanation .
- Sat Oct 14, 2023 2:57 am
- Forum: Simbody: SimTK multibody dynamics API
- Topic: Rotation Matrix notaion
- Replies: 2
- Views: 1311
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...
- Sun May 28, 2023 7:36 am
- Forum: Simbody: SimTK multibody dynamics API
- Topic: Drone
- Replies: 1
- Views: 1289
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
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
- 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: 3201
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...