You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Representing a body with 3 translational and 3 rotational degrees-of-freedom.
207
207
208
+
This component has a single frame, `frame_a`. To represent bodies with more than one frame, see [`BodyShape`](@ref), [`BodyCylinder`](@ref), [`BodyBox`](@ref).
209
+
208
210
# Parameters
209
211
- `m`: Mass
210
212
- `r_cm`: Vector from `frame_a` to center of mass, resolved in `frame_a`
211
-
- `I`: Inertiamatrix of the body
213
+
- `I_11, I_22, I_33, I_21, I_31, I_32`: Inertia-matrix elements
212
214
- `isroot`: Indicate whether this component is the root of the system, useful when there are no joints in the model.
213
-
- `phi0`: Initial orientation, only applicable if `isroot = true`
215
+
- `phi0`: Initial orientation, only applicable if `isroot = true` and `quat = false`
0 commit comments